Status: Pass 293 Failure 5 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tearDownClass (tempest.scenario.test_volume_boot_pattern | 1 | 0 | 1 | 0 | 0 | Detail | |
TestVolumeBootPattern) |
fail
ft1.1: tearDownClass (tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern)testtools.testresult.real._StringException: Traceback (most recent call last):
File "/opt/stack/tempest/tempest/test.py", line 246, in tearDownClass
raise value.with_traceback(trace)
File "/opt/stack/tempest/tempest/test.py", line 210, in tearDownClass
teardown()
File "/opt/stack/tempest/tempest/test.py", line 757, in clear_credentials
cls._creds_provider.clear_creds()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 587, in clear_creds
self._clear_isolated_net_resources()
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 577, in _clear_isolated_net_resources
self._clear_isolated_subnet(creds.subnet['id'],
File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 540, in _clear_isolated_subnet
client.delete_subnet(subnet_id)
File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet
return self.delete_resource(uri)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource
resp, body = self.delete(req_uri)
^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: {'type': 'SubnetInUse', 'message': 'Unable to complete operation on subnet 772173c6-3050-4e3e-808f-43b63a7b43c1: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 2 | 1 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt2.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] |
fail
ft2.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-18 07:30:41,023 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST https://10.4.3.32/volume/v3/types 0.055s
2026-06-18 07:30:41,023 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-GroupSnapshotsTest-volume-type-963150957"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70334a7f-3ccc-41b5-87fa-4071dd4041f7', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70334a7f-3ccc-41b5-87fa-4071dd4041f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/types'}
Body: b'{"volume_type": {"id": "ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9", "name": "tempest-GroupSnapshotsTest-volume-type-963150957", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-18 07:30:41,058 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST https://10.4.3.32/volume/v3/group_types 0.033s
2026-06-18 07:30:41,058 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group_type": {"name": "tempest-GroupSnapshotsTest-group-type-29571206"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86945952-6090-44f7-9e5d-ace2d442b985', 'content-length': '179', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86945952-6090-44f7-9e5d-ace2d442b985', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/group_types'}
Body: b'{"group_type": {"id": "8a662652-69f3-43c4-875a-33d5ccf236ed", "name": "tempest-GroupSnapshotsTest-group-type-29571206", "description": null, "is_public": true, "group_specs": {}}}'
2026-06-18 07:30:41,146 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST https://10.4.3.32/volume/v3/groups 0.086s
2026-06-18 07:30:41,148 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"group_type": "8a662652-69f3-43c4-875a-33d5ccf236ed", "volume_types": ["ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9"], "name": "tempest-GroupSnapshotsTest-Group-811951339"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da0c07ca-9f87-4221-821b-e10552e07fe9', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da0c07ca-9f87-4221-821b-e10552e07fe9', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/groups'}
Body: b'{"group": {"id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "name": "tempest-GroupSnapshotsTest-Group-811951339"}}'
2026-06-18 07:30:41,206 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 0.057s
2026-06-18 07:30:41,206 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f11b46b7-5a37-4b08-b075-4bbfa11f041b', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f11b46b7-5a37-4b08-b075-4bbfa11f041b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b'{"group": {"id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "status": "creating", "availability_zone": "nova", "created_at": "2026-06-18T07:30:41.000000", "name": "tempest-GroupSnapshotsTest-Group-811951339", "description": null, "group_type": "8a662652-69f3-43c4-875a-33d5ccf236ed", "volume_types": ["ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9"], "group_snapshot_id": null, "source_group_id": null}}'
2026-06-18 07:30:42,252 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 0.043s
2026-06-18 07:30:42,252 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b783ea7-ddca-4e6f-99b9-91f21f89dff1', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b783ea7-ddca-4e6f-99b9-91f21f89dff1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b'{"group": {"id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "status": "available", "availability_zone": "nova", "created_at": "2026-06-18T07:30:41.000000", "name": "tempest-GroupSnapshotsTest-Group-811951339", "description": null, "group_type": "8a662652-69f3-43c4-875a-33d5ccf236ed", "volume_types": ["ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9"], "group_snapshot_id": null, "source_group_id": null}}'
2026-06-18 07:30:42,256 106101 INFO [tempest.common.waiters] group 34e54adc-e1a5-405b-8d29-cac3e1d9afc5 reached available after waiting for 1.256025 seconds
2026-06-18 07:30:42,542 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST https://10.4.3.32/volume/v3/volumes 0.285s
2026-06-18 07:30:42,542 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-volume-484539630", "volume_type": "ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9", "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "size": 1}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-959a1052-8349-4b65-9183-f1481a5ce98f', 'content-length': '819', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-959a1052-8349-4b65-9183-f1481a5ce98f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/volumes'}
Body: b'{"volume": {"id": "31f594a5-0f01-4071-87e7-81b2f9ff122f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:42.417941", "updated_at": null, "name": "tempest-volume-484539630", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5"}}'
2026-06-18 07:30:42,634 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f 0.085s
2026-06-18 07:30:42,634 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1b4c5c4-c095-4949-b1c5-66688d3cee1f', 'content-length': '887', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1b4c5c4-c095-4949-b1c5-66688d3cee1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f'}
Body: b'{"volume": {"id": "31f594a5-0f01-4071-87e7-81b2f9ff122f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:42.000000", "updated_at": null, "name": "tempest-volume-484539630", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "os-vol-tenant-attr:tenant_id": "c84021d15d7b451dbdf391b9a8448955"}}'
2026-06-18 07:30:43,736 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f 0.092s
2026-06-18 07:30:43,737 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31d675c2-1557-4af1-bd8f-272cd8123d71', 'content-length': '912', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31d675c2-1557-4af1-bd8f-272cd8123d71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f'}
Body: b'{"volume": {"id": "31f594a5-0f01-4071-87e7-81b2f9ff122f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:42.000000", "updated_at": "2026-06-18T07:30:43.000000", "name": "tempest-volume-484539630", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "os-vol-tenant-attr:tenant_id": "c84021d15d7b451dbdf391b9a8448955"}}'
2026-06-18 07:30:43,747 106101 INFO [tempest.common.waiters] volume 31f594a5-0f01-4071-87e7-81b2f9ff122f reached available after waiting for 1.747252 seconds
2026-06-18 07:30:44,008 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST https://10.4.3.32/volume/v3/volumes 0.261s
2026-06-18 07:30:44,008 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-volume-1960445720", "volume_type": "ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9", "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "size": 1}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8992757-bba4-478b-a5e2-a18e06653f76', 'content-length': '820', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8992757-bba4-478b-a5e2-a18e06653f76', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/volumes'}
Body: b'{"volume": {"id": "817af75e-4301-42cc-99b6-0543f2db838f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:43.884843", "updated_at": null, "name": "tempest-volume-1960445720", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5"}}'
2026-06-18 07:30:44,142 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f 0.127s
2026-06-18 07:30:44,142 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573de1cc-d4bb-4ce9-978e-9c72f990a840', 'content-length': '888', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573de1cc-d4bb-4ce9-978e-9c72f990a840', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f'}
Body: b'{"volume": {"id": "817af75e-4301-42cc-99b6-0543f2db838f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:44.000000", "updated_at": null, "name": "tempest-volume-1960445720", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "os-vol-tenant-attr:tenant_id": "c84021d15d7b451dbdf391b9a8448955"}}'
2026-06-18 07:30:45,282 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f 0.130s
2026-06-18 07:30:45,283 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b891a43-3c26-40ba-a827-7f179721e79b', 'content-length': '913', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b891a43-3c26-40ba-a827-7f179721e79b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f'}
Body: b'{"volume": {"id": "817af75e-4301-42cc-99b6-0543f2db838f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:44.000000", "updated_at": "2026-06-18T07:30:44.000000", "name": "tempest-volume-1960445720", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "os-vol-tenant-attr:tenant_id": "c84021d15d7b451dbdf391b9a8448955"}}'
2026-06-18 07:30:45,293 106101 INFO [tempest.common.waiters] volume 817af75e-4301-42cc-99b6-0543f2db838f reached available after waiting for 1.293434 seconds
2026-06-18 07:30:45,337 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 PUT https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 0.043s
2026-06-18 07:30:45,337 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"remove_volumes": "31f594a5-0f01-4071-87e7-81b2f9ff122f"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e03629a4-542d-4efe-b904-452a1f710e8a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b''
2026-06-18 07:30:45,388 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 0.050s
2026-06-18 07:30:45,388 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f76403f-ccca-40db-8416-2f22d4088760', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f76403f-ccca-40db-8416-2f22d4088760', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b'{"group": {"id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "status": "updating", "availability_zone": "nova", "created_at": "2026-06-18T07:30:41.000000", "name": "tempest-GroupSnapshotsTest-Group-811951339", "description": null, "group_type": "8a662652-69f3-43c4-875a-33d5ccf236ed", "volume_types": ["ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9"], "group_snapshot_id": null, "source_group_id": null}}'
2026-06-18 07:30:46,434 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 0.043s
2026-06-18 07:30:46,434 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a03b213-9fa8-4ce9-a073-d3d3bcaee35e', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a03b213-9fa8-4ce9-a073-d3d3bcaee35e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b'{"group": {"id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "status": "available", "availability_zone": "nova", "created_at": "2026-06-18T07:30:41.000000", "name": "tempest-GroupSnapshotsTest-Group-811951339", "description": null, "group_type": "8a662652-69f3-43c4-875a-33d5ccf236ed", "volume_types": ["ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9"], "group_snapshot_id": null, "source_group_id": null}}'
2026-06-18 07:30:46,438 106101 INFO [tempest.common.waiters] group 34e54adc-e1a5-405b-8d29-cac3e1d9afc5 reached available after waiting for 1.438366 seconds
2026-06-18 07:30:46,521 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 PUT https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 0.083s
2026-06-18 07:30:46,521 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"group": {"add_volumes": "31f594a5-0f01-4071-87e7-81b2f9ff122f"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04ffce9c-1e52-4fdc-87ac-452907aaaad8', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b''
2026-06-18 07:30:46,579 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 0.058s
2026-06-18 07:30:46,580 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-028e1eae-e71c-4fdf-9335-9c5528cb23a3', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-028e1eae-e71c-4fdf-9335-9c5528cb23a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b'{"group": {"id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "status": "updating", "availability_zone": "nova", "created_at": "2026-06-18T07:30:41.000000", "name": "tempest-GroupSnapshotsTest-Group-811951339", "description": null, "group_type": "8a662652-69f3-43c4-875a-33d5ccf236ed", "volume_types": ["ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9"], "group_snapshot_id": null, "source_group_id": null}}'
2026-06-18 07:30:51,355 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 500 GET https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 3.770s
2026-06-18 07:30:51,356 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8ae83c-85e3-403c-bf3a-c2dece2e8ab3', 'x-openstack-request-id': 'req-2d8ae83c-85e3-403c-bf3a-c2dece2e8ab3', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 07:30:51,356 106101 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031
2026-06-18 07:30:51,428 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 500 GET https://10.4.3.32/volume/v3/volumes/detail 0.070s
2026-06-18 07:30:51,429 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-42a37d18-88ec-4174-bb93-43f1b6b22077', 'x-openstack-request-id': 'req-42a37d18-88ec-4174-bb93-43f1b6b22077', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/volume/v3/volumes/detail'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 07:30:51,429 106101 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method BaseVolumeTest.delete_group of <tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] id=0x729c76819970>>, retrying...
2026-06-18 07:30:56,572 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/detail 0.143s
2026-06-18 07:30:56,573 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2745f0c2-95ea-4128-aba7-ca34dd0dbdaa', 'content-length': '1818', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2745f0c2-95ea-4128-aba7-ca34dd0dbdaa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/detail'}
Body: b'{"volumes": [{"id": "817af75e-4301-42cc-99b6-0543f2db838f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:44.000000", "updated_at": "2026-06-18T07:30:44.000000", "name": "tempest-volume-1960445720", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "os-vol-tenant-attr:tenant_id": "c84021d15d7b451dbdf391b9a8448955"}, {"id": "31f594a5-0f01-4071-87e7-81b2f9ff122f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:42.000000", "updated_at": "2026-06-18T07:30:47.000000", "name": "tempest-volume-484539630", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "os-vol-tenant-attr:tenant_id": "c84021d15d7b451dbdf391b9a8448955"}]}'
2026-06-18 07:30:56,670 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5/action 0.088s
2026-06-18 07:30:56,670 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: {"delete": {"delete-volumes": true}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bace40ea-b635-45de-a65f-da1ac00f809f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5/action'}
Body: b''
2026-06-18 07:30:56,765 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f 0.094s
2026-06-18 07:30:56,765 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26a101aa-cd51-4c1c-b73e-675c07d63b31', 'content-length': '912', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26a101aa-cd51-4c1c-b73e-675c07d63b31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f'}
Body: b'{"volume": {"id": "817af75e-4301-42cc-99b6-0543f2db838f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:44.000000", "updated_at": "2026-06-18T07:30:57.000000", "name": "tempest-volume-1960445720", "description": null, "volume_type": "tempest-GroupSnapshotsTest-volume-type-963150957", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/817af75e-4301-42cc-99b6-0543f2db838f"}], "user_id": "5d9f66cff47b4ff9abc7f6e754c51bdc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": "34e54adc-e1a5-405b-8d29-cac3e1d9afc5", "os-vol-tenant-attr:tenant_id": "c84021d15d7b451dbdf391b9a8448955"}}'
2026-06-18 07:30:57,797 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f 0.026s
2026-06-18 07:30:57,798 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-67c49ded-e85a-441f-9d86-caeb24e912ab', 'x-openstack-request-id': 'req-67c49ded-e85a-441f-9d86-caeb24e912ab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32/volume/v3/volumes/817af75e-4301-42cc-99b6-0543f2db838f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 817af75e-4301-42cc-99b6-0543f2db838f could not be found."}}'
2026-06-18 07:30:57,817 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f 0.019s
2026-06-18 07:30:57,818 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2cf6163-9255-4635-baef-a9e738597490', 'x-openstack-request-id': 'req-d2cf6163-9255-4635-baef-a9e738597490', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32/volume/v3/volumes/31f594a5-0f01-4071-87e7-81b2f9ff122f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 31f594a5-0f01-4071-87e7-81b2f9ff122f could not be found."}}'
2026-06-18 07:30:57,842 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5 0.023s
2026-06-18 07:30:57,842 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-21692b29-c625-4864-94d5-3b499f9fdfa3', 'x-openstack-request-id': 'req-21692b29-c625-4864-94d5-3b499f9fdfa3', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32/volume/v3/groups/34e54adc-e1a5-405b-8d29-cac3e1d9afc5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Group 34e54adc-e1a5-405b-8d29-cac3e1d9afc5 could not be found."}}'
2026-06-18 07:30:57,870 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE https://10.4.3.32/volume/v3/group_types/8a662652-69f3-43c4-875a-33d5ccf236ed 0.028s
2026-06-18 07:30:57,870 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9efb3481-7285-4cda-981d-e60f49485b70', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/group_types/8a662652-69f3-43c4-875a-33d5ccf236ed'}
Body: b''
2026-06-18 07:30:57,906 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE https://10.4.3.32/volume/v3/types/ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9 0.035s
2026-06-18 07:30:57,906 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d098c437-7d0e-47ac-a856-9ecfcfb27dfe', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/types/ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9'}
Body: b''
2026-06-18 07:30:57,926 106101 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET https://10.4.3.32/volume/v3/types/ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9 0.019s
2026-06-18 07:30:57,926 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e38bba-13bb-4975-9cca-f84e5b0640cd', 'x-openstack-request-id': 'req-d1e38bba-13bb-4975-9cca-f84e5b0640cd', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32/volume/v3/types/ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ff1dda3c-70b9-4d85-9fc9-9a85fc7de1c9 could not be found."}}'
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper
raise exc
File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 255, in test_delete_group_snapshots_following_updated_volumes
waiters.wait_for_volume_resource_status(
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/groups_client.py", line 66, in show_group
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt2.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.test_volumes_backup.VolumesBackupsTest | 4 | 3 | 1 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt3.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]
|
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt3.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image]
|
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
fail
ft3.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-18 07:30:30,956 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 202 POST https://10.4.3.32/volume/v3/volumes 0.256s
2026-06-18 07:30:30,956 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"metadata": {"vol-meta1": "value1", "vol-meta2": "value2", "vol-meta3": "value3"}, "size": 1, "name": "tempest-VolumesBackupsTest-Volume-1999980263"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e536a84-f234-46c1-8245-da191c050288', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e536a84-f234-46c1-8245-da191c050288', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/volumes'}
Body: b'{"volume": {"id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:30.867633", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-1999980263", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {"vol-meta1": "value1", "vol-meta2": "value2", "vol-meta3": "value3"}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee"}], "user_id": "c773099510e94fa787fa0427f7b6a6b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-18 07:30:31,059 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee 0.095s
2026-06-18 07:30:31,060 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92584b4f-2d42-445d-99c4-8e379d32941b', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92584b4f-2d42-445d-99c4-8e379d32941b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee'}
Body: b'{"volume": {"id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:31.000000", "updated_at": null, "name": "tempest-VolumesBackupsTest-Volume-1999980263", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {"vol-meta1": "value1", "vol-meta2": "value2", "vol-meta3": "value3"}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee"}], "user_id": "c773099510e94fa787fa0427f7b6a6b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b5885a317784d0eb570c2bdf0118d67"}}'
2026-06-18 07:30:32,118 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee 0.045s
2026-06-18 07:30:32,119 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-333a4639-abd1-450e-af43-1ce6126fbb7d', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-333a4639-abd1-450e-af43-1ce6126fbb7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee'}
Body: b'{"volume": {"id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:31.000000", "updated_at": "2026-06-18T07:30:31.000000", "name": "tempest-VolumesBackupsTest-Volume-1999980263", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {"vol-meta1": "value1", "vol-meta2": "value2", "vol-meta3": "value3"}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee"}], "user_id": "c773099510e94fa787fa0427f7b6a6b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b5885a317784d0eb570c2bdf0118d67"}}'
2026-06-18 07:30:32,126 106109 INFO [tempest.common.waiters] volume 6b752a7e-a9df-4433-a4cf-795e08d1d3ee reached available after waiting for 1.126513 seconds
2026-06-18 07:30:32,265 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 202 POST https://10.4.3.32/volume/v3/backups 0.137s
2026-06-18 07:30:32,265 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"backup": {"volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "container": "tempest-volumesbackupstest-backup-container-1523884820"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18599aa8-3c68-42bb-9753-dc18ea37e51c', 'content-length': '327', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18599aa8-3c68-42bb-9753-dc18ea37e51c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/backups'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "name": "tempest-VolumesBackupsTest-Backup-795078538", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}]}}'
2026-06-18 07:30:32,288 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.021s
2026-06-18 07:30:32,288 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab9c7dcc-258e-40fd-a0c0-46a26d9fafa4', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab9c7dcc-258e-40fd-a0c0-46a26d9fafa4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": null, "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:32.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:33,333 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.041s
2026-06-18 07:30:33,334 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e62a61b-1a65-4bb3-9a2d-a7d98b4fe63e', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e62a61b-1a65-4bb3-9a2d-a7d98b4fe63e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:32.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:34,372 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.034s
2026-06-18 07:30:34,372 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e4545b0-24e4-4536-b449-2c3ce4c99893', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e4545b0-24e4-4536-b449-2c3ce4c99893', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:35,397 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.020s
2026-06-18 07:30:35,398 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5c7d15-28e6-453b-9048-f6035681e8a0', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5c7d15-28e6-453b-9048-f6035681e8a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:36,429 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.026s
2026-06-18 07:30:36,429 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c4b9f7-7670-4297-b901-e6425a34e480', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c4b9f7-7670-4297-b901-e6425a34e480', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:37,483 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.048s
2026-06-18 07:30:37,483 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1198ea9-9d86-46e2-b63b-c7a98c2b1b67', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1198ea9-9d86-46e2-b63b-c7a98c2b1b67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:38,522 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.032s
2026-06-18 07:30:38,523 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a949c5a-110c-4022-ae49-1cfa107bc894', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a949c5a-110c-4022-ae49-1cfa107bc894', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:39,547 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.020s
2026-06-18 07:30:39,548 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fdb79c3-24e2-4248-916d-140890d8ee96', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fdb79c3-24e2-4248-916d-140890d8ee96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:40,577 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.023s
2026-06-18 07:30:40,577 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac6467ff-04b4-409a-b2de-4c3e4c66395c', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac6467ff-04b4-409a-b2de-4c3e4c66395c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:41,601 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.019s
2026-06-18 07:30:41,601 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a700e756-3b7a-4ec2-8a14-0e9f3eb5df37', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a700e756-3b7a-4ec2-8a14-0e9f3eb5df37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:42,627 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.021s
2026-06-18 07:30:42,627 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bc19b81-abb7-4213-8bc3-a4ee63e711be', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bc19b81-abb7-4213-8bc3-a4ee63e711be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:43,657 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.024s
2026-06-18 07:30:43,658 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-071bb6bd-d384-4470-a825-832e4d0db113', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-071bb6bd-d384-4470-a825-832e4d0db113', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:44,687 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.024s
2026-06-18 07:30:44,687 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0913f86-bf1a-4e31-a7e0-b5aa6385a3a6', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0913f86-bf1a-4e31-a7e0-b5aa6385a3a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:45,723 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 200 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.030s
2026-06-18 07:30:45,723 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201ace33-fd99-4ea1-aa10-acce59db7ab2', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201ace33-fd99-4ea1-aa10-acce59db7ab2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"backup": {"id": "823efca3-ad2e-4f7d-b088-17ed4f0ea16c", "status": "creating", "size": 1, "object_count": 0, "availability_zone": "nova", "container": "tempest-volumesbackupstest-backup-container-1523884820", "created_at": "2026-06-18T07:30:32.000000", "updated_at": "2026-06-18T07:30:34.000000", "name": "tempest-VolumesBackupsTest-Backup-795078538", "description": "tempest-backup-description-1432695209", "fail_reason": null, "volume_id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c"}], "is_incremental": false, "has_dependent_backups": false, "snapshot_id": null, "data_timestamp": "2026-06-18T07:30:32.000000"}}'
2026-06-18 07:30:51,302 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:test_volume_backup_create_get_detailed_list_restore_delete): 500 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 4.574s
2026-06-18 07:30:51,302 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c2bbe94-23a6-4d04-9cb2-c3e56236f5be', 'x-openstack-request-id': 'req-8c2bbe94-23a6-4d04-9cb2-c3e56236f5be', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 07:30:51,408 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 DELETE https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.103s
2026-06-18 07:30:51,408 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-59af7f2c-765f-493a-a577-ac0480f18962', 'x-openstack-request-id': 'req-59af7f2c-765f-493a-a577-ac0480f18962', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 07:30:51,457 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 GET https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c 0.047s
2026-06-18 07:30:51,458 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c892473-1d2e-456b-b021-029002aaf2ef', 'x-openstack-request-id': 'req-8c892473-1d2e-456b-b021-029002aaf2ef', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/volume/v3/backups/823efca3-ad2e-4f7d-b088-17ed4f0ea16c'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 07:30:51,512 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820?&limit=9999&format=json 0.053s
2026-06-18 07:30:51,512 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json; charset=utf-8', 'content-length': '4496', 'x-container-object-count': '16', 'x-container-bytes-used': '815616', 'x-timestamp': '1781767833.64683', 'last-modified': 'Thu, 18 Jun 2026 07:30:34 GMT', 'accept-ranges': 'bytes', 'x-storage-policy': 'Policy-0', 'x-trans-id': 'txf59b9c4b8c3c4d68b4bfc-006a339eab', 'x-openstack-request-id': 'txf59b9c4b8c3c4d68b4bfc-006a339eab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820?&limit=9999&format=json'}
Body: b'[{"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00001", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:34.318080"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00002", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:35.095200"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00003", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:35.925960"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00004", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:36.765250"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00005", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:37.655980"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00006", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:38.581510"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00007", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:39.355690"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00008", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:40.217940"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00009", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:40.907450"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00010", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:41.670950"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00011", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:42.359230"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00012", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:43.117380"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00013", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:43.854220"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00014", "content_type": "application/octet-stream", "last_modified": "2026-06-18T07:30:44.687540"}, {"bytes": 50976, "hash": "68c2a53362af35f66143f829e8dc7e59", "name": "volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4
2026-06-18 07:30:51,552 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00001 0.039s
2026-06-18 07:30:51,552 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx463ebcef7ed143238723c-006a339eab', 'x-openstack-request-id': 'tx463ebcef7ed143238723c-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00001'}
Body: b''
2026-06-18 07:30:51,573 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00001 0.021s
2026-06-18 07:30:51,574 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx2941dc3a4d5c42d29da6a-006a339eab', 'x-openstack-request-id': 'tx2941dc3a4d5c42d29da6a-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00001'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:51,606 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00002 0.032s
2026-06-18 07:30:51,606 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx0256b323d246457ebb45f-006a339eab', 'x-openstack-request-id': 'tx0256b323d246457ebb45f-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00002'}
Body: b''
2026-06-18 07:30:51,628 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00002 0.022s
2026-06-18 07:30:51,628 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx8dc211aa592741c7b24a3-006a339eab', 'x-openstack-request-id': 'tx8dc211aa592741c7b24a3-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00002'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:51,663 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00003 0.034s
2026-06-18 07:30:51,663 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx3517b968fb094c3199a45-006a339eab', 'x-openstack-request-id': 'tx3517b968fb094c3199a45-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00003'}
Body: b''
2026-06-18 07:30:51,678 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00003 0.014s
2026-06-18 07:30:51,678 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txb4a552d823e14a2399186-006a339eab', 'x-openstack-request-id': 'txb4a552d823e14a2399186-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00003'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:51,711 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00004 0.032s
2026-06-18 07:30:51,711 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txfd318b3d66124429894a6-006a339eab', 'x-openstack-request-id': 'txfd318b3d66124429894a6-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00004'}
Body: b''
2026-06-18 07:30:51,727 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00004 0.015s
2026-06-18 07:30:51,727 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txb39512ac83644e91996ff-006a339eab', 'x-openstack-request-id': 'txb39512ac83644e91996ff-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00004'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:51,753 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00005 0.025s
2026-06-18 07:30:51,753 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txa0517ba2218b45c8baf8f-006a339eab', 'x-openstack-request-id': 'txa0517ba2218b45c8baf8f-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00005'}
Body: b''
2026-06-18 07:30:51,770 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00005 0.017s
2026-06-18 07:30:51,770 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx3eb11eb4033f4b8989bf9-006a339eab', 'x-openstack-request-id': 'tx3eb11eb4033f4b8989bf9-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00005'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:51,809 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00006 0.038s
2026-06-18 07:30:51,809 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx31b5b88cd0aa4e2f9ee6e-006a339eab', 'x-openstack-request-id': 'tx31b5b88cd0aa4e2f9ee6e-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00006'}
Body: b''
2026-06-18 07:30:51,829 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00006 0.020s
2026-06-18 07:30:51,830 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx5558bf9e48404a508f89b-006a339eab', 'x-openstack-request-id': 'tx5558bf9e48404a508f89b-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00006'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:51,856 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00007 0.026s
2026-06-18 07:30:51,858 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx554ccde88ed944a58cbe0-006a339eab', 'x-openstack-request-id': 'tx554ccde88ed944a58cbe0-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00007'}
Body: b''
2026-06-18 07:30:51,878 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00007 0.019s
2026-06-18 07:30:51,878 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx0a4059987efc4118b3215-006a339eab', 'x-openstack-request-id': 'tx0a4059987efc4118b3215-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00007'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:51,910 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00008 0.031s
2026-06-18 07:30:51,910 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txfee87b54a87f402f90173-006a339eab', 'x-openstack-request-id': 'txfee87b54a87f402f90173-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00008'}
Body: b''
2026-06-18 07:30:51,927 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00008 0.016s
2026-06-18 07:30:51,927 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txf399361c3b0f4158b2bc4-006a339eab', 'x-openstack-request-id': 'txf399361c3b0f4158b2bc4-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00008'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:51,955 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00009 0.027s
2026-06-18 07:30:51,956 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txd9bc72f26af0482e90ffc-006a339eab', 'x-openstack-request-id': 'txd9bc72f26af0482e90ffc-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00009'}
Body: b''
2026-06-18 07:30:51,973 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00009 0.017s
2026-06-18 07:30:51,973 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txf53991f37290495bb51ce-006a339eab', 'x-openstack-request-id': 'txf53991f37290495bb51ce-006a339eab', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00009'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:52,003 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00010 0.029s
2026-06-18 07:30:52,003 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx274f4abf73454c33888cd-006a339eab', 'x-openstack-request-id': 'tx274f4abf73454c33888cd-006a339eab', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00010'}
Body: b''
2026-06-18 07:30:52,020 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00010 0.017s
2026-06-18 07:30:52,021 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txc293e8f7bdd5418880bfd-006a339eac', 'x-openstack-request-id': 'txc293e8f7bdd5418880bfd-006a339eac', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00010'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:52,049 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00011 0.028s
2026-06-18 07:30:52,049 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx064561265c674a8ca69ff-006a339eac', 'x-openstack-request-id': 'tx064561265c674a8ca69ff-006a339eac', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00011'}
Body: b''
2026-06-18 07:30:52,067 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00011 0.017s
2026-06-18 07:30:52,067 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txa6966ed26da447daac371-006a339eac', 'x-openstack-request-id': 'txa6966ed26da447daac371-006a339eac', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00011'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:52,097 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00012 0.029s
2026-06-18 07:30:52,097 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx58166b065f9c45ff8e44f-006a339eac', 'x-openstack-request-id': 'tx58166b065f9c45ff8e44f-006a339eac', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00012'}
Body: b''
2026-06-18 07:30:52,117 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00012 0.019s
2026-06-18 07:30:52,118 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txe15a6b50bf9541d883cfb-006a339eac', 'x-openstack-request-id': 'txe15a6b50bf9541d883cfb-006a339eac', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00012'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:52,149 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00013 0.031s
2026-06-18 07:30:52,150 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'txbfac736ab8214c328d68f-006a339eac', 'x-openstack-request-id': 'txbfac736ab8214c328d68f-006a339eac', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00013'}
Body: b''
2026-06-18 07:30:52,168 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00013 0.018s
2026-06-18 07:30:52,169 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txff1ea09de3974ea997d48-006a339eac', 'x-openstack-request-id': 'txff1ea09de3974ea997d48-006a339eac', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00013'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:52,201 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00014 0.032s
2026-06-18 07:30:52,201 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx73582d57bbb0494cb8cb2-006a339eac', 'x-openstack-request-id': 'tx73582d57bbb0494cb8cb2-006a339eac', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00014'}
Body: b''
2026-06-18 07:30:52,227 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00014 0.025s
2026-06-18 07:30:52,227 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx29fd2fd4b9214989b41d9-006a339eac', 'x-openstack-request-id': 'tx29fd2fd4b9214989b41d9-006a339eac', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00014'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:52,260 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00015 0.032s
2026-06-18 07:30:52,260 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx481e8f6805ae496799294-006a339eac', 'x-openstack-request-id': 'tx481e8f6805ae496799294-006a339eac', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00015'}
Body: b''
2026-06-18 07:30:52,282 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00015 0.021s
2026-06-18 07:30:52,282 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'tx7a81ffc7c46e4ccc83ab0-006a339eac', 'x-openstack-request-id': 'tx7a81ffc7c46e4ccc83ab0-006a339eac', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00015'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:52,311 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 204 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00016 0.028s
2026-06-18 07:30:52,311 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-trans-id': 'tx0895aae9928a4678acf08-006a339eac', 'x-openstack-request-id': 'tx0895aae9928a4678acf08-006a339eac', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00016'}
Body: b''
2026-06-18 07:30:52,327 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 404 GET https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00016 0.016s
2026-06-18 07:30:52,328 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '70', 'x-trans-id': 'txde132a35efe24ce2831b0-006a339eac', 'x-openstack-request-id': 'txde132a35efe24ce2831b0-006a339eac', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820/volume_6b752a7e-a9df-4433-a4cf-795e08d1d3ee/20260618073033/az_nova_backup_823efca3-ad2e-4f7d-b088-17ed4f0ea16c-00016'}
Body: b'<html><h1>Not Found</h1><p>The resource could not be found.</p></html>'
2026-06-18 07:30:52,356 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 409 DELETE https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820 0.027s
2026-06-18 07:30:52,356 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '95', 'x-trans-id': 'tx82be48ea28ff4f3ea3ef3-006a339eac', 'x-openstack-request-id': 'tx82be48ea28ff4f3ea3ef3-006a339eac', 'connection': 'close', 'status': '409', 'content-location': 'https://10.4.3.32:8080/v1/AUTH_7b5885a317784d0eb570c2bdf0118d67/tempest-volumesbackupstest-backup-container-1523884820'}
Body: b'<html><h1>Conflict</h1><p>There was a conflict when trying to complete your request.</p></html>'
2026-06-18 07:30:52,411 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 DELETE https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee 0.054s
2026-06-18 07:30:52,411 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-d52fb351-155b-4916-b6f8-5504ce8bb4ce', 'x-openstack-request-id': 'req-d52fb351-155b-4916-b6f8-5504ce8bb4ce', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 07:30:52,478 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 500 GET https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee 0.065s
2026-06-18 07:30:52,478 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2b4c881-52fd-4f61-8e7d-6132e4180953', 'x-openstack-request-id': 'req-d2b4c881-52fd-4f61-8e7d-6132e4180953', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 07:30:52,478 106109 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <function BaseVolumeTest._delete_volume_for_cleanup at 0x7f035955d120>, retrying...
2026-06-18 07:30:57,537 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee 0.059s
2026-06-18 07:30:57,538 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e96ca73a-b133-4f60-af45-2e93f7d20a0d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e96ca73a-b133-4f60-af45-2e93f7d20a0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee'}
Body: b'{"volume": {"id": "6b752a7e-a9df-4433-a4cf-795e08d1d3ee", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:31.000000", "updated_at": "2026-06-18T07:30:32.000000", "name": "tempest-VolumesBackupsTest-Volume-1999980263", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {"vol-meta1": "value1", "vol-meta2": "value2", "vol-meta3": "value3"}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee"}], "user_id": "c773099510e94fa787fa0427f7b6a6b3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7b5885a317784d0eb570c2bdf0118d67"}}'
2026-06-18 07:30:57,587 106109 INFO [tempest.lib.common.rest_client] Request (VolumesBackupsTest:_run_cleanups): 400 DELETE https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee 0.041s
2026-06-18 07:30:57,588 106109 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-353f68e3-3c2d-4a91-9d1f-751a5b755b91', 'x-openstack-request-id': 'req-353f68e3-3c2d-4a91-9d1f-751a5b755b91', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.32/volume/v3/volumes/6b752a7e-a9df-4433-a4cf-795e08d1d3ee'}
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."}}'
}}}
traceback-1: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 76, in delete_backup
resp, body = self.delete('backups/%s' % backup_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-2: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 978, in wait_for_resource_deletion
if self.is_resource_deleted(id, *args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 140, in is_resource_deleted
self.show_backup(id)
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/object_storage.py", line 39, in delete_containers
container_client.delete_container(cont)
File "/opt/stack/tempest/tempest/lib/services/object_storage/container_client.py", line 61, in delete_container
resp, body = self.delete(url)
^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
return self.request('DELETE', url, extra_headers, headers, body)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 897, in _error_checker
raise exceptions.Conflict(resp_body, resp=resp)
tempest.lib.exceptions.Conflict: Conflict with state of target resource
Details: b'<html><h1>Conflict</h1><p>There was a conflict when trying to complete your request.</p></html>'
}}}
traceback-4: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/base.py", line 229, in delete_volume
client.delete_volume(volume_id)
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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
}}}
traceback-5: {{{
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/api/volume/base.py", line 165, in _delete_volume_for_cleanup
BaseVolumeTest.delete_volume(volumes_client, volume_id)
File "/opt/stack/tempest/tempest/api/volume/base.py", line 229, in delete_volume
client.delete_volume(volume_id)
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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, 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 (most recent call last):
File "/opt/stack/tempest/tempest/api/volume/test_volumes_backup.py", line 86, in test_volume_backup_create_get_detailed_list_restore_delete
backup = self.create_backup(volume_id=volume['id'], **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/api/volume/base.py", line 219, in create_backup
waiters.wait_for_volume_resource_status(backup_client, backup['id'],
File "/opt/stack/tempest/tempest/common/waiters.py", line 376, in wait_for_volume_resource_status
resource_status = show_resource(resource_id)[
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/volume/v3/backups_client.py", line 83, in show_backup
resp, body = self.get(url)
^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.
|
||||||
test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e] |
pass
pt3.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 4 | 3 | 1 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt4.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
pass
pt4.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume] |
fail
ft4.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-18 07:35:33,800 106101 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1512664398 on backend None
2026-06-18 07:35:33,832 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.32/volume/v3/types 0.031s
2026-06-18 07:35:33,832 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-luksv2-1512664398", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eaa6710-55d4-49df-b4c9-b580c4508beb', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eaa6710-55d4-49df-b4c9-b580c4508beb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/types'}
Body: b'{"volume_type": {"id": "74c6083b-df2a-462b-aa24-2ac633a39169", "name": "tempest-scenario-type-luksv2-1512664398", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-18 07:35:33,833 106101 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 74c6083b-df2a-462b-aa24-2ac633a39169
2026-06-18 07:35:33,867 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.32/volume/v3/types/74c6083b-df2a-462b-aa24-2ac633a39169/encryption 0.033s
2026-06-18 07:35:33,867 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e4eec6d-efd0-472c-90f7-1c90f5c3e174', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e4eec6d-efd0-472c-90f7-1c90f5c3e174', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/types/74c6083b-df2a-462b-aa24-2ac633a39169/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "74c6083b-df2a-462b-aa24-2ac633a39169", "encryption_id": "7c724711-3b36-4c7a-a9c2-cb5cb0fed65b"}}'
2026-06-18 07:35:34,130 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.32/volume/v3/volumes 0.261s
2026-06-18 07:35:34,130 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume": {"name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "size": 1}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0532b664-2102-4504-bca1-20a4ea195d24', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0532b664-2102-4504-bca1-20a4ea195d24', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/volumes'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.054080", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-18 07:35:34,262 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.32/identity/v3/auth/tokens 0.122s
2026-06-18 07:35:34,263 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2939', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ab3614f2-acd9-44c6-984d-541fe549d023', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.32/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1cf20c7880d844a89991a4a0b01396a3", "name": "tempest-TestEncryptedCinderVolumes-1930877715-project-member", "password_expires_at": null}, "audit_ids": ["r24zkj3RQfedlroEVEWRqg"], "expires_at": "2026-06-18T08:35:34.000000Z", "issued_at": "2026-06-18T07:35:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "41bf1ba6cdb94c9f871beff463046e59", "name": "tempest-TestEncryptedCinderVolumes-1930877715"}, "is_domain": false, "roles": [{"id": "c0dbfdd737804bcbaa98d14dcf83d8ae", "name": "reader"}, {"id": "12debba6df044f2597e452394725e8cb", "name": "member"}], "catalog": [{"endpoints": [{"id": "0a85bfc5815b449e9b2269c977c3bd6a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/volume/v3", "region": "RegionOne"}], "id": "5d6f5680be0749d6b85ea5ab9494c9e4", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "923368679cca433d876d0377e5b615ae", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/image", "region": "RegionOne"}], "id": "69ea548463954d03bc727474a7a1cd6a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6868c0ea44cf40dcb9fcceb26149a71d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/compute/v2/41bf1ba6cdb94c9f871beff463046e59", "region": "RegionOne"}], "id": "71dfad14d4fb4283869da31537918683", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4c9f9ed4f25c42acaa8263106af1959a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/compute/v2.1", "region": "RegionOne"}], "id": "7dd5a422762748b3956983fd0e747c3c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "163f4fbc315449c883623e6100235ae5", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.32:8080", "region": "RegionOne"}, {"id": "214a98ccce194991829e18972c8532aa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32:8080/v1/AUTH_41bf1ba6cdb94c9f871beff463046e59", "region": "RegionOne"}], "id": "a237b5843dec4c3a9d3ab162d50373a5", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "5f9c3bfdb2a94c3daecdc98e87d93276", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/placement", "region": "RegionOne"}], "id": "cdd85ffc197c470cb71feb2d76cfb826", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8f66531b24324f66b96511fa80908c59", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/identity", "region": "RegionOne"}], "id": "e6ae4c704b1c4e28b55ec081ec7b52c3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6541a25aa0214968b14dfdf9e65b47f0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/networking", "region": "RegionOne"}], "id": "f1910f4bc8584690ace1e08071a1bbd8", "type": "network", "name": "neutron"}]}}'
2026-06-18 07:35:34,263 106101 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '0134522c-3f66-4816-9e72-b082e27c3580', 'name': 'tempest-TestEncryptedCinderVolumes-836112541-network', 'tenant_id': '41bf1ba6cdb94c9f871beff463046e59', 'project_id': '41bf1ba6cdb94c9f871beff463046e59', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63313, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-18T07:32:33Z', 'updated_at': '2026-06-18T07:32:33Z', 'revision_number': 1} available for tenant
2026-06-18 07:35:34,264 106101 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-18 07:35:34,264 106101 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-18 07:35:34,328 106101 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.32/compute/v2.1/os-keypairs 0.063s
2026-06-18 07:35:34,328 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1761237846", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHLItUqBWEmBvH6Zcea5unxl28MLR1oVkHQDVGNhhjhRdyWLy5mQGnw5+WJ3tTG6VUa8wqd4RrEKodaF/YNNhD5EnwnEtT9uVA2acd6R/kA9zNjBo7KdogDRRNkps/C0LQ=="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc4c6bf8-2913-4ba2-a484-7bed5cdd477c', 'x-compute-request-id': 'req-cc4c6bf8-2913-4ba2-a484-7bed5cdd477c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1761237846", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHLItUqBWEmBvH6Zcea5unxl28MLR1oVkHQDVGNhhjhRdyWLy5mQGnw5+WJ3tTG6VUa8wqd4RrEKodaF/YNNhD5EnwnEtT9uVA2acd6R/kA9zNjBo7KdogDRRNkps/C0LQ==", "fingerprint": "48:a8:cb:94:f1:69:0c:2b:81:77:52:35:93:64:0e:8e", "user_id": "1cf20c7880d844a89991a4a0b01396a3"}}'
2026-06-18 07:35:34,329 106101 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1761237846 created
2026-06-18 07:35:34,519 106101 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.32/networking/v2.0/security-groups 0.189s
2026-06-18 07:35:34,519 106101 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--105493982", "description": "tempest-description--2057560096"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-d8a1b691-78ca-4c4c-ae3a-a9298b8603be', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.32/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "99607cd1-08a8-4eed-928e-f51d45d86b37", "name": "tempest-securitygroup--105493982", "stateful": true, "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "project_id": "41bf1ba6cdb94c9f871beff463046e59", "description": "tempest-description--2057560096", "shared": false, "security_group_rules": [{"id": "13e0c730-e79f-4230-854c-be2f42452539", "project_id": "41bf1ba6cdb94c9f871beff463046e59", "security_group_id": "99607cd1-08a8-4eed-928e-f51d45d86b37", "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": 1636, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T07:35:34Z", "updated_at": "2026-06-18T07:35:34Z", "revision_number": 0, "tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}, {"id": "cdfdf675-67b2-498f-b720-b5edfd1e54fb", "project_id": "41bf1ba6cdb94c9f871beff463046e59", "security_group_id": "99607cd1-08a8-4eed-928e-f51d45d86b37", "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": 1637, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T07:35:34Z", "updated_at": "2026-06-18T07:35:34Z", "revision_number": 0, "tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}], "tags": [], "created_at": "2026-06-18T07:35:34Z", "updated_at": "2026-06-18T07:35:34Z", "revision_number": 1}}'
2026-06-18 07:35:34,850 106101 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.32/networking/v2.0/security-group-rules 0.331s
2026-06-18 07:35:34,851 106101 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": "99607cd1-08a8-4eed-928e-f51d45d86b37", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f06dd3a4-11a1-473d-b12a-6aab2d7424d6', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.32/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "c0068037-427e-4266-9389-10404130d381", "project_id": "41bf1ba6cdb94c9f871beff463046e59", "security_group_id": "99607cd1-08a8-4eed-928e-f51d45d86b37", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-18T07:35:34Z", "updated_at": "2026-06-18T07:35:34Z", "revision_number": 0, "tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:35:35,125 106101 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.32/networking/v2.0/security-group-rules 0.274s
2026-06-18 07:35:35,125 106101 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": "99607cd1-08a8-4eed-928e-f51d45d86b37", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5b75c70d-bd63-456c-850f-4dd31b826654', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.32/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "3fa7a420-76ae-4e53-96c6-ffa0dd525cbb", "project_id": "41bf1ba6cdb94c9f871beff463046e59", "security_group_id": "99607cd1-08a8-4eed-928e-f51d45d86b37", "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, "belongs_to_default_sg": false, "description": "", "created_at": "2026-06-18T07:35:35Z", "updated_at": "2026-06-18T07:35:35Z", "revision_number": 0, "tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:35:35,126 106101 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--105493982 created
2026-06-18 07:35:35,956 106101 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.32/networking/v2.0/floatingips 0.830s
2026-06-18 07:35:35,956 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "3e509a6b-b049-4a23-8ff6-0e9a26563f72"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-91de25c5-7965-402a-bd16-b447e8e39fb8', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.32/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "9877766e-69f3-4023-b85c-fe4405557489", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "project_id": "41bf1ba6cdb94c9f871beff463046e59", "floating_ip_address": "172.24.5.76", "floating_network_id": "3e509a6b-b049-4a23-8ff6-0e9a26563f72", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-18T07:35:35Z", "updated_at": "2026-06-18T07:35:35Z", "revision_number": 0}}'
2026-06-18 07:35:35,956 106101 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9877766e-69f3-4023-b85c-fe4405557489', 'tenant_id': '41bf1ba6cdb94c9f871beff463046e59', 'project_id': '41bf1ba6cdb94c9f871beff463046e59', 'floating_ip_address': '172.24.5.76', 'floating_network_id': '3e509a6b-b049-4a23-8ff6-0e9a26563f72', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-18T07:35:35Z', 'updated_at': '2026-06-18T07:35:35Z', 'revision_number': 0, 'ip': '172.24.5.76'} created
2026-06-18 07:35:35,956 106101 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1761237846', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHLItUqBWEmBvH6Zcea5unxl28MLR1oVkHQDVGNhhjhRdyWLy5mQGnw5+WJ3tTG6VUa8wqd4RrEKodaF/YNNhD5EnwnEtT9uVA2acd6R/kA9zNjBo7KdogDRRNkps/C0LQ==', 'fingerprint': '48:a8:cb:94:f1:69:0c:2b:81:77:52:35:93:64:0e:8e', 'user_id': '1cf20c7880d844a89991a4a0b01396a3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCeoN+K1rxJjxcuXw9n8tqgua+nXKhnllGHohUWCBqHLIap2x1T44NN\nWxQPxvq8w8CgBwYFK4EEACKhZANiAARyyLVKgVhJgbx+mXHmubp8ZdvDC0daFZB0\nA1RjYYY4UXcli8uZkBp8Oflid7UxulVGvMKneEaxCqHWhf2DTYQ+RJ8JxLU/blQN\nmnHekf5APczYwaOynaIA0UTZKbPwtC0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '99607cd1-08a8-4eed-928e-f51d45d86b37', 'name': 'tempest-securitygroup--105493982', 'stateful': True, 'tenant_id': '41bf1ba6cdb94c9f871beff463046e59', 'project_id': '41bf1ba6cdb94c9f871beff463046e59', 'description': 'tempest-description--2057560096', 'shared': False, 'security_group_rules': [{'id': '13e0c730-e79f-4230-854c-be2f42452539', 'project_id': '41bf1ba6cdb94c9f871beff463046e59', 'security_group_id': '99607cd1-08a8-4eed-928e-f51d45d86b37', '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': 1636, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T07:35:34Z', 'updated_at': '2026-06-18T07:35:34Z', 'revision_number': 0, 'tenant_id': '41bf1ba6cdb94c9f871beff463046e59'}, {'id': 'cdfdf675-67b2-498f-b720-b5edfd1e54fb', 'project_id': '41bf1ba6cdb94c9f871beff463046e59', 'security_group_id': '99607cd1-08a8-4eed-928e-f51d45d86b37', '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': 1637, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T07:35:34Z', 'updated_at': '2026-06-18T07:35:34Z', 'revision_number': 0, 'tenant_id': '41bf1ba6cdb94c9f871beff463046e59'}], 'tags': [], 'created_at': '2026-06-18T07:35:34Z', 'updated_at': '2026-06-18T07:35:34Z', 'revision_number': 1}, 'floating_ip': {'id': '9877766e-69f3-4023-b85c-fe4405557489', 'tenant_id': '41bf1ba6cdb94c9f871beff463046e59', 'project_id': '41bf1ba6cdb94c9f871beff463046e59', 'floating_ip_address': '172.24.5.76', 'floating_network_id': '3e509a6b-b049-4a23-8ff6-0e9a26563f72', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-06-18T07:35:35Z', 'updated_at': '2026-06-18T07:35:35Z', 'revision_number': 0, 'ip': '172.24.5.76'}}
2026-06-18 07:35:38,281 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.32/compute/v2.1/servers 2.324s
2026-06-18 07:35:38,281 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-60999244", "imageRef": "8f311098-26ae-4747-893f-fe1760f887c2", "flavorRef": "42", "networks": [{"uuid": "0134522c-3f66-4816-9e72-b082e27c3580"}], "security_groups": [{"name": "tempest-securitygroup--105493982"}], "key_name": "tempest-keypair-1761237846", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-451f8a5d-c576-4609-b643-955de7a06a8b', 'x-compute-request-id': 'req-451f8a5d-c576-4609-b643-955de7a06a8b', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/compute/v2.1/servers'}
Body: b'{"server": {"id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--105493982"}], "adminPass": "Na7g2KVmRquv"}}'
2026-06-18 07:35:38,432 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.149s
2026-06-18 07:35:38,433 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51e76fe5-7c5e-4b03-90c0-7a7c00aa7aca', 'x-compute-request-id': 'req-51e76fe5-7c5e-4b03-90c0-7a7c00aa7aca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1761237846", "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": []}}'
2026-06-18 07:35:39,718 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.280s
2026-06-18 07:35:39,718 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eb58e93-da65-4160-8589-27ff77087b4d', 'x-compute-request-id': 'req-0eb58e93-da65-4160-8589-27ff77087b4d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "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": []}}'
2026-06-18 07:35:40,961 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.233s
2026-06-18 07:35:40,962 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8938ef1b-f852-4eb6-b854-a9e875ec7e39', 'x-compute-request-id': 'req-8938ef1b-f852-4eb6-b854-a9e875ec7e39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "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": []}}'
2026-06-18 07:35:40,967 106101 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-18 07:35:42,132 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.164s
2026-06-18 07:35:42,134 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cdfe32a-146d-4715-b785-ca9a473870eb', 'x-compute-request-id': 'req-5cdfe32a-146d-4715-b785-ca9a473870eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "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": []}}'
2026-06-18 07:35:44,935 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 1.794s
2026-06-18 07:35:44,935 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15604f03-7464-4de8-87fc-169f204fcc5f', 'x-compute-request-id': 'req-15604f03-7464-4de8-87fc-169f204fcc5f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:42Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "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": []}}'
2026-06-18 07:35:44,944 106101 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-06-18 07:35:47,114 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 1.168s
2026-06-18 07:35:47,114 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:45 GMT', 'server': 'Apache/2.4.58 (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-0870d557-8c36-4d8b-bbaa-310585423efb', 'x-compute-request-id': 'req-0870d557-8c36-4d8b-bbaa-310585423efb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:47,123 106101 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 9 second wait
2026-06-18 07:35:48,388 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.264s
2026-06-18 07:35:48,389 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:48 GMT', 'server': 'Apache/2.4.58 (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-f359e5ca-2a9a-4485-82d6-1b70c3272c52', 'x-compute-request-id': 'req-f359e5ca-2a9a-4485-82d6-1b70c3272c52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:49,610 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.215s
2026-06-18 07:35:49,611 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:49 GMT', 'server': 'Apache/2.4.58 (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-6afc76a1-776c-44fb-b5d9-a99292d450da', 'x-compute-request-id': 'req-6afc76a1-776c-44fb-b5d9-a99292d450da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:50,941 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.315s
2026-06-18 07:35:50,941 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:50 GMT', 'server': 'Apache/2.4.58 (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-c589904f-b020-4fb3-bfda-b6f45ce552e9', 'x-compute-request-id': 'req-c589904f-b020-4fb3-bfda-b6f45ce552e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:52,155 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.203s
2026-06-18 07:35:52,155 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:51 GMT', 'server': 'Apache/2.4.58 (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-d89d7ce0-52fa-4387-a2bf-18389e5ea870', 'x-compute-request-id': 'req-d89d7ce0-52fa-4387-a2bf-18389e5ea870', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:53,367 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.203s
2026-06-18 07:35:53,367 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:53 GMT', 'server': 'Apache/2.4.58 (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-8fa785d3-3e17-49f6-ac3b-13b3cbf0ff1b', 'x-compute-request-id': 'req-8fa785d3-3e17-49f6-ac3b-13b3cbf0ff1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:54,579 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.204s
2026-06-18 07:35:54,579 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:54 GMT', 'server': 'Apache/2.4.58 (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-b93c121d-33d3-4de0-a964-4d5fb1691299', 'x-compute-request-id': 'req-b93c121d-33d3-4de0-a964-4d5fb1691299', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:55,823 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.234s
2026-06-18 07:35:55,824 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:55 GMT', 'server': 'Apache/2.4.58 (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-184fedd4-0f5a-4453-9f99-4fbdffca7928', 'x-compute-request-id': 'req-184fedd4-0f5a-4453-9f99-4fbdffca7928', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "BUILD", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:57,312 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.476s
2026-06-18 07:35:57,313 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-286ca5eb-1432-4e30-8a1c-73a18fc0dc38', 'x-compute-request-id': 'req-286ca5eb-1432-4e30-8a1c-73a18fc0dc38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-836112541-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}]}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "ACTIVE", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": "2026-06-18T07:35:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:35:57,318 106101 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 19 second wait
2026-06-18 07:35:57,459 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a/os-interface 0.141s
2026-06-18 07:35:57,460 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31f29990-64e5-4f34-a84d-6a0604649522', 'x-compute-request-id': 'req-31f29990-64e5-4f34-a84d-6a0604649522', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "0134522c-3f66-4816-9e72-b082e27c3580", "port_id": "6dce0886-1986-41bc-8e22-8bc7af2b5340", "mac_addr": "fa:16:3e:43:f5:22", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "010f7498-383c-4bac-bee1-357a473e6197", "ip_address": "10.1.0.14"}]}]}'
2026-06-18 07:35:58,312 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.32/networking/v2.0/floatingips/9877766e-69f3-4023-b85c-fe4405557489 0.850s
2026-06-18 07:35:58,313 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "6dce0886-1986-41bc-8e22-8bc7af2b5340"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:35:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-a7e5f462-98c2-4c98-bb5a-67b904d87d3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/networking/v2.0/floatingips/9877766e-69f3-4023-b85c-fe4405557489'}
Body: b'{"floatingip": {"id": "9877766e-69f3-4023-b85c-fe4405557489", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "project_id": "41bf1ba6cdb94c9f871beff463046e59", "floating_ip_address": "172.24.5.76", "floating_network_id": "3e509a6b-b049-4a23-8ff6-0e9a26563f72", "router_id": "ac4834ef-414b-43a8-8e1f-590241255e3e", "port_id": "6dce0886-1986-41bc-8e22-8bc7af2b5340", "fixed_ip_address": "10.1.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0134522c-3f66-4816-9e72-b082e27c3580", "mac_address": "fa:16:3e:43:f5:22", "admin_state_up": true, "status": "ACTIVE", "device_id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-18T07:35:35Z", "updated_at": "2026-06-18T07:35:57Z", "revision_number": 1}}'
2026-06-18 07:35:58,313 106101 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.76:22' as 'cirros' with public key authentication
2026-06-18 07:36:34,420 106101 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-18 07:36:34,524 106101 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-18 07:36:34,524 106101 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.76 successfully created
2026-06-18 07:36:34,762 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.238s
2026-06-18 07:36:34,763 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33749c79-2d1b-470d-a4d9-0d5b89a1fe73', 'x-compute-request-id': 'req-33749c79-2d1b-470d-a4d9-0d5b89a1fe73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-836112541-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}, {"version": 4, "addr": "172.24.5.76", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}]}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "ACTIVE", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:35:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": "2026-06-18T07:35:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:36:34,801 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:36:34,801 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ea78d7d-62d8-459a-98bd-86065fba7560', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ea78d7d-62d8-459a-98bd-86065fba7560', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:35:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:34,809 106101 INFO [tempest.common.waiters] volume 73059653-9e60-4253-a5ef-44c20fc8cd4f reached available after waiting for 0.809033 seconds
2026-06-18 07:36:34,835 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:36:34,835 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-455c9a6e-6a74-4d94-b03f-5b83be30713e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-455c9a6e-6a74-4d94-b03f-5b83be30713e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:35:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:37,410 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a/os-volume_attachments 2.569s
2026-06-18 07:36:37,410 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "73059653-9e60-4253-a5ef-44c20fc8cd4f"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:34 GMT', 'server': 'Apache/2.4.58 (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-540059c8-ec29-42f8-8888-1c60b1f5dc2b', 'x-compute-request-id': 'req-540059c8-ec29-42f8-8888-1c60b1f5dc2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "serverId": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "volumeId": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "device": "/dev/vdb"}}'
2026-06-18 07:36:37,440 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:36:37,440 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa0a1ea8-3287-41c1-b068-05f994beb0a5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa0a1ea8-3287-41c1-b068-05f994beb0a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:37.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:38,476 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:36:38,476 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d5f966c-d01f-4514-9291-a4d8097994cb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d5f966c-d01f-4514-9291-a4d8097994cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:39,514 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:36:39,515 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bbf1c72-ad73-47b2-89bc-45f444eee2df', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bbf1c72-ad73-47b2-89bc-45f444eee2df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:40,565 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.044s
2026-06-18 07:36:40,565 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf0db917-6767-441a-b7ec-6843b8e16b29', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf0db917-6767-441a-b7ec-6843b8e16b29', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:41,604 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:36:41,605 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a0ba8d-0c14-42c4-babf-8efb9b71ea6e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a0ba8d-0c14-42c4-babf-8efb9b71ea6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:42,641 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:36:42,641 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-889276ee-d4aa-48bb-91e4-30e2ab5395b8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-889276ee-d4aa-48bb-91e4-30e2ab5395b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:43,697 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.050s
2026-06-18 07:36:43,697 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ecfd937-01c1-4481-8ca4-d5ebc3bcb8de', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ecfd937-01c1-4481-8ca4-d5ebc3bcb8de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:44,743 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.038s
2026-06-18 07:36:44,743 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a468ca-e427-4ede-941b-0deb24eafcf7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a468ca-e427-4ede-941b-0deb24eafcf7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:45,791 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.041s
2026-06-18 07:36:45,791 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e5a894-7c64-4a6b-8b89-3b81df2c6a08', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e5a894-7c64-4a6b-8b89-3b81df2c6a08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:46,842 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.043s
2026-06-18 07:36:46,842 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a0b77b-19c0-428f-a3a6-f76fea52c983', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a0b77b-19c0-428f-a3a6-f76fea52c983', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:47,888 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.038s
2026-06-18 07:36:47,889 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6aae111c-ab7b-441f-a463-431be26a8593', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6aae111c-ab7b-441f-a463-431be26a8593', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:48,937 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.039s
2026-06-18 07:36:48,937 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19468b5b-b5ba-464a-86f1-b6cae284048c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19468b5b-b5ba-464a-86f1-b6cae284048c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:49,982 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.037s
2026-06-18 07:36:49,983 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-963aa2e0-1d8d-4560-a78f-95d5235d4c08', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-963aa2e0-1d8d-4560-a78f-95d5235d4c08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:51,024 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.035s
2026-06-18 07:36:51,025 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4afd689d-36a8-46e5-83a6-10bb89d44393', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4afd689d-36a8-46e5-83a6-10bb89d44393', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:52,059 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:36:52,060 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fafec08-2b02-4565-879e-ca8bcc0a1ac4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fafec08-2b02-4565-879e-ca8bcc0a1ac4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:53,113 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.047s
2026-06-18 07:36:53,113 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c120ced7-bb6a-48b2-aa91-646a61d08e30', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c120ced7-bb6a-48b2-aa91-646a61d08e30', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:54,160 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.042s
2026-06-18 07:36:54,161 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b4e806-5b9d-4d02-85b0-75ef0423dc7b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b4e806-5b9d-4d02-85b0-75ef0423dc7b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:55,206 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.039s
2026-06-18 07:36:55,206 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02eaa75d-3fcf-48b6-9899-d1796e5c24c6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02eaa75d-3fcf-48b6-9899-d1796e5c24c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:56,251 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.037s
2026-06-18 07:36:56,251 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201ef2b4-dc53-4d8e-86dc-9a6f8d36ba4a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201ef2b4-dc53-4d8e-86dc-9a6f8d36ba4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:38.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:57,284 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:36:57,285 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cfbc4c7-edcf-4627-aa47-6dbf6ce35241', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cfbc4c7-edcf-4627-aa47-6dbf6ce35241', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:58,324 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:36:58,324 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b4ef79-51a3-43c7-b535-9e95da665bae', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b4ef79-51a3-43c7-b535-9e95da665bae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:36:59,365 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.034s
2026-06-18 07:36:59,365 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:36:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25c27c9e-de93-4224-bafd-66e8cca09fdd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25c27c9e-de93-4224-bafd-66e8cca09fdd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:00,398 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:37:00,398 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2817a8cf-cb97-4e11-b3eb-285502118b57', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2817a8cf-cb97-4e11-b3eb-285502118b57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:01,436 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:37:01,436 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d000d16a-1e9f-4308-bb32-79411b754de5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d000d16a-1e9f-4308-bb32-79411b754de5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:02,476 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.034s
2026-06-18 07:37:02,476 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5a51175-2ab6-48d8-814c-7f952fa17982', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5a51175-2ab6-48d8-814c-7f952fa17982', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:03,511 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:37:03,511 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3792c061-5ed5-4b36-9edc-815da43abfb2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3792c061-5ed5-4b36-9edc-815da43abfb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:04,544 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:37:04,544 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bbd56a1-4ea6-4651-88c8-0f26c4c109d1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bbd56a1-4ea6-4651-88c8-0f26c4c109d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:05,578 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:37:05,578 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc282e8-403f-4777-bdf9-8c65f1be901c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc282e8-403f-4777-bdf9-8c65f1be901c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:06,608 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:37:06,609 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be9dffff-99f3-4cb2-a9e0-ecb9ca216584', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be9dffff-99f3-4cb2-a9e0-ecb9ca216584', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:07,645 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:37:07,645 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b07ec29-2b4e-4bd8-9ac2-410430e585f4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b07ec29-2b4e-4bd8-9ac2-410430e585f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:08,676 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:37:08,676 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc4c83d1-9ce1-4024-badf-fbb02d4855cc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc4c83d1-9ce1-4024-badf-fbb02d4855cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:09,705 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:37:09,705 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb1bcbcc-bbb1-4cba-b53c-035f28b2dd4c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb1bcbcc-bbb1-4cba-b53c-035f28b2dd4c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:10,742 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:37:10,743 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85e0432d-f563-491d-a46f-0bf2ec1c65bd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85e0432d-f563-491d-a46f-0bf2ec1c65bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:11,781 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:37:11,781 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45326451-f15d-43d9-b6ce-41a551c2b3a9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45326451-f15d-43d9-b6ce-41a551c2b3a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:12,820 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:37:12,820 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bba04f50-b31f-40ed-985c-4dff00b62126', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bba04f50-b31f-40ed-985c-4dff00b62126', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:13,853 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:37:13,853 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2351886-c44c-4e2b-b27d-fb3ce98d08ad', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2351886-c44c-4e2b-b27d-fb3ce98d08ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:14,885 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:37:14,885 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e6a9fe0-0766-4a49-b56d-78c047d7275e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e6a9fe0-0766-4a49-b56d-78c047d7275e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:15,936 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.046s
2026-06-18 07:37:15,937 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f75258-2651-4e7a-ade3-93a0fb691399', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57f75258-2651-4e7a-ade3-93a0fb691399', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:16,969 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:37:16,969 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b1e876-f8ad-429d-b386-e41461d94c4f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b1e876-f8ad-429d-b386-e41461d94c4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:17,999 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:37:17,999 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3117a8eb-9dbb-4d31-833e-0a872cd7af3e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3117a8eb-9dbb-4d31-833e-0a872cd7af3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:19,034 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:37:19,034 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38715829-eebb-4728-b6e0-3ea79c29cc0a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38715829-eebb-4728-b6e0-3ea79c29cc0a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:20,075 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.035s
2026-06-18 07:37:20,075 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbdb5403-998e-43ee-96e9-28bcc87eae3a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbdb5403-998e-43ee-96e9-28bcc87eae3a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:21,108 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:37:21,108 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ce0d3a5-5972-41a9-961b-da81ab06c1b1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ce0d3a5-5972-41a9-961b-da81ab06c1b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:22,139 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:37:22,139 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58fc0cf3-059e-4af7-a97d-cd18f191dc98', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58fc0cf3-059e-4af7-a97d-cd18f191dc98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:23,175 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:37:23,176 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01ce7c33-463b-47ab-b859-31ef5dd7de34', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01ce7c33-463b-47ab-b859-31ef5dd7de34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:24,211 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:37:24,211 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69dbc7c3-e91f-4ad0-bf4f-0d21d8a2f491', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69dbc7c3-e91f-4ad0-bf4f-0d21d8a2f491', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:25,246 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:37:25,246 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa951c46-8731-483d-9da6-d7791bd2aee3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa951c46-8731-483d-9da6-d7791bd2aee3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:26,279 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:37:26,279 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f50d76a-f9db-4abf-8ae9-d7d107bc743a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f50d76a-f9db-4abf-8ae9-d7d107bc743a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:27,312 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:37:27,312 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ebb4b83-831e-43be-906c-2add877002aa', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ebb4b83-831e-43be-906c-2add877002aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:28,349 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:37:28,349 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe3f1057-2b5e-4e73-b971-b627060cb0e0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe3f1057-2b5e-4e73-b971-b627060cb0e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:29,382 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:37:29,383 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0490282c-03e7-4cd6-9577-a68e6c7f5be5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0490282c-03e7-4cd6-9577-a68e6c7f5be5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:30,415 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:37:30,415 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f00347f9-e746-4bd1-801d-a28bffd5ee5e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f00347f9-e746-4bd1-801d-a28bffd5ee5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:31,449 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:37:31,449 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd0fd40b-f1cc-43e0-8355-838127fcce3a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd0fd40b-f1cc-43e0-8355-838127fcce3a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:32,483 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:37:32,483 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5dc1a1-779e-4851-b220-78e040561e09', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c5dc1a1-779e-4851-b220-78e040561e09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:33,519 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:37:33,519 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e31c2c-9866-4887-b95b-a6e98370dacb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e31c2c-9866-4887-b95b-a6e98370dacb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:34,555 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:37:34,556 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a53fab25-71e5-478e-b53f-fe962db06d76', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53fab25-71e5-478e-b53f-fe962db06d76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:35,596 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.034s
2026-06-18 07:37:35,596 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ae8a34d-7809-4ad9-9529-b905c715cc65', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ae8a34d-7809-4ad9-9529-b905c715cc65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:36,649 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.046s
2026-06-18 07:37:36,650 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e12764d-d97a-4ac7-99bf-4480e912f93c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e12764d-d97a-4ac7-99bf-4480e912f93c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:37,684 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:37:37,684 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48741460-11ac-4b5f-b278-000bc230f707', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48741460-11ac-4b5f-b278-000bc230f707', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:38,721 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:37:38,721 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9b1a94-f7ce-43b3-b678-435f7baafa5f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9b1a94-f7ce-43b3-b678-435f7baafa5f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:39,754 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:37:39,754 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c0f03bd-3def-4840-aa7e-83f9d7527522', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c0f03bd-3def-4840-aa7e-83f9d7527522', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:40,796 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.033s
2026-06-18 07:37:40,796 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46c9e571-545a-4103-80b8-aa025247c40a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46c9e571-545a-4103-80b8-aa025247c40a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:41,830 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:37:41,830 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98e4e942-41c9-42a5-9821-3bbfc0c5006d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98e4e942-41c9-42a5-9821-3bbfc0c5006d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:42,868 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:37:42,868 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a216cf9-4742-491d-bb79-7a97a1932151', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a216cf9-4742-491d-bb79-7a97a1932151', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:43,921 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.044s
2026-06-18 07:37:43,921 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4c6b981-6487-4ac5-b505-c6cc6a33bc02', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4c6b981-6487-4ac5-b505-c6cc6a33bc02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:44,952 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:37:44,952 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-216d983f-b8bb-4d0c-8c3f-cf9a6d87e78b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-216d983f-b8bb-4d0c-8c3f-cf9a6d87e78b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:45,985 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:37:45,985 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc29dd07-eb5d-419f-b695-5a0402fd0b49', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc29dd07-eb5d-419f-b695-5a0402fd0b49', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:47,017 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:37:47,017 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76328de3-33eb-4207-822f-2258caffb5d7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76328de3-33eb-4207-822f-2258caffb5d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:48,048 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:37:48,048 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b3aa593-4410-4acc-a7dc-529b06caec87', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b3aa593-4410-4acc-a7dc-529b06caec87', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:49,078 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:37:49,078 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded5c62f-7559-4d89-9860-069bc2b4abfd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded5c62f-7559-4d89-9860-069bc2b4abfd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:50,221 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.137s
2026-06-18 07:37:50,221 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd00fc6e-f1ae-4da8-b944-ef7fff0fa7e8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd00fc6e-f1ae-4da8-b944-ef7fff0fa7e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:51,264 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.037s
2026-06-18 07:37:51,264 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0165aa1c-ad6f-4cf1-9145-3808ec076682', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0165aa1c-ad6f-4cf1-9145-3808ec076682', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:52,300 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:37:52,300 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6dea1bd-30b3-4898-9a78-5adc43f09a00', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6dea1bd-30b3-4898-9a78-5adc43f09a00', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:53,331 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:37:53,331 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-747fc22f-1a41-4955-8fff-a9f2287f9726', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-747fc22f-1a41-4955-8fff-a9f2287f9726', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:54,373 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.037s
2026-06-18 07:37:54,373 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-410fdd5e-7aef-4f53-964a-529bda0d1f9c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-410fdd5e-7aef-4f53-964a-529bda0d1f9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:55,409 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:37:55,409 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a38adc82-12ba-4e05-aeeb-399e00c85649', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a38adc82-12ba-4e05-aeeb-399e00c85649', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:56,452 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.034s
2026-06-18 07:37:56,452 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c039b6b6-8a2b-4000-a34c-761ed64354c9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c039b6b6-8a2b-4000-a34c-761ed64354c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:57,483 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:37:57,484 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9f5048c-dcf4-412f-b8f6-a5acae1b4a54', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9f5048c-dcf4-412f-b8f6-a5acae1b4a54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:58,522 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.033s
2026-06-18 07:37:58,522 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9c4bd8-da82-4f37-b1e6-9a6f07274a39', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9c4bd8-da82-4f37-b1e6-9a6f07274a39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:37:59,556 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:37:59,556 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:37:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00f5738e-d654-4a63-a4a3-11de52ef6947', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00f5738e-d654-4a63-a4a3-11de52ef6947', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:00,601 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:38:00,601 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3185f20b-cf13-4d93-a551-601bf55bcdb1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3185f20b-cf13-4d93-a551-601bf55bcdb1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:01,653 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.044s
2026-06-18 07:38:01,653 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c9fa12-a3f4-4721-b800-62281d681570', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c9fa12-a3f4-4721-b800-62281d681570', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:02,691 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:38:02,691 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12591917-6772-468e-a42e-033103e06b47', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12591917-6772-468e-a42e-033103e06b47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:03,731 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.034s
2026-06-18 07:38:03,731 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a09d72d-f22b-4814-ae7d-ecd71c8d9bcf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a09d72d-f22b-4814-ae7d-ecd71c8d9bcf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:04,762 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:38:04,762 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a0a9124-86a5-4041-b55d-ec96695e559e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a0a9124-86a5-4041-b55d-ec96695e559e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:05,791 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:38:05,791 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d2a8d24-3545-46de-91d3-dded1b3679d7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d2a8d24-3545-46de-91d3-dded1b3679d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:06,830 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.033s
2026-06-18 07:38:06,830 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c514df61-a421-4243-bed6-4f1138c5b5bc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c514df61-a421-4243-bed6-4f1138c5b5bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:07,866 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:38:07,866 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc31348-ce19-415e-a157-8babc7d94a3b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc31348-ce19-415e-a157-8babc7d94a3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:08,895 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:38:08,896 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fadb7f5-b1c5-46b9-aad7-971e7b2b3f55', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fadb7f5-b1c5-46b9-aad7-971e7b2b3f55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:09,928 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:38:09,929 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1083c98-1e89-4e3f-b428-dc42716817f4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1083c98-1e89-4e3f-b428-dc42716817f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:10,962 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:38:10,962 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361f8eda-6a22-4dbc-97eb-0f1996830b5b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361f8eda-6a22-4dbc-97eb-0f1996830b5b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:11,997 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:38:11,997 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ff6a9d-be1a-4b48-8be4-1c6d78ea09a8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ff6a9d-be1a-4b48-8be4-1c6d78ea09a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:13,030 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:38:13,030 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aefa3a74-297d-4906-8dff-58a6d930fee6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aefa3a74-297d-4906-8dff-58a6d930fee6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:14,065 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:38:14,065 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a9ce53-24ca-4394-aee8-826e244b37c1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a9ce53-24ca-4394-aee8-826e244b37c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:15,111 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.041s
2026-06-18 07:38:15,112 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2889e709-dee6-4d76-b1d1-21b0e7994a12', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2889e709-dee6-4d76-b1d1-21b0e7994a12', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:16,150 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.033s
2026-06-18 07:38:16,150 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77014e4-9fd3-42d6-b646-77cd25328573', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77014e4-9fd3-42d6-b646-77cd25328573', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:17,189 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:38:17,189 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce5750bf-1e6c-4727-9f9c-409c2193f6f5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce5750bf-1e6c-4727-9f9c-409c2193f6f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:18,218 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:38:18,219 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46abb369-1860-42ae-a0bd-21f788d5cc75', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46abb369-1860-42ae-a0bd-21f788d5cc75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:19,259 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.033s
2026-06-18 07:38:19,259 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d48865c-deef-4879-8719-c628f9bd8d64', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d48865c-deef-4879-8719-c628f9bd8d64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:20,291 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:38:20,291 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18319b49-d86d-4742-ae25-33a35a6e218a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18319b49-d86d-4742-ae25-33a35a6e218a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:21,324 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:38:21,324 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee04e99-1c42-42e9-8f91-b94089e8dae4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee04e99-1c42-42e9-8f91-b94089e8dae4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:22,362 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:38:22,362 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25f83d6e-53f7-455a-9f7f-7d10682ab360', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25f83d6e-53f7-455a-9f7f-7d10682ab360', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:23,399 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:38:23,399 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f7c28c-96a7-4e92-b64b-d97f04d8e576', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f7c28c-96a7-4e92-b64b-d97f04d8e576', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:24,432 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:38:24,433 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad7a03b-2782-4d97-8cd6-cf90ed40ea7d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad7a03b-2782-4d97-8cd6-cf90ed40ea7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:25,468 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:38:25,468 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96231d83-42e9-4e98-b6de-31e32d335b4f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96231d83-42e9-4e98-b6de-31e32d335b4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:26,509 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:38:26,509 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-380d44fd-3516-4926-a74e-da226e8e15c4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-380d44fd-3516-4926-a74e-da226e8e15c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:27,541 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:38:27,541 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-181cfc47-936f-4cf9-963c-853fa3d5d794', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-181cfc47-936f-4cf9-963c-853fa3d5d794', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:28,574 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:38:28,574 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-061fa3d3-f78b-48b9-b3ee-93475b55eb20', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-061fa3d3-f78b-48b9-b3ee-93475b55eb20', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:29,612 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:38:29,612 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac7feab8-5eb9-44ef-8dad-ec55466cc853', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac7feab8-5eb9-44ef-8dad-ec55466cc853', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:30,644 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:38:30,644 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68126600-b524-4c17-8bd5-dda5b2af6e7f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68126600-b524-4c17-8bd5-dda5b2af6e7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:31,676 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:38:31,676 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102477b0-82f9-456b-af5a-6d510fdb6484', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102477b0-82f9-456b-af5a-6d510fdb6484', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:32,705 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:38:32,705 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58528070-52d1-4f39-bf51-f78644da72bb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58528070-52d1-4f39-bf51-f78644da72bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:33,733 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.022s
2026-06-18 07:38:33,734 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba52304b-c4b3-4a29-85b1-381a75755cdc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba52304b-c4b3-4a29-85b1-381a75755cdc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:34,765 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:38:34,765 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4be9404-9ef3-4b31-85a4-66e9256cc42d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4be9404-9ef3-4b31-85a4-66e9256cc42d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:35,812 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.036s
2026-06-18 07:38:35,812 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a99565e-3df0-4a41-8818-8084ccab3a47', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a99565e-3df0-4a41-8818-8084ccab3a47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:36,847 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:38:36,847 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e49d7f-c66b-4abb-a44a-cbb33a00b5fb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e49d7f-c66b-4abb-a44a-cbb33a00b5fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:37,880 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:38:37,880 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ce369f6-0599-4768-bdbf-d92ebd132fe5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ce369f6-0599-4768-bdbf-d92ebd132fe5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:38,909 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:38:38,910 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d541b0f-c3e8-4a3a-a6bc-43c8bf056cc7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d541b0f-c3e8-4a3a-a6bc-43c8bf056cc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:39,942 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:38:39,943 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50f64bdc-610f-4702-9f21-983b0d1cb393', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50f64bdc-610f-4702-9f21-983b0d1cb393', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:40,974 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:38:40,974 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b325f31c-48da-4f14-adfa-e3a7d6d302e8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b325f31c-48da-4f14-adfa-e3a7d6d302e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:42,010 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:38:42,011 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec7e3b2-dacc-405d-9b35-7ddd43f2ad88', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec7e3b2-dacc-405d-9b35-7ddd43f2ad88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:43,051 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:38:43,051 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4ee66f-2104-4431-b70e-291785eee2b1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4ee66f-2104-4431-b70e-291785eee2b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:44,087 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:38:44,088 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28438295-97d6-442c-a038-5b0ec46bd5fa', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28438295-97d6-442c-a038-5b0ec46bd5fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:45,125 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:38:45,125 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46e40478-6c04-4fc1-89c8-0f535c831c67', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46e40478-6c04-4fc1-89c8-0f535c831c67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:46,161 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:38:46,161 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12ad95ed-5990-4b52-9228-06b143f9a38b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12ad95ed-5990-4b52-9228-06b143f9a38b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:47,196 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:38:47,196 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54ea1f89-87be-456a-8149-58b15e22a81b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54ea1f89-87be-456a-8149-58b15e22a81b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:48,232 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:38:48,232 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-507d0573-7771-4826-856a-eacdbc75ccdc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-507d0573-7771-4826-856a-eacdbc75ccdc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:49,271 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:38:49,271 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f053d6a6-a0fb-4ca3-b923-f554f37cb503', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f053d6a6-a0fb-4ca3-b923-f554f37cb503', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:50,302 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:38:50,302 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02b1fa4a-4e06-43f8-96d3-c3dc9877f6f4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02b1fa4a-4e06-43f8-96d3-c3dc9877f6f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:51,335 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:38:51,336 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f55f555c-a614-43d2-8e1e-1ce83d2e2148', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f55f555c-a614-43d2-8e1e-1ce83d2e2148', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:52,369 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:38:52,369 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a433373-55e1-417a-abec-f514e22be50f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a433373-55e1-417a-abec-f514e22be50f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:53,401 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:38:53,401 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f1f47b1-2361-48d9-a213-8b663c5dcf45', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f1f47b1-2361-48d9-a213-8b663c5dcf45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:54,433 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:38:54,433 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f464ca-1370-4de6-8511-4768d7046b27', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f464ca-1370-4de6-8511-4768d7046b27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:55,469 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:38:55,469 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e35f0b9e-6366-47f1-8631-4b63f2b5785f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e35f0b9e-6366-47f1-8631-4b63f2b5785f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:56,501 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:38:56,502 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3058cd45-d89b-4073-8701-fa1ece7ec731', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3058cd45-d89b-4073-8701-fa1ece7ec731', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:57,539 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:38:57,539 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96547f80-d652-476c-acb2-370575c554bd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96547f80-d652-476c-acb2-370575c554bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:58,569 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:38:58,569 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc69fa83-5863-45fc-a027-b62bfb2bd9ab', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc69fa83-5863-45fc-a027-b62bfb2bd9ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:38:59,599 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:38:59,599 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:38:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35fd4e31-2400-4909-871a-a18e642058e2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35fd4e31-2400-4909-871a-a18e642058e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:00,631 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:00,631 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e10ec53b-eb29-4ebe-bed9-c0e28e7b1e0e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e10ec53b-eb29-4ebe-bed9-c0e28e7b1e0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:01,665 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:39:01,666 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86bd022c-56a5-40b4-872c-b465a5176f37', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86bd022c-56a5-40b4-872c-b465a5176f37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:02,700 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:39:02,701 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24037ff6-82a0-4157-95b1-97ec0e0099e1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24037ff6-82a0-4157-95b1-97ec0e0099e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:03,731 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:03,731 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b633c6-cdcc-4f14-ac4f-0bded4b40890', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b633c6-cdcc-4f14-ac4f-0bded4b40890', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:04,765 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:39:04,765 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f063b3-85d3-4635-960d-3abc40d0edf2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f063b3-85d3-4635-960d-3abc40d0edf2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:05,794 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.024s
2026-06-18 07:39:05,795 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a9d73a-31a7-4886-81f0-58444f550fed', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a9d73a-31a7-4886-81f0-58444f550fed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:06,831 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:39:06,831 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e56eec-9641-49c3-a6cd-00b9723a9ac3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e56eec-9641-49c3-a6cd-00b9723a9ac3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:07,862 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:07,863 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52cf2fb1-1d9a-49c6-b01c-842927fa8f95', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52cf2fb1-1d9a-49c6-b01c-842927fa8f95', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:08,893 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:08,893 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce944b07-550d-406c-a0e1-fcaa43184071', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce944b07-550d-406c-a0e1-fcaa43184071', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:09,927 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:39:09,928 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eede165-dbbd-41a4-9b1d-005cd3a2fdc6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eede165-dbbd-41a4-9b1d-005cd3a2fdc6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:10,960 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:10,961 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b7c2b0f-c8e6-4bd3-9a5e-c32bdd943a83', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b7c2b0f-c8e6-4bd3-9a5e-c32bdd943a83', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:11,999 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:39:11,999 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c697dce-0c21-47be-ad91-8e48e5ecd7f3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c697dce-0c21-47be-ad91-8e48e5ecd7f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:13,030 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:13,031 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd61bce5-5e73-4086-becd-72ac4466f5ce', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd61bce5-5e73-4086-becd-72ac4466f5ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:14,061 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:14,061 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec2dcba6-5978-47fb-b202-9b60473e1cb6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec2dcba6-5978-47fb-b202-9b60473e1cb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:15,094 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:15,094 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82ecda54-7e08-4c99-9796-5bf5b6cce8e4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82ecda54-7e08-4c99-9796-5bf5b6cce8e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:16,131 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:39:16,132 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26da5587-2632-467f-a125-e0648897455e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26da5587-2632-467f-a125-e0648897455e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:17,165 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:17,166 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94a74401-3191-4bdc-b4aa-2074ebad2087', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94a74401-3191-4bdc-b4aa-2074ebad2087', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:18,197 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:18,197 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3781acf-ff93-4dae-8dcd-c6a231126a74', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3781acf-ff93-4dae-8dcd-c6a231126a74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:19,228 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:39:19,228 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-876bf55d-b4fc-4b0c-bcca-f3838af74926', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-876bf55d-b4fc-4b0c-bcca-f3838af74926', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:20,261 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:39:20,261 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb8f5aa4-21f9-409b-9257-77b94fced726', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb8f5aa4-21f9-409b-9257-77b94fced726', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:21,299 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:39:21,299 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f604067f-3888-42b6-8bf4-c22fc618c275', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f604067f-3888-42b6-8bf4-c22fc618c275', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:22,335 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:22,336 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c70f8dac-64fa-4993-aa88-dbffcdfb4cdb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c70f8dac-64fa-4993-aa88-dbffcdfb4cdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:23,364 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:39:23,365 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32989340-13cb-4433-8a93-0771863c57f3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32989340-13cb-4433-8a93-0771863c57f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:24,398 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:24,398 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a343d281-098a-4a22-b8b7-5b5bcea63ce1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a343d281-098a-4a22-b8b7-5b5bcea63ce1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:25,430 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:25,430 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70cf6072-355c-4be7-8f10-f75dc06c3346', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70cf6072-355c-4be7-8f10-f75dc06c3346', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:26,461 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:26,461 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba894f0-50fd-4abb-81f1-9babb5edc445', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba894f0-50fd-4abb-81f1-9babb5edc445', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:27,493 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:27,493 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b009dbc-3b3f-4c9a-bcb3-88a2e0a1fd3b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b009dbc-3b3f-4c9a-bcb3-88a2e0a1fd3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:28,528 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:39:28,528 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0fa3da8-1ed8-49a6-85e4-73551bf4db5c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0fa3da8-1ed8-49a6-85e4-73551bf4db5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:29,571 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.036s
2026-06-18 07:39:29,571 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f0d3b93-ba27-4067-8833-15814943d5c4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f0d3b93-ba27-4067-8833-15814943d5c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:30,605 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:30,605 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a3d32fa-d77c-4278-a40d-ec4112af9e16', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a3d32fa-d77c-4278-a40d-ec4112af9e16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:31,642 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:39:31,643 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e764fc-858a-49d2-8363-884747f68056', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e764fc-858a-49d2-8363-884747f68056', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:32,675 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:39:32,675 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa7a25e7-8026-4145-9366-6e8dcf875274', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa7a25e7-8026-4145-9366-6e8dcf875274', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:33,712 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.028s
2026-06-18 07:39:33,712 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fbc72e2-ad95-4429-8848-af19c333dc24', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fbc72e2-ad95-4429-8848-af19c333dc24', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:34,750 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.032s
2026-06-18 07:39:34,750 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e862962c-3b6a-4810-b7c1-46a8e5cda31a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e862962c-3b6a-4810-b7c1-46a8e5cda31a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:35,787 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:39:35,787 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15c7dd4d-f8e0-47b9-9c4f-95316fb76bdc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15c7dd4d-f8e0-47b9-9c4f-95316fb76bdc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:36,822 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.029s
2026-06-18 07:39:36,822 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d16288ea-49e5-4401-8c41-43350ee9d833', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d16288ea-49e5-4401-8c41-43350ee9d833', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:37,862 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.033s
2026-06-18 07:39:37,862 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8463da31-8b8b-4ba9-8b1c-483491e2e32d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8463da31-8b8b-4ba9-8b1c-483491e2e32d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:38,893 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:38,893 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ec405e-7c13-4376-8aac-079b8c516082', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ec405e-7c13-4376-8aac-079b8c516082', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:39,926 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:39,926 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267d2b61-1766-4aab-80c2-b096d22fc619', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267d2b61-1766-4aab-80c2-b096d22fc619', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:40,957 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.022s
2026-06-18 07:39:40,957 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c11885d-ab0f-41fe-8f14-0536bb3ecf23', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c11885d-ab0f-41fe-8f14-0536bb3ecf23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:41,985 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:39:41,986 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc2af1c5-dd90-410f-afb1-3b5c1f5c365e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc2af1c5-dd90-410f-afb1-3b5c1f5c365e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:43,021 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:39:43,021 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbdd79b5-3394-4493-aa57-391234358b85', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbdd79b5-3394-4493-aa57-391234358b85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:44,056 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:39:44,056 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b925f8d0-f9e5-4c19-8ad8-0235fdaa9c88', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b925f8d0-f9e5-4c19-8ad8-0235fdaa9c88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:45,088 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:45,089 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46ca7e23-c32f-4797-9eb8-81322dd3daf0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46ca7e23-c32f-4797-9eb8-81322dd3daf0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:46,121 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:46,121 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e74d5e5e-366c-4bfa-a3cd-257d225e6922', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e74d5e5e-366c-4bfa-a3cd-257d225e6922', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:47,152 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.026s
2026-06-18 07:39:47,153 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-827516d2-6f8f-4da5-ae8d-615d48602601', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-827516d2-6f8f-4da5-ae8d-615d48602601', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:48,189 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:39:48,189 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b889cf7f-30ac-46b4-b956-fd7e23ca37a8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b889cf7f-30ac-46b4-b956-fd7e23ca37a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:49,224 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.027s
2026-06-18 07:39:49,224 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8dd4afb-4ad7-4bde-a69e-a5d7f08e351e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8dd4afb-4ad7-4bde-a69e-a5d7f08e351e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:50,252 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.023s
2026-06-18 07:39:50,252 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4195c4d7-ade0-4505-81a4-436d62bcc4d0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4195c4d7-ade0-4505-81a4-436d62bcc4d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:51,282 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:51,282 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-978f09e5-9d1c-4b60-ae4e-16ee3b1435a4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-978f09e5-9d1c-4b60-ae4e-16ee3b1435a4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:52,313 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.025s
2026-06-18 07:39:52,313 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e877bdda-f5ef-4779-a94b-cc9656ef4f36', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e877bdda-f5ef-4779-a94b-cc9656ef4f36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:53,350 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.031s
2026-06-18 07:39:53,350 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-084f1f16-d9c0-417f-95ea-30194ab5d706', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-084f1f16-d9c0-417f-95ea-30194ab5d706', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:36:56.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:39:53,483 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.125s
2026-06-18 07:39:53,484 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:53 GMT', 'server': 'Apache/2.4.58 (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-6be8dbdb-ffe9-46d5-9950-05bfca5a0006', 'x-compute-request-id': 'req-6be8dbdb-ffe9-46d5-9950-05bfca5a0006', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b''
2026-06-18 07:39:53,712 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.228s
2026-06-18 07:39:53,712 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1675', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a96510f7-1629-48e4-b056-f965c34ac4cd', 'x-compute-request-id': 'req-a96510f7-1629-48e4-b056-f965c34ac4cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-836112541-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}, {"version": 4, "addr": "172.24.5.76", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}]}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "ACTIVE", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:39:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": "2026-06-18T07:35:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:39:54,910 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.192s
2026-06-18 07:39:54,910 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1675', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb889a3a-da0b-4e99-b3ca-072ac295f5ff', 'x-compute-request-id': 'req-cb889a3a-da0b-4e99-b3ca-072ac295f5ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-836112541-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}, {"version": 4, "addr": "172.24.5.76", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}]}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "ACTIVE", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:39:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": "2026-06-18T07:35:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:39:56,104 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.187s
2026-06-18 07:39:56,104 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1675', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0ad7226-655c-4384-afd3-d9ac0794f7b0', 'x-compute-request-id': 'req-a0ad7226-655c-4384-afd3-d9ac0794f7b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-836112541-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}, {"version": 4, "addr": "172.24.5.76", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:f5:22"}]}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "ACTIVE", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:39:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": "2026-06-18T07:35:55.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--105493982"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:39:57,196 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.086s
2026-06-18 07:39:57,197 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1342d41-4e8e-4a11-8fbf-650ed51c604c', 'x-compute-request-id': 'req-e1342d41-4e8e-4a11-8fbf-650ed51c604c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "ACTIVE", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:39:55Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": "2026-06-18T07:35:55.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:39:58,311 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.108s
2026-06-18 07:39:58,311 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1421', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de5dfd8f-b458-4f3b-b773-c264df2108df', 'x-compute-request-id': 'req-de5dfd8f-b458-4f3b-b773-c264df2108df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "DELETED", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:39:57Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T07:36:58Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": "2026-06-18T07:35:55.000000", "OS-SRV-USG:terminated_at": "2026-06-18T07:39:57.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:39:58,318 106101 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-06-18 07:39:59,408 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.089s
2026-06-18 07:39:59,409 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:39:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1421', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab4a3661-9be9-4aad-996e-d0b6a9ede28b', 'x-compute-request-id': 'req-ab4a3661-9be9-4aad-996e-d0b6a9ede28b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:35:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "3d0b9ae22a56ab4cc5c42b85711548741ce528b3d9b2ed2d131cc654", "id": "9cb35532-76bb-498b-ba79-09b7b0dd8d8a", "image": {"id": "8f311098-26ae-4747-893f-fe1760f887c2", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/images/8f311098-26ae-4747-893f-fe1760f887c2"}]}, "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-60999244", "status": "DELETED", "tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "user_id": "1cf20c7880d844a89991a4a0b01396a3", "updated": "2026-06-18T07:39:57Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T07:36:58Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1761237846", "OS-SRV-USG:launched_at": "2026-06-18T07:35:55.000000", "OS-SRV-USG:terminated_at": "2026-06-18T07:39:57.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 07:40:00,451 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a 0.037s
2026-06-18 07:40:00,451 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:00 GMT', 'server': 'Apache/2.4.58 (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-fb2d6b56-8efb-43a0-b992-3c37ee23b1f0', 'x-compute-request-id': 'req-fb2d6b56-8efb-43a0-b992-3c37ee23b1f0', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/9cb35532-76bb-498b-ba79-09b7b0dd8d8a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9cb35532-76bb-498b-ba79-09b7b0dd8d8a could not be found."}}'
2026-06-18 07:40:00,472 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.32/compute/v2.1/os-keypairs/tempest-keypair-1761237846 0.021s
2026-06-18 07:40:00,473 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:00 GMT', 'server': 'Apache/2.4.58 (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-837e4e34-d908-40a8-8fd3-1847f87d142d', 'x-compute-request-id': 'req-837e4e34-d908-40a8-8fd3-1847f87d142d', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/compute/v2.1/os-keypairs/tempest-keypair-1761237846'}
Body: b''
2026-06-18 07:40:00,611 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.32/networking/v2.0/security-groups/99607cd1-08a8-4eed-928e-f51d45d86b37 0.138s
2026-06-18 07:40:00,611 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-9eddf70a-70fb-42eb-878b-c1ccb53f59f4', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32/networking/v2.0/security-groups/99607cd1-08a8-4eed-928e-f51d45d86b37'}
Body: b''
2026-06-18 07:40:00,626 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.32/networking/v2.0/security-groups/99607cd1-08a8-4eed-928e-f51d45d86b37 0.015s
2026-06-18 07:40:00,627 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7a60588e-3781-46a2-9deb-528eb709a5b1', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32/networking/v2.0/security-groups/99607cd1-08a8-4eed-928e-f51d45d86b37'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 99607cd1-08a8-4eed-928e-f51d45d86b37 does not exist", "detail": ""}}'
2026-06-18 07:40:00,875 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.32/networking/v2.0/floatingips/9877766e-69f3-4023-b85c-fe4405557489 0.248s
2026-06-18 07:40:00,875 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-050c0171-205a-4b9f-82d5-cf7a9e9988cb', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.32/networking/v2.0/floatingips/9877766e-69f3-4023-b85c-fe4405557489'}
Body: b''
2026-06-18 07:40:00,912 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.036s
2026-06-18 07:40:00,912 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97dd6887-4583-4a92-a550-73b512059312', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b''
2026-06-18 07:40:00,942 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.030s
2026-06-18 07:40:00,942 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fbc171b-b5ed-4adc-bfb8-587a5049638c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fbc171b-b5ed-4adc-bfb8-587a5049638c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"volume": {"id": "73059653-9e60-4253-a5ef-44c20fc8cd4f", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:35:34.000000", "updated_at": "2026-06-18T07:40:01.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1287916232", "description": null, "volume_type": "tempest-scenario-type-luksv2-1512664398", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59"}}'
2026-06-18 07:40:01,966 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f 0.016s
2026-06-18 07:40:01,966 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-142bec62-c033-4c48-b6c3-ad75244b3ec3', 'x-openstack-request-id': 'req-142bec62-c033-4c48-b6c3-ad75244b3ec3', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.32/volume/v3/volumes/73059653-9e60-4253-a5ef-44c20fc8cd4f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 73059653-9e60-4253-a5ef-44c20fc8cd4f could not be found."}}'
2026-06-18 07:40:02,094 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/detail?all_tenants=1 0.127s
2026-06-18 07:40:02,094 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e60a21ee-b311-4934-b86c-6f4dea13c109', 'content-length': '9468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e60a21ee-b311-4934-b86c-6f4dea13c109', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "76cbaba2-61dc-495e-88f4-2210e9b9ffe4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:39:38.000000", "updated_at": "2026-06-18T07:39:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-736221714", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/76cbaba2-61dc-495e-88f4-2210e9b9ffe4"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/76cbaba2-61dc-495e-88f4-2210e9b9ffe4"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "76cbaba2-61dc-495e-88f4-2210e9b9ffe4", "attachment_id": "12b8ea25-03a0-4744-8095-f9379168d635", "volume_id": "76cbaba2-61dc-495e-88f4-2210e9b9ffe4", "server_id": "84612141-67ae-4f5d-8a9b-1abf8b6dac4e", "host_name": "np0000003119", "device": "/dev/vda", "attached_at": "2026-06-18T07:39:46.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003119@storpool#default", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "8f311098-26ae-4747-893f-fe1760f887c2", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}}, {"id": "587da749-2129-4d85-8947-2f4c905b44aa", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:36:25.000000", "updated_at": "2026-06-18T07:36:31.000000", "name": "image-902a7991-5558-4af0-a31e-e86d0ae73476", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "d81a6b40-62b4-4d89-8ba1-7cdae37deadf", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/587da749-2129-4d85-8947-2f4c905b44aa"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/587da749-2129-4d85-8947-2f4c905b44aa"}], "user_id": "4f396c57b7b046efa5574bdccf8e30bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "136173434ca34ff3b972ed4306b6f6da", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003119@storpool#default"}, {"id": "98c10d4c-e8f0-4239-8fe7-23b51bb545a4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:36:14.000000", "updated_at": "2026-06-18T07:36:20.000000", "name": "image-95c9d99b-c3bf-49d6-9646-b1079f48e4be", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "6c0bc40a-e3d6-4eea-862f-b16cb03bceb6", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/98c10d4c-e8f0-4239-8fe7-23b51bb545a4"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/98c10d4c-e8f0-4239-8fe7-23b51bb545a4"}], "user_id": "4f396c57b7b046efa5574bdccf8e30bc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "136173434ca34ff3b972ed4306b6f6da", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003119@storpool#template_virtual"}, {"id": "af000b23-e26c-46ec-bae6-352d8f157f6e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:36:05.000000", "updated_a
2026-06-18 07:40:02,138 106101 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.32/volume/v3/types/74c6083b-df2a-462b-aa24-2ac633a39169 0.034s
2026-06-18 07:40:02,138 106101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:40:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffbad576-769d-4736-aeb9-59ce751ea432', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/types/74c6083b-df2a-462b-aa24-2ac633a39169'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 90, in test_encrypted_cinder_volumes_luksv2
self.attach_detach_volume(server, volume)
File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 53, in attach_detach_volume
attached_volume = self.nova_volume_attach(server, volume)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1001, in nova_volume_attach
waiters.wait_for_volume_resource_status(volumes_client,
File "/opt/stack/tempest/tempest/common/waiters.py", line 396, in wait_for_volume_resource_status
raise lib_exc.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: volume 73059653-9e60-4253-a5ef-44c20fc8cd4f failed to reach in-use status (current available) within the required time (196 s).
|
||||||
test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume] |
pass
pt4.4: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 7 | 6 | 1 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
pass
pt5.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume]
|
||||||
test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume] |
fail
ft5.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-06-18 07:30:26,161 106105 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-1046137139 on backend None
2026-06-18 07:30:26,190 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.32/volume/v3/types 0.029s
2026-06-18 07:30:26,190 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volume_type": {"name": "tempest-scenario-type-luks2-1046137139", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdddd1f4-1d9c-4947-b3df-8ed7ae1a1bee', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdddd1f4-1d9c-4947-b3df-8ed7ae1a1bee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/types'}
Body: b'{"volume_type": {"id": "09c02c66-b43c-45be-b82d-5f792276de04", "name": "tempest-scenario-type-luks2-1046137139", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-18 07:30:26,192 106105 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 09c02c66-b43c-45be-b82d-5f792276de04
2026-06-18 07:30:26,259 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.32/volume/v3/types/09c02c66-b43c-45be-b82d-5f792276de04/encryption 0.067s
2026-06-18 07:30:26,259 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2466b46d-e83a-492c-89c5-9289dd07c8e1', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2466b46d-e83a-492c-89c5-9289dd07c8e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/types/09c02c66-b43c-45be-b82d-5f792276de04/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "09c02c66-b43c-45be-b82d-5f792276de04", "encryption_id": "f6fe9e0f-1d24-4bd0-b882-85c70331c41a"}}'
2026-06-18 07:30:26,539 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.32/volume/v3/volumes 0.278s
2026-06-18 07:30:26,539 106105 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-319375573", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "size": 1}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04827dfa-775f-48ff-bbfa-e53f83e03fd6', 'content-length': '778', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04827dfa-775f-48ff-bbfa-e53f83e03fd6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/volume/v3/volumes'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.454105", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-18 07:30:26,583 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.035s
2026-06-18 07:30:26,583 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53a12781-f509-4b31-ba4b-416ca88be39e', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53a12781-f509-4b31-ba4b-416ca88be39e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:30:27,635 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.045s
2026-06-18 07:30:27,635 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d667ca91-659e-46f0-bab1-3c27e65054b2', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d667ca91-659e-46f0-bab1-3c27e65054b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:27.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:30:27,646 106105 INFO [tempest.common.waiters] volume 0e9d6a5b-3a1b-4087-9ddb-60f33b076612 reached available after waiting for 1.646722 seconds
2026-06-18 07:30:27,694 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.046s
2026-06-18 07:30:27,694 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186b96ef-cbee-4dd1-9c32-f950afe52e58', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186b96ef-cbee-4dd1-9c32-f950afe52e58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:27.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:30:27,753 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612/action 0.052s
2026-06-18 07:30:27,754 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-set_bootable": {"bootable": true}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-bc618872-d26b-4c90-9239-6cdbacd25429', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc618872-d26b-4c90-9239-6cdbacd25429', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612/action'}
Body: b''
2026-06-18 07:30:27,902 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.32/identity/v3/auth/tokens 0.145s
2026-06-18 07:30:27,903 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2929', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-cf1e979d-e10b-4887-8ce2-108687a4acfc', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.32/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "156a7e801f87492285de352e55ab40d2", "name": "tempest-TestVolumeBootPattern-1865033789-project-member", "password_expires_at": null}, "audit_ids": ["4GryB5VjQfSbp89enE927w"], "expires_at": "2026-06-18T08:30:27.000000Z", "issued_at": "2026-06-18T07:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ed0f88dfea8a43838c2d12b18f9cb183", "name": "tempest-TestVolumeBootPattern-1865033789"}, "is_domain": false, "roles": [{"id": "c0dbfdd737804bcbaa98d14dcf83d8ae", "name": "reader"}, {"id": "12debba6df044f2597e452394725e8cb", "name": "member"}], "catalog": [{"endpoints": [{"id": "0a85bfc5815b449e9b2269c977c3bd6a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/volume/v3", "region": "RegionOne"}], "id": "5d6f5680be0749d6b85ea5ab9494c9e4", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "923368679cca433d876d0377e5b615ae", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/image", "region": "RegionOne"}], "id": "69ea548463954d03bc727474a7a1cd6a", "type": "image", "name": "glance"}, {"endpoints": [{"id": "6868c0ea44cf40dcb9fcceb26149a71d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/compute/v2/ed0f88dfea8a43838c2d12b18f9cb183", "region": "RegionOne"}], "id": "71dfad14d4fb4283869da31537918683", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4c9f9ed4f25c42acaa8263106af1959a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/compute/v2.1", "region": "RegionOne"}], "id": "7dd5a422762748b3956983fd0e747c3c", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "163f4fbc315449c883623e6100235ae5", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.32:8080", "region": "RegionOne"}, {"id": "214a98ccce194991829e18972c8532aa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32:8080/v1/AUTH_ed0f88dfea8a43838c2d12b18f9cb183", "region": "RegionOne"}], "id": "a237b5843dec4c3a9d3ab162d50373a5", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "5f9c3bfdb2a94c3daecdc98e87d93276", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/placement", "region": "RegionOne"}], "id": "cdd85ffc197c470cb71feb2d76cfb826", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "8f66531b24324f66b96511fa80908c59", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/identity", "region": "RegionOne"}], "id": "e6ae4c704b1c4e28b55ec081ec7b52c3", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "6541a25aa0214968b14dfdf9e65b47f0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.32/networking", "region": "RegionOne"}], "id": "f1910f4bc8584690ace1e08071a1bbd8", "type": "network", "name": "neutron"}]}}'
2026-06-18 07:30:27,903 106105 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': 'a6d93f5a-051a-433e-9449-e0ad6b87e6f8', 'name': 'tempest-TestVolumeBootPattern-1951092208-network', 'tenant_id': 'ed0f88dfea8a43838c2d12b18f9cb183', 'project_id': 'ed0f88dfea8a43838c2d12b18f9cb183', 'admin_state_up': True, 'mtu': 1372, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 48726, 'vlan_transparent': False, 'qinq': False, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2026-06-18T07:29:26Z', 'updated_at': '2026-06-18T07:29:26Z', 'revision_number': 1} available for tenant
2026-06-18 07:30:30,398 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.32/compute/v2.1/servers 2.495s
2026-06-18 07:30:30,399 106105 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-2131404493", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "a6d93f5a-051a-433e-9449-e0ad6b87e6f8"}]}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-315b2094-0a83-42f7-919c-b542771ff0ed', 'x-compute-request-id': 'req-315b2094-0a83-42f7-919c-b542771ff0ed', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.32/compute/v2.1/servers'}
Body: b'{"server": {"id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qnz3YGaoKFNx"}}'
2026-06-18 07:30:30,531 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.130s
2026-06-18 07:30:30,531 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1052', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-817623f2-2b8b-4eac-8cf0-b37a29220678', 'x-compute-request-id': 'req-817623f2-2b8b-4eac-8cf0-b37a29220678', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:30Z", "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": []}}'
2026-06-18 07:30:31,972 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.432s
2026-06-18 07:30:31,973 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1102', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30b2d839-4998-4d62-8c78-e848f54cc367', 'x-compute-request-id': 'req-30b2d839-4998-4d62-8c78-e848f54cc367', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:31Z", "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": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:33,243 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.261s
2026-06-18 07:30:33,243 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc935680-f53d-4bd2-b232-2ec38cf106f8', 'x-compute-request-id': 'req-fc935680-f53d-4bd2-b232-2ec38cf106f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:32Z", "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": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:33,248 106105 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-18 07:30:34,401 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.151s
2026-06-18 07:30:34,401 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9121d560-0e98-4258-8d80-7d4a27cc1d85', 'x-compute-request-id': 'req-9121d560-0e98-4258-8d80-7d4a27cc1d85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:32Z", "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": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:35,775 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.366s
2026-06-18 07:30:35,776 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1158', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2cb6136d-dd27-4354-b6d7-15e0ce0e1412', 'x-compute-request-id': 'req-2cb6136d-dd27-4354-b6d7-15e0ce0e1412', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:35,784 106105 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-18 07:30:38,732 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 1.947s
2026-06-18 07:30:38,732 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f820847-fc2e-4cf1-beb2-a1b94f99084c', 'x-compute-request-id': 'req-1f820847-fc2e-4cf1-beb2-a1b94f99084c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:36Z", "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": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:38,742 106105 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 8 second wait
2026-06-18 07:30:40,525 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.781s
2026-06-18 07:30:40,525 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db335b41-bf95-4d8c-b91c-b94b771860cc', 'x-compute-request-id': 'req-db335b41-bf95-4d8c-b91c-b94b771860cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:39Z", "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": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:40,533 106105 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 10 second wait
2026-06-18 07:30:41,808 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.274s
2026-06-18 07:30:41,808 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14e52b41-0562-45b5-85c5-f7e7d9091319', 'x-compute-request-id': 'req-14e52b41-0562-45b5-85c5-f7e7d9091319', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:39Z", "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": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:43,038 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.221s
2026-06-18 07:30:43,038 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeac5bdb-8d98-4bf4-9da3-7c30fdd1845a', 'x-compute-request-id': 'req-aeac5bdb-8d98-4bf4-9da3-7c30fdd1845a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:39Z", "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": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:44,331 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.287s
2026-06-18 07:30:44,331 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32e68f1-3e65-4af0-abda-9b91bb79e749', 'x-compute-request-id': 'req-a32e68f1-3e65-4af0-abda-9b91bb79e749', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:39Z", "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": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:45,740 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.401s
2026-06-18 07:30:45,741 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f011aa5-520f-4593-9e30-265d5a45baa3', 'x-compute-request-id': 'req-9f011aa5-520f-4593-9e30-265d5a45baa3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T07:30:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.32/compute/flavors/42"}]}, "hostId": "ca224c2a8b9ab11099effa180339990c374df9d8f9c891f528dd4d05", "id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}, {"rel": "bookmark", "href": "https://10.4.3.32/compute/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2131404493", "status": "BUILD", "tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183", "user_id": "156a7e801f87492285de352e55ab40d2", "updated": "2026-06-18T07:30:39Z", "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": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}]}}'
2026-06-18 07:30:51,296 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 4.546s
2026-06-18 07:30:51,296 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:49 GMT', 'server': 'Apache/2.4.58 (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': '147', 'x-openstack-request-id': 'req-e4759f6a-9f18-4b18-9128-f790c930f383', 'x-compute-request-id': 'req-e4759f6a-9f18-4b18-9128-f790c930f383', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 07:30:51,387 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 DELETE https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.090s
2026-06-18 07:30:51,387 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (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': '147', 'x-openstack-request-id': 'req-d29072da-ab08-4abd-9c65-5cf82254f4da', 'x-compute-request-id': 'req-d29072da-ab08-4abd-9c65-5cf82254f4da', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 07:30:51,388 106105 ERROR [tempest.common.compute] Deleting server 7bfee4cb-6f4a-4902-8545-a6a688c03a39 failed
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 07:30:51.388 106105 ERROR tempest.common.compute
2026-06-18 07:30:51,453 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39 0.062s
2026-06-18 07:30:51,453 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (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': '147', 'x-openstack-request-id': 'req-cb41fd8d-f069-43a7-adb2-371f6c1c3d63', 'x-compute-request-id': 'req-cb41fd8d-f069-43a7-adb2-371f6c1c3d63', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/compute/v2.1/servers/7bfee4cb-6f4a-4902-8545-a6a688c03a39'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-18 07:30:51,453 106105 ERROR [tempest.common.compute] Server 7bfee4cb-6f4a-4902-8545-a6a688c03a39 failed to delete in time
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-18 07:30:51.453 106105 ERROR tempest.common.compute
2026-06-18 07:30:51,549 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 500 DELETE https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.091s
2026-06-18 07:30:51,549 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '128', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a42a1c9-3aa7-49f1-bd93-ced8078ee66b', 'x-openstack-request-id': 'req-5a42a1c9-3aa7-49f1-bd93-ced8078ee66b', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-18 07:30:51,550 106105 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method VolumesClient.delete_volume of <tempest.lib.services.volume.v3.volumes_client.VolumesClient object at 0x79263e033fb0>>, retrying...
2026-06-18 07:30:56,590 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:30:56,590 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f62e529-0400-4ef3-93de-4618fffcda95', 'x-openstack-request-id': 'req-7f62e529-0400-4ef3-93de-4618fffcda95', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
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."}}'
2026-06-18 07:30:56,634 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.043s
2026-06-18 07:30:56,635 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70c61ec0-87d5-4f0b-a16c-9e986da71940', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70c61ec0-87d5-4f0b-a16c-9e986da71940', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:30:57,684 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:30:57,685 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec1e6abd-7e10-4033-85ab-bb9bdbda4be5', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec1e6abd-7e10-4033-85ab-bb9bdbda4be5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:30:58,732 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.035s
2026-06-18 07:30:58,733 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51125d5b-6c0e-4f73-b109-e1b8d2bf196f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51125d5b-6c0e-4f73-b109-e1b8d2bf196f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:30:59,775 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.034s
2026-06-18 07:30:59,775 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:30:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef3ece4-ddc2-45e3-88e4-d18c35e1365e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef3ece4-ddc2-45e3-88e4-d18c35e1365e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:00,825 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.041s
2026-06-18 07:31:00,826 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b325c99-5030-47d3-852c-1ce310a8acb5', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b325c99-5030-47d3-852c-1ce310a8acb5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:01,862 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.030s
2026-06-18 07:31:01,863 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ba672d-66a0-4af6-91b4-097816a1e10c', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ba672d-66a0-4af6-91b4-097816a1e10c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:02,902 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.031s
2026-06-18 07:31:02,902 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-161c6100-e641-4780-b2c6-1343a70d8404', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-161c6100-e641-4780-b2c6-1343a70d8404', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:03,972 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.064s
2026-06-18 07:31:03,972 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-118de362-9efc-4d52-995c-033c75ca3531', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-118de362-9efc-4d52-995c-033c75ca3531', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:05,031 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:31:05,031 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d651fdd-97b0-45ca-b3df-6818fc594979', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d651fdd-97b0-45ca-b3df-6818fc594979', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:06,087 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.047s
2026-06-18 07:31:06,088 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9af8b026-1533-4212-b870-7e6a0606a576', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9af8b026-1533-4212-b870-7e6a0606a576', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:07,138 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.041s
2026-06-18 07:31:07,138 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ba4d526-5501-4e22-8923-7326f0a2a61f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ba4d526-5501-4e22-8923-7326f0a2a61f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:08,198 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.051s
2026-06-18 07:31:08,198 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39844f41-999a-4f61-8906-59e044c73983', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39844f41-999a-4f61-8906-59e044c73983', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:09,275 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.067s
2026-06-18 07:31:09,275 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92d19026-3579-41c2-b1e1-fdb04da4340f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92d19026-3579-41c2-b1e1-fdb04da4340f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:10,342 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.054s
2026-06-18 07:31:10,343 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ebefd3c-efb0-4f4c-9549-1bae20f71f0b', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ebefd3c-efb0-4f4c-9549-1bae20f71f0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:11,600 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.245s
2026-06-18 07:31:11,600 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc8fa0aa-2bb1-48c7-b722-c744b383bbed', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc8fa0aa-2bb1-48c7-b722-c744b383bbed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:12,646 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:31:12,646 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-299a8812-b61f-475a-a28c-4d6ce37766ef', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-299a8812-b61f-475a-a28c-4d6ce37766ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:13,700 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.047s
2026-06-18 07:31:13,700 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-947a68a8-000d-4612-af94-6c7c2828ffe2', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-947a68a8-000d-4612-af94-6c7c2828ffe2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:14,760 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.053s
2026-06-18 07:31:14,760 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab6d72c-8c08-4bb8-90c1-86a7d9f422af', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab6d72c-8c08-4bb8-90c1-86a7d9f422af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:15,804 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.036s
2026-06-18 07:31:15,804 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d267f08-b519-4ab2-b6dc-6d5f582fd24e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d267f08-b519-4ab2-b6dc-6d5f582fd24e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:16,871 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.055s
2026-06-18 07:31:16,872 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1919d8cd-6708-4d00-b064-46c1e53f656d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1919d8cd-6708-4d00-b064-46c1e53f656d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:17,912 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.031s
2026-06-18 07:31:17,912 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1003894-8b25-4746-bd4e-ac2f2bb1cb4c', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1003894-8b25-4746-bd4e-ac2f2bb1cb4c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:18,965 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:31:18,965 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb1e971a-a8f0-454d-94ba-346976695291', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb1e971a-a8f0-454d-94ba-346976695291', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:20,007 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.034s
2026-06-18 07:31:20,007 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5015943-4427-4ea1-94b8-962c60e0efcd', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5015943-4427-4ea1-94b8-962c60e0efcd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:21,067 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.051s
2026-06-18 07:31:21,067 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f738a3-10ca-4fdd-b495-98fac941ea36', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f738a3-10ca-4fdd-b495-98fac941ea36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:22,135 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.060s
2026-06-18 07:31:22,135 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdfb8dd3-0522-47a5-aea1-3106976821c4', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdfb8dd3-0522-47a5-aea1-3106976821c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:23,185 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.042s
2026-06-18 07:31:23,185 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b43bce0-5aad-4208-bcc4-6be0207fc2aa', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b43bce0-5aad-4208-bcc4-6be0207fc2aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:24,237 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.042s
2026-06-18 07:31:24,238 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfc7ad34-855b-495c-9c52-3e364bb0f03d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfc7ad34-855b-495c-9c52-3e364bb0f03d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:25,279 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.034s
2026-06-18 07:31:25,279 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff51661-497c-40f4-aac0-a5e3c75d92d9', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff51661-497c-40f4-aac0-a5e3c75d92d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:26,337 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:31:26,338 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9cb53e3-a381-45d5-a865-1c119558cf7f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9cb53e3-a381-45d5-a865-1c119558cf7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:27,398 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:31:27,398 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b431ef-bdfb-4a2e-aa95-048b0c23446a', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b431ef-bdfb-4a2e-aa95-048b0c23446a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:28,460 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.055s
2026-06-18 07:31:28,460 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01939592-41df-47a6-b13d-d06c46b1be6f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01939592-41df-47a6-b13d-d06c46b1be6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:29,537 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.066s
2026-06-18 07:31:29,538 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37000862-3301-4d1e-979a-e88534a846e9', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37000862-3301-4d1e-979a-e88534a846e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:30,609 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.063s
2026-06-18 07:31:30,609 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6738612a-87d2-4d36-a895-5451dad6bc1f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6738612a-87d2-4d36-a895-5451dad6bc1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:31,661 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.043s
2026-06-18 07:31:31,662 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e614c82-f8f7-4504-b5f5-2f6a05965620', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e614c82-f8f7-4504-b5f5-2f6a05965620', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:32,718 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:31:32,718 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd4f2ac-291b-4898-88a1-2c501c99aae7', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd4f2ac-291b-4898-88a1-2c501c99aae7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:33,781 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:31:33,781 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bc16e0-d317-4a77-a97d-53e90f29e552', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bc16e0-d317-4a77-a97d-53e90f29e552', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:34,831 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.041s
2026-06-18 07:31:34,831 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992bdbab-707f-4fea-b1b9-60797bf6341c', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992bdbab-707f-4fea-b1b9-60797bf6341c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:35,879 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.038s
2026-06-18 07:31:35,879 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3aed110f-24b1-4270-8f43-dd8838fc7b64', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3aed110f-24b1-4270-8f43-dd8838fc7b64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:36,942 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.054s
2026-06-18 07:31:36,943 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d0b5f05-afaf-4ed1-88b4-a7bde94fae2d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d0b5f05-afaf-4ed1-88b4-a7bde94fae2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:38,017 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.062s
2026-06-18 07:31:38,017 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0acef037-8536-4e52-bf8b-048e2324f565', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0acef037-8536-4e52-bf8b-048e2324f565', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:39,085 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.059s
2026-06-18 07:31:39,085 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d09ce3-27c5-45b5-80ea-375d8897da8d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d09ce3-27c5-45b5-80ea-375d8897da8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:40,130 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:31:40,130 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-336f09c4-05e1-4eb7-af46-8f484c76192b', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-336f09c4-05e1-4eb7-af46-8f484c76192b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:41,190 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.054s
2026-06-18 07:31:41,190 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8664560b-1270-4c8a-9341-abb799a1b05d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8664560b-1270-4c8a-9341-abb799a1b05d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:42,239 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.040s
2026-06-18 07:31:42,239 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c118e27d-a58d-4f29-98cb-28a0bcd9087e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c118e27d-a58d-4f29-98cb-28a0bcd9087e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:43,290 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.043s
2026-06-18 07:31:43,290 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3bcdaaf-1341-452c-b4fb-8bcb0b2bdd9a', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3bcdaaf-1341-452c-b4fb-8bcb0b2bdd9a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:44,336 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.036s
2026-06-18 07:31:44,336 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22913746-dd3c-49c7-880e-85fd95812ab2', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22913746-dd3c-49c7-880e-85fd95812ab2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:45,383 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.041s
2026-06-18 07:31:45,383 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7910bd5d-6a81-4be7-8e54-8abed62a4d91', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7910bd5d-6a81-4be7-8e54-8abed62a4d91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:46,424 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.034s
2026-06-18 07:31:46,424 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-966c4f2c-ce67-4782-bf72-6103a21a5371', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-966c4f2c-ce67-4782-bf72-6103a21a5371', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:47,471 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:31:47,472 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b3906d-d5e3-44fc-a8ae-b2ef5177dcff', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b3906d-d5e3-44fc-a8ae-b2ef5177dcff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:48,543 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.064s
2026-06-18 07:31:48,543 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30928582-2f40-45a9-9ecf-92e51a18b2a7', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30928582-2f40-45a9-9ecf-92e51a18b2a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:49,601 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.048s
2026-06-18 07:31:49,602 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f51dcf24-ee71-4da8-a054-56fcef405917', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f51dcf24-ee71-4da8-a054-56fcef405917', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:50,664 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:31:50,664 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c70923b-fa69-4f03-aa63-06ed521eb008', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c70923b-fa69-4f03-aa63-06ed521eb008', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:51,715 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.038s
2026-06-18 07:31:51,716 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3ea55f8-e21f-49e6-84ed-f6782e698c08', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3ea55f8-e21f-49e6-84ed-f6782e698c08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:52,769 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.045s
2026-06-18 07:31:52,769 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23295907-8dd8-4a77-8a08-6d186ab7cdab', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23295907-8dd8-4a77-8a08-6d186ab7cdab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:53,819 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.043s
2026-06-18 07:31:53,820 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-995e98fd-b53c-414c-8665-bb4f0fdd3880', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-995e98fd-b53c-414c-8665-bb4f0fdd3880', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:54,857 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.030s
2026-06-18 07:31:54,858 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce5723f-bd91-463a-8526-57371b4698ed', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce5723f-bd91-463a-8526-57371b4698ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:55,912 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.048s
2026-06-18 07:31:55,912 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b844e904-fcb4-419f-9a60-97f3383db1d1', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b844e904-fcb4-419f-9a60-97f3383db1d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:56,956 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.038s
2026-06-18 07:31:56,957 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78addb64-1bc3-4c13-9197-706767267d32', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78addb64-1bc3-4c13-9197-706767267d32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:58,003 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:31:58,003 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e036656f-55dd-4224-8fbe-ed02883dd46d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e036656f-55dd-4224-8fbe-ed02883dd46d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:31:59,052 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.038s
2026-06-18 07:31:59,052 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:31:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bdcfaca-1027-4ac1-a032-e8d042f289d2', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bdcfaca-1027-4ac1-a032-e8d042f289d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:00,102 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.041s
2026-06-18 07:32:00,103 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-345b0fbc-4f9a-4864-a6e8-f217faf1f139', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-345b0fbc-4f9a-4864-a6e8-f217faf1f139', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:01,189 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.079s
2026-06-18 07:32:01,190 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad759ec8-8106-4509-8c41-a5f334a8bf7e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad759ec8-8106-4509-8c41-a5f334a8bf7e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:02,298 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.099s
2026-06-18 07:32:02,298 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c004b64c-8398-4946-bef2-b3c237297d56', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c004b64c-8398-4946-bef2-b3c237297d56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:03,337 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.032s
2026-06-18 07:32:03,338 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a5046e-b4f4-4b70-b32f-f8c3470ad270', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a5046e-b4f4-4b70-b32f-f8c3470ad270', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:04,399 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.056s
2026-06-18 07:32:04,400 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57cd4c95-c4cc-441b-acc7-ce8034d6adb1', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57cd4c95-c4cc-441b-acc7-ce8034d6adb1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:05,452 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.040s
2026-06-18 07:32:05,452 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09e84082-5dc4-4702-87cc-6db5f1d198c2', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09e84082-5dc4-4702-87cc-6db5f1d198c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:06,499 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.038s
2026-06-18 07:32:06,499 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-732d82e5-3193-4e64-812c-e347ca1dc5a9', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-732d82e5-3193-4e64-812c-e347ca1dc5a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:07,555 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.050s
2026-06-18 07:32:07,555 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc26a50-317a-46cf-a54d-7bc23a6f36c3', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc26a50-317a-46cf-a54d-7bc23a6f36c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:08,611 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.045s
2026-06-18 07:32:08,612 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1b1be4b-4e9d-472f-b9e1-ef1d5988aeea', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1b1be4b-4e9d-472f-b9e1-ef1d5988aeea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:09,664 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.046s
2026-06-18 07:32:09,664 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe365545-1839-4775-ac8a-cda87fc38e83', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe365545-1839-4775-ac8a-cda87fc38e83', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:10,724 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.053s
2026-06-18 07:32:10,724 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cf22d11-fabc-4857-8b4e-a64d1debb764', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cf22d11-fabc-4857-8b4e-a64d1debb764', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:11,760 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.029s
2026-06-18 07:32:11,760 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381e3dee-df4d-4718-a60e-937673e173bc', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381e3dee-df4d-4718-a60e-937673e173bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:12,805 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:32:12,805 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7fa8daa-f5e4-4697-8e06-43e710b982ed', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7fa8daa-f5e4-4697-8e06-43e710b982ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:13,853 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:32:13,853 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9da00b55-576c-47d5-8efb-ebb755e4eef3', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9da00b55-576c-47d5-8efb-ebb755e4eef3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:14,896 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.034s
2026-06-18 07:32:14,896 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68119ca9-1fc1-4eb3-9895-45bc01bcf42f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68119ca9-1fc1-4eb3-9895-45bc01bcf42f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:15,935 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:32:15,935 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102d773f-8783-4247-8ace-2170a1e25a50', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102d773f-8783-4247-8ace-2170a1e25a50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:16,972 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.028s
2026-06-18 07:32:16,972 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ce4578-550d-40ce-9ced-4846839340b7', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08ce4578-550d-40ce-9ced-4846839340b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:18,022 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:32:18,023 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ed12ba-a742-4f7e-9082-e6534fb9d0ef', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ed12ba-a742-4f7e-9082-e6534fb9d0ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:19,080 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.046s
2026-06-18 07:32:19,081 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-378a68f7-3f1f-4de3-b274-9a854a29b8e9', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-378a68f7-3f1f-4de3-b274-9a854a29b8e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:20,136 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.048s
2026-06-18 07:32:20,137 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bd7882f-6582-484a-854a-527516a268f7', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd7882f-6582-484a-854a-527516a268f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:21,201 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.057s
2026-06-18 07:32:21,201 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51211234-62a6-4767-b8d6-5b56878d9091', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51211234-62a6-4767-b8d6-5b56878d9091', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:22,270 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.061s
2026-06-18 07:32:22,270 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0eca4b8-97b1-4e44-843d-dc20051352dd', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0eca4b8-97b1-4e44-843d-dc20051352dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:23,320 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.042s
2026-06-18 07:32:23,321 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4c15dc1-fbf1-4eba-b3be-ec941e556d6e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4c15dc1-fbf1-4eba-b3be-ec941e556d6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:24,373 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:32:24,373 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d805bb-782d-44f6-b0d8-dd1557342336', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d805bb-782d-44f6-b0d8-dd1557342336', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:25,432 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.051s
2026-06-18 07:32:25,433 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005056ff-8a13-49ec-afef-04110b92ca16', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005056ff-8a13-49ec-afef-04110b92ca16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:26,486 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.046s
2026-06-18 07:32:26,486 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea3404b-3370-4cdf-bb5d-aa17a37a78e5', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea3404b-3370-4cdf-bb5d-aa17a37a78e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:27,541 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.049s
2026-06-18 07:32:27,542 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b696702-814b-45bf-92fc-40f4e2f6a3fe', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b696702-814b-45bf-92fc-40f4e2f6a3fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:28,589 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.040s
2026-06-18 07:32:28,590 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e824d0a-b5aa-468d-90a1-98afaff456da', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e824d0a-b5aa-468d-90a1-98afaff456da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:29,648 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.049s
2026-06-18 07:32:29,649 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1d33222-7148-4137-b3dc-dcb8da4a4011', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1d33222-7148-4137-b3dc-dcb8da4a4011', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:30,704 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.045s
2026-06-18 07:32:30,704 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0601ac9f-c584-4cf3-af4e-fa8cd55bd69c', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0601ac9f-c584-4cf3-af4e-fa8cd55bd69c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:31,764 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.047s
2026-06-18 07:32:31,764 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da3689c-741c-4669-8cbd-39e8152fe821', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da3689c-741c-4669-8cbd-39e8152fe821', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:32,816 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:32:32,816 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a050ac81-f5cb-4ac2-a0af-a4d6870e3485', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a050ac81-f5cb-4ac2-a0af-a4d6870e3485', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:33,863 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:32:33,864 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4504727-547d-424b-8456-54705e25e678', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4504727-547d-424b-8456-54705e25e678', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:34,925 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.054s
2026-06-18 07:32:34,925 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41cfb87f-8482-446e-958e-1087b144dbef', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41cfb87f-8482-446e-958e-1087b144dbef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:35,970 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:32:35,973 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca30d67-40c5-4f14-8580-88b62a45a8aa', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ca30d67-40c5-4f14-8580-88b62a45a8aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:37,027 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.047s
2026-06-18 07:32:37,027 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70ce8100-cc88-4272-87ab-aa6e009debd5', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70ce8100-cc88-4272-87ab-aa6e009debd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:38,083 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.048s
2026-06-18 07:32:38,083 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b6474bd-1f68-4a2f-b7cb-357f3369bbc1', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b6474bd-1f68-4a2f-b7cb-357f3369bbc1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:39,125 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.035s
2026-06-18 07:32:39,125 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76be8d8c-34a1-4b5e-beab-a0d17606b431', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76be8d8c-34a1-4b5e-beab-a0d17606b431', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:40,189 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.054s
2026-06-18 07:32:40,189 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ace0a3-94fa-42d7-a798-fd30ffe47402', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ace0a3-94fa-42d7-a798-fd30ffe47402', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:41,245 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:32:41,246 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3dbcade-d165-43fb-b510-559fab726980', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3dbcade-d165-43fb-b510-559fab726980', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:42,314 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.058s
2026-06-18 07:32:42,315 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9cf3bea-556a-4660-ac92-ac25c1842dc3', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9cf3bea-556a-4660-ac92-ac25c1842dc3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:43,371 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.047s
2026-06-18 07:32:43,372 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c12c5bfc-84e2-4464-a488-b820c844b412', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c12c5bfc-84e2-4464-a488-b820c844b412', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:44,418 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.035s
2026-06-18 07:32:44,418 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17857bb9-e5c2-4a53-9f40-1062077803a5', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17857bb9-e5c2-4a53-9f40-1062077803a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:45,464 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:32:45,464 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a91e0c2e-b99f-4cac-a6bd-735ae0dba608', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a91e0c2e-b99f-4cac-a6bd-735ae0dba608', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:46,526 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:32:46,526 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dce65f8-f60d-4c0b-9ad2-e3325e390c16', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dce65f8-f60d-4c0b-9ad2-e3325e390c16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:47,574 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:32:47,574 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2be97bd4-824b-45e9-8ad1-2ebd632625cf', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2be97bd4-824b-45e9-8ad1-2ebd632625cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:48,626 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.043s
2026-06-18 07:32:48,626 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dadfbd63-4cc6-49b3-8e2a-c4c376f074ef', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dadfbd63-4cc6-49b3-8e2a-c4c376f074ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:49,665 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:32:49,665 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5967857a-b890-4dba-82ed-2e495bea2a07', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5967857a-b890-4dba-82ed-2e495bea2a07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:50,743 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.070s
2026-06-18 07:32:50,743 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f552d8a-b989-4870-b929-6768d33afa58', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f552d8a-b989-4870-b929-6768d33afa58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:51,794 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:32:51,794 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-575f22e4-e70a-491c-af94-0d70d3b9ce8b', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-575f22e4-e70a-491c-af94-0d70d3b9ce8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:52,836 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:32:52,836 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b872b61-9ffb-4226-8db6-d8a78cbafeb3', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b872b61-9ffb-4226-8db6-d8a78cbafeb3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:53,878 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.036s
2026-06-18 07:32:53,878 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b7f2d72-d738-4e76-8a85-b02545778cfa', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b7f2d72-d738-4e76-8a85-b02545778cfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:54,941 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.056s
2026-06-18 07:32:54,941 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95bdf50d-c5d4-4c1e-bdd2-ecbeabf09ae4', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95bdf50d-c5d4-4c1e-bdd2-ecbeabf09ae4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:55,987 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:32:55,988 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46c04a2-1ff2-4eb7-b9a5-d4ad46aaad50', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46c04a2-1ff2-4eb7-b9a5-d4ad46aaad50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:57,033 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:32:57,033 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e96b79c-6b1e-447a-bec2-08fa9501a768', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e96b79c-6b1e-447a-bec2-08fa9501a768', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:58,078 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.038s
2026-06-18 07:32:58,079 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85c3c183-aef8-4ff1-abaa-b142d0d0c4e1', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85c3c183-aef8-4ff1-abaa-b142d0d0c4e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:32:59,117 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:32:59,118 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:32:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8655d7aa-2590-484f-aec9-0d9f95287171', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8655d7aa-2590-484f-aec9-0d9f95287171', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:00,166 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.043s
2026-06-18 07:33:00,166 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b77da94d-9a5a-4727-8f02-064fcc4002c0', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b77da94d-9a5a-4727-8f02-064fcc4002c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:01,243 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.068s
2026-06-18 07:33:01,243 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-177d6d92-cd2b-4b4c-98bc-a775f6af6e6e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-177d6d92-cd2b-4b4c-98bc-a775f6af6e6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:02,304 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:33:02,304 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ac877bc-231b-4a32-8af7-8a5a6510e601', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ac877bc-231b-4a32-8af7-8a5a6510e601', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:03,372 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.059s
2026-06-18 07:33:03,372 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c460dd53-b2d2-4e66-8864-5b4500444afb', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c460dd53-b2d2-4e66-8864-5b4500444afb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:04,436 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.057s
2026-06-18 07:33:04,436 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af47fde-de5b-4808-8ce3-a3d2ba82f76d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af47fde-de5b-4808-8ce3-a3d2ba82f76d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:05,504 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.055s
2026-06-18 07:33:05,504 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d11c3a-1980-473a-b66c-e46973024506', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d11c3a-1980-473a-b66c-e46973024506', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:06,554 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.040s
2026-06-18 07:33:06,554 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-041876e8-50fd-429c-b774-9395a145c95b', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-041876e8-50fd-429c-b774-9395a145c95b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:07,595 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.036s
2026-06-18 07:33:07,595 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ddf44be-6c11-42fa-a7b0-a1ccc7d0147f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ddf44be-6c11-42fa-a7b0-a1ccc7d0147f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:08,651 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.047s
2026-06-18 07:33:08,652 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9799e775-b97c-4c0a-b90e-c1941523d45c', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9799e775-b97c-4c0a-b90e-c1941523d45c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:09,699 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.038s
2026-06-18 07:33:09,700 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-308a4f41-05fe-45bc-ab36-986927737990', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-308a4f41-05fe-45bc-ab36-986927737990', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:10,766 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.056s
2026-06-18 07:33:10,766 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad91186e-1e17-4ebc-b40b-ddb404080509', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad91186e-1e17-4ebc-b40b-ddb404080509', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:11,835 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.060s
2026-06-18 07:33:11,835 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f970ac8-4355-4a1a-8119-f081369724fc', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f970ac8-4355-4a1a-8119-f081369724fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:12,887 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.042s
2026-06-18 07:33:12,887 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e78b8b7b-446a-4da9-b586-6042083c5be4', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e78b8b7b-446a-4da9-b586-6042083c5be4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:13,938 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.043s
2026-06-18 07:33:13,938 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c7a7f19-fe67-4fb0-8a00-4526893a8318', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c7a7f19-fe67-4fb0-8a00-4526893a8318', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:15,000 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:33:15,000 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fba0034-6a32-471c-b29e-4a97d3e5f7ef', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fba0034-6a32-471c-b29e-4a97d3e5f7ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:16,052 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:33:16,053 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d00345d3-01c2-4be0-8323-02123bfa1a25', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d00345d3-01c2-4be0-8323-02123bfa1a25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:17,106 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.042s
2026-06-18 07:33:17,106 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65ebbe2e-533d-41d1-ad06-5a7d4b0ce17d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65ebbe2e-533d-41d1-ad06-5a7d4b0ce17d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:18,169 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.048s
2026-06-18 07:33:18,169 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295c5d11-917b-44cf-bc17-41ef5105df81', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295c5d11-917b-44cf-bc17-41ef5105df81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:19,223 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.046s
2026-06-18 07:33:19,224 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb38c0b0-391e-493e-8acc-0ff0997763f7', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb38c0b0-391e-493e-8acc-0ff0997763f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:20,273 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:33:20,273 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72d95e36-a6a5-4b94-ab80-553710a63744', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72d95e36-a6a5-4b94-ab80-553710a63744', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:21,341 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.062s
2026-06-18 07:33:21,342 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e8ea87-3878-4dd1-8750-ecddb9e7050f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e8ea87-3878-4dd1-8750-ecddb9e7050f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:22,397 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.049s
2026-06-18 07:33:22,397 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e688bbcb-0d8f-44c2-9dfb-eccef7f54dd4', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e688bbcb-0d8f-44c2-9dfb-eccef7f54dd4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:23,452 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.045s
2026-06-18 07:33:23,453 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3b2d46-9f03-4d92-9afd-06883d84a8bc', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3b2d46-9f03-4d92-9afd-06883d84a8bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:24,508 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.047s
2026-06-18 07:33:24,508 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d899b15a-2b41-4399-add4-3df64e9973be', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d899b15a-2b41-4399-add4-3df64e9973be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:25,572 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.055s
2026-06-18 07:33:25,573 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf0eda95-947e-4f15-930a-1fd1534277a2', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf0eda95-947e-4f15-930a-1fd1534277a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:26,619 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:33:26,619 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e130b23-896a-452e-9833-2826c8a9942e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e130b23-896a-452e-9833-2826c8a9942e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:27,666 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.039s
2026-06-18 07:33:27,666 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8de353c9-793b-41b8-a731-d402415e530e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8de353c9-793b-41b8-a731-d402415e530e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:28,708 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.031s
2026-06-18 07:33:28,708 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebb50c07-fe50-4ad8-8fe4-9f943c57152e', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebb50c07-fe50-4ad8-8fe4-9f943c57152e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:29,766 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.052s
2026-06-18 07:33:29,766 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-050e9742-a1c7-4eeb-982d-7945dd3a19b7', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-050e9742-a1c7-4eeb-982d-7945dd3a19b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:30,806 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.035s
2026-06-18 07:33:30,806 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ed3ca1-ce7c-4234-90f0-ba0c73dded57', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ed3ca1-ce7c-4234-90f0-ba0c73dded57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:31,872 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.059s
2026-06-18 07:33:31,873 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477a5fd8-e72e-464e-9d44-c1442f0c4df5', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477a5fd8-e72e-464e-9d44-c1442f0c4df5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:32,911 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:33:32,912 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11cf191-57f4-4843-8938-cc192d8d00f4', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11cf191-57f4-4843-8938-cc192d8d00f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:33,967 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.048s
2026-06-18 07:33:33,968 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2120ec99-65ca-455c-b609-fb461ba2d165', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2120ec99-65ca-455c-b609-fb461ba2d165', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:35,029 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.054s
2026-06-18 07:33:35,029 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa42cbd-d060-4576-ae9d-aa0561cdb2cf', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa42cbd-d060-4576-ae9d-aa0561cdb2cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:36,071 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.034s
2026-06-18 07:33:36,072 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992873ff-f616-4cd9-94f0-60a2566b358d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992873ff-f616-4cd9-94f0-60a2566b358d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:37,123 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.040s
2026-06-18 07:33:37,123 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b931036-bdca-4b46-b493-e77ac8e5c238', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b931036-bdca-4b46-b493-e77ac8e5c238', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:38,167 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.035s
2026-06-18 07:33:38,168 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64aaf8c-4bf9-44bb-8b9d-076cf6e5904c', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64aaf8c-4bf9-44bb-8b9d-076cf6e5904c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:39,216 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.040s
2026-06-18 07:33:39,216 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db82bbaa-6de0-46af-9cf1-19a97cb9b288', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db82bbaa-6de0-46af-9cf1-19a97cb9b288', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:40,261 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:33:40,261 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cd60a14-3956-4919-a545-adab6e4fdee3', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd60a14-3956-4919-a545-adab6e4fdee3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:41,313 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.043s
2026-06-18 07:33:41,313 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e2a1b22-1357-43c7-b511-e653b007f694', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e2a1b22-1357-43c7-b511-e653b007f694', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:42,356 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:33:42,357 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22f46e2-bd68-46cb-8bb9-61b7f2ed4c40', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22f46e2-bd68-46cb-8bb9-61b7f2ed4c40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:43,404 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:33:43,404 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3980ce9-5303-41ab-9af9-68b31685e083', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3980ce9-5303-41ab-9af9-68b31685e083', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:44,442 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.031s
2026-06-18 07:33:44,443 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3709ad4e-dd5e-4d91-aa58-48928b811520', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3709ad4e-dd5e-4d91-aa58-48928b811520', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:45,519 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.067s
2026-06-18 07:33:45,519 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d393fe1a-476a-45ed-868a-77a652f4615c', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d393fe1a-476a-45ed-868a-77a652f4615c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:46,561 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:33:46,561 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc29811b-72ad-41f0-9faa-90235e393a65', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc29811b-72ad-41f0-9faa-90235e393a65', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:47,613 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.045s
2026-06-18 07:33:47,613 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e209b2f1-3718-42b5-a5f8-f495505cc804', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e209b2f1-3718-42b5-a5f8-f495505cc804', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:48,658 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.038s
2026-06-18 07:33:48,658 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d8fdab-de1f-4075-baf1-58beb98e9f37', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d8fdab-de1f-4075-baf1-58beb98e9f37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:49,715 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.049s
2026-06-18 07:33:49,715 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb396fc0-e997-48ba-b18e-4e3bee7e7b30', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb396fc0-e997-48ba-b18e-4e3bee7e7b30', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:50,772 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.046s
2026-06-18 07:33:50,775 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f909e661-a1b3-41ad-92f2-9e96c2a08b91', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f909e661-a1b3-41ad-92f2-9e96c2a08b91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:51,828 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:33:51,828 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d65a91c-5d9d-4287-8fc2-b5d85fade74f', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d65a91c-5d9d-4287-8fc2-b5d85fade74f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:52,882 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.048s
2026-06-18 07:33:52,882 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b24ff4fc-8c1c-4134-88f7-c08bb9282317', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b24ff4fc-8c1c-4134-88f7-c08bb9282317', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:53,946 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.053s
2026-06-18 07:33:53,946 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0762c8f-e8bb-459b-b4a1-2c454da3e5bc', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0762c8f-e8bb-459b-b4a1-2c454da3e5bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:55,009 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.055s
2026-06-18 07:33:55,010 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d56a2e9-3e16-40e5-9304-c69d0695e4de', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d56a2e9-3e16-40e5-9304-c69d0695e4de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:56,079 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.062s
2026-06-18 07:33:56,079 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f574889c-8013-4c2d-9c91-76fcefb0b675', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f574889c-8013-4c2d-9c91-76fcefb0b675', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:57,116 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.030s
2026-06-18 07:33:57,116 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85973088-08a9-4406-a0e6-b9aa900aca04', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85973088-08a9-4406-a0e6-b9aa900aca04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:58,166 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.044s
2026-06-18 07:33:58,166 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbbe71a5-a1fa-4ac0-bc22-c94d2aa4a5c5', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbbe71a5-a1fa-4ac0-bc22-c94d2aa4a5c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:33:59,215 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.042s
2026-06-18 07:33:59,216 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:33:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99d44f43-2b40-4dd1-ae3f-793ffce310b4', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99d44f43-2b40-4dd1-ae3f-793ffce310b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:00,272 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.049s
2026-06-18 07:34:00,272 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d39c96e0-6e67-4c87-b159-182c6f0053b3', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d39c96e0-6e67-4c87-b159-182c6f0053b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:01,326 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.045s
2026-06-18 07:34:01,326 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b8e77e-8ebe-4331-bce7-34bc83d67244', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b8e77e-8ebe-4331-bce7-34bc83d67244', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:02,370 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:34:02,370 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39f6bc83-952d-42a0-9f6a-47e9f3cf892d', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39f6bc83-952d-42a0-9f6a-47e9f3cf892d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:03,404 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.027s
2026-06-18 07:34:03,404 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4141dba4-bf0e-4681-b086-55c95db799e1', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4141dba4-bf0e-4681-b086-55c95db799e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:04,442 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.032s
2026-06-18 07:34:04,442 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14636c50-bacd-4e21-bb8b-029bbafbdc55', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14636c50-bacd-4e21-bb8b-029bbafbdc55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:05,484 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:34:05,485 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8e2cf2-b600-4515-9d14-f409730778ec', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8e2cf2-b600-4515-9d14-f409730778ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:06,528 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.037s
2026-06-18 07:34:06,529 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1397887-dda7-442a-845f-aa5092159a76', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1397887-dda7-442a-845f-aa5092159a76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:07,571 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.033s
2026-06-18 07:34:07,572 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86389acd-a661-4e1c-a976-2964ced2c74c', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86389acd-a661-4e1c-a976-2964ced2c74c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:08,632 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.051s
2026-06-18 07:34:08,632 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e9b2530-9b7f-4093-bb19-0690d8401515', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e9b2530-9b7f-4093-bb19-0690d8401515', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:09,697 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.055s
2026-06-18 07:34:09,697 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc05365a-f05a-4d64-8f28-6a1a37973771', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc05365a-f05a-4d64-8f28-6a1a37973771', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:10,760 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.056s
2026-06-18 07:34:10,761 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50fe0e28-fe83-4aff-ae7d-bb56cb71a7ce', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50fe0e28-fe83-4aff-ae7d-bb56cb71a7ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:11,837 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.064s
2026-06-18 07:34:11,837 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-817caa7c-2574-461e-9a5f-bc70986a8a32', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-817caa7c-2574-461e-9a5f-bc70986a8a32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:12,884 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.035s
2026-06-18 07:34:12,884 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f46a2d5d-fb4d-42b8-b72b-e97647322713', 'content-length': '1162', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f46a2d5d-fb4d-42b8-b72b-e97647322713', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
Body: b'{"volume": {"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:30:26.000000", "updated_at": "2026-06-18T07:30:38.000000", "name": "tempest-TestVolumeBootPattern-volume-319375573", "description": null, "volume_type": "tempest-scenario-type-luks2-1046137139", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612"}], "user_id": "156a7e801f87492285de352e55ab40d2", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "attachment_id": "c3b9e8ba-075a-4749-87eb-4b4e7e345778", "volume_id": "0e9d6a5b-3a1b-4087-9ddb-60f33b076612", "server_id": "7bfee4cb-6f4a-4902-8545-a6a688c03a39", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-18T07:30:37.000000"}], "os-vol-tenant-attr:tenant_id": "ed0f88dfea8a43838c2d12b18f9cb183"}}'
2026-06-18 07:34:12,955 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.32/volume/v3/volumes/detail?all_tenants=1 0.063s
2026-06-18 07:34:12,955 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78cd6b2f-a4d3-4277-b3fa-d8f2a7ca354a', 'content-length': '15378', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78cd6b2f-a4d3-4277-b3fa-d8f2a7ca354a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.32/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "a43ab129-dc70-4fc2-a43d-7fbc062e618d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:34:12.000000", "updated_at": "2026-06-18T07:34:12.000000", "name": "tempest-TestStampPattern-volume-1620861500", "description": null, "volume_type": "storpool", "snapshot_id": "2cbcddde-e1b7-44a5-86ee-6df655794626", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/a43ab129-dc70-4fc2-a43d-7fbc062e618d"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/a43ab129-dc70-4fc2-a43d-7fbc062e618d"}], "user_id": "66c7a90f99624de29d29f2e9dc0e39c5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "476ae633837b4b78a3e494ccc78238bd", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003119@storpool#default"}, {"id": "b24aa931-564a-4d97-ae9e-04e8901b641e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:34:11.000000", "updated_at": "2026-06-18T07:34:11.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1822513801", "description": null, "volume_type": "tempest-scenario-type-luks-200760030", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/b24aa931-564a-4d97-ae9e-04e8901b641e"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/b24aa931-564a-4d97-ae9e-04e8901b641e"}], "user_id": "1cf20c7880d844a89991a4a0b01396a3", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "41bf1ba6cdb94c9f871beff463046e59", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003119@storpool#default"}, {"id": "84c5858b-6d51-42bd-9d57-8f7e22bff13d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:33:56.000000", "updated_at": "2026-06-18T07:34:05.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1342265332", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/84c5858b-6d51-42bd-9d57-8f7e22bff13d"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/84c5858b-6d51-42bd-9d57-8f7e22bff13d"}], "user_id": "d246d4da2c8b468eaedbaa161e2a139b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "84c5858b-6d51-42bd-9d57-8f7e22bff13d", "attachment_id": "67e583e7-24ea-47e1-8428-5ed0fbd82bfa", "volume_id": "84c5858b-6d51-42bd-9d57-8f7e22bff13d", "server_id": "e09e0ed4-e85d-4adb-8d94-40cc5c4b74f8", "host_name": "np0000003119", "device": "/dev/vdb", "attached_at": "2026-06-18T07:34:01.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "9402f2a52114405da08c4b76096283d3", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003119@storpool#default"}, {"id": "e3a7076e-13ce-403d-b8c4-c7d3b837a056", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T07:33:53.000000", "updated_at": "2026-06-18T07:34:02.000000", "name": "tempest-TestEncryptedCinderVolumes-1612223662", "description": null, "volume_type": "tempest-scenario-type-luks-495737314", "snapshot_id": null, "source_volid": "84d525a2-9cba-41f5-9272-25ca652a2439", "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.32/volume/v3/volumes/e3a7076e-13ce-403d-b8c4-c7d3b837a056"}, {"rel": "bookmark", "href": "https://10.4.3.32/volume/volumes/e3a7076e-13ce-403d-b8c4-c7d3b837a056"}], "user_id": "c922b44a7aa24c2f8c7b640e0c2e8336", "bootable": "true", "encrypted": true, "
2026-06-18 07:34:12,997 106105 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612 0.029s
2026-06-18 07:34:12,997 106105 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 07:34:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3355b55-5032-4825-97eb-cb1235a92c22', 'x-openstack-request-id': 'req-d3355b55-5032-4825-97eb-cb1235a92c22', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.32/volume/v3/volumes/0e9d6a5b-3a1b-4087-9ddb-60f33b076612'}
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."}}'
}}}
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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, 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 993, in wait_for_resource_deletion
raise exceptions.TimeoutException(message)
tempest.lib.exceptions.TimeoutException: Request timed out
Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume 0e9d6a5b-3a1b-4087-9ddb-60f33b076612 within the required time (196 s). Timer started at 1781767856. Timer ended at 1781768052. Waited for 196 s.
}}}
traceback-3: {{{
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/scenario/manager.py", line 545, in cleanup_volume_type
test_utils.call_and_ignore_notfound_exc(
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 362, 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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 882, 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 (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
body = client.show_server(server_id)['server']
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
resp, body = self.get("servers/%s" % server_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
return self.request('GET', url, extra_headers, headers,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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 767, in request
self._error_checker(resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
raise exceptions.ServerFault(resp_body, resp=resp,
tempest.lib.exceptions.ServerFault: Got server fault
Details: Unexpected API Error. Please contact the administrator
<class 'oslo_db.exception.DBConnectionError'>
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt5.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume]
|
||||||
test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume] |
pass
pt5.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume]
|
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
pass
pt5.5: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]
|
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
pass
pt5.6: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]
|
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt5.7: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]
|
||||||
| cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372] |
pass
pt6.1: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372]
|
||||||
test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13] |
pass
pt6.2: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13]
|
||||||
test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587] |
pass
pt6.3: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587]
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1] |
pass
pt8.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest.test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt9.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt10.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt11.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306] |
pass
pt12.1: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306]
|
||||||
test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7] |
pass
pt12.2: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7]
|
||||||
test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98] |
pass
pt12.3: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98]
|
||||||
test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15] |
pass
pt12.4: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a] |
pass
pt13.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a]
|
||||||
test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1] |
pass
pt13.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt13.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] |
pass
pt13.4: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt14.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume] |
pass
pt14.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume]
|
||||||
test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume] |
pass
pt14.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] |
pass
pt15.1: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d]
|
||||||
test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] |
pass
pt15.2: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt16.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt16.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] |
pass
pt17.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt18.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume] |
pass
pt19.1: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume]
|
||||||
test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume] |
pass
pt19.2: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 1 | 0 | 0 | 0 | 1 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesAdminTests) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt22.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt22.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 1 | 0 | 0 | 0 | 1 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt24.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 1 | 0 | 0 | 0 | 1 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt25.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiattachTests) |
skip
pt26.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt27.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt27.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt27.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt28.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt29.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt30.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt33.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt34.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt35.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt35.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt36.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt37.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt38.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt39.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt40.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt40.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| 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
pt41.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.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt42.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt43.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt44.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt45.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
pass
pt45.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt46.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt47.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt48.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt48.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt49.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt50.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] |
pass
pt50.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt51.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt51.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,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
pt52.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
pt52.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.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt53.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt53.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt54.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
pt54.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
pt54.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
pt55.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
pt56.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt57.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.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
pt58.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.image.v2.test_images_dependency.ImageDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
pass
pt59.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume]
|
||||||
| 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
pt60.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
pt60.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| 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
pt61.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
pt62.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
pt63.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
pt63.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
pt64.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
pt64.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
pt65.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt68.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
pt69.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
pt69.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt70.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt70.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| 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
pt71.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
pt71.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt73.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
pt74.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
pt74.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
pt74.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt77.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
pt77.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
pt77.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
pt77.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
pt78.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
pt78.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
pt79.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
pt79.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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 | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt84.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt84.2: 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
pt84.3: 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
pt84.4: 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
pt84.5: 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
pt84.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt85.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]
|
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt85.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]
|
||||||
| 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
pt86.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
pt87.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
pt88.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
pt89.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
pt90.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
pt90.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
pt91.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
pt91.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt97.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
pt97.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_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt98.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
pt98.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
pt98.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
pt98.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
pt98.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt98.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt99.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]
|
||||||
| 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
pt100.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
pt100.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
pt101.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.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt102.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt103.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
pt103.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
pt104.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
pt104.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
pt104.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
pt105.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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.VolumesSnapshotTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt108.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] |
pass
pt108.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt108.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
pt108.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
pt108.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
pt108.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt109.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt109.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt109.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt109.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt109.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt109.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt109.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt109.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt109.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt109.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt109.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt109.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt109.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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
pt110.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_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt111.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
pass
pt112.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt112.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt113.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt114.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| 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
pt115.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt116.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt117.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] |
pass
pt118.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume]
|
||||||
| Total | 322 | 293 | 5 | 0 | 24 | ||