Status: Pass 295 Failure 3 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 81f040e8-261d-4c7e-b2a5-cf2b5426f819: One or more ports have an IP allocation from this subnet.', 'detail': ''}
|
||||||
| 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
pt2.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
pt2.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
ft2.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-19 06:59:58,611 106160 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1697555042 on backend None
2026-06-19 06:59:58,636 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.19/volume/v3/types 0.024s
2026-06-19 06:59:58,636 106160 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-1697555042", "extra_specs": {}}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:59:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc3e49d1-838e-4896-84ad-892ef1c2597f', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc3e49d1-838e-4896-84ad-892ef1c2597f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/types'}
Body: b'{"volume_type": {"id": "591b408d-e54c-4639-ab99-d61d10a9cfd2", "name": "tempest-scenario-type-luksv2-1697555042", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-19 06:59:58,638 106160 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 591b408d-e54c-4639-ab99-d61d10a9cfd2
2026-06-19 06:59:58,665 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.19/volume/v3/types/591b408d-e54c-4639-ab99-d61d10a9cfd2/encryption 0.027s
2026-06-19 06:59:58,665 106160 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': 'Fri, 19 Jun 2026 06:59:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c40bdee6-e855-4a86-8670-762aebcf9816', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c40bdee6-e855-4a86-8670-762aebcf9816', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/types/591b408d-e54c-4639-ab99-d61d10a9cfd2/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "591b408d-e54c-4639-ab99-d61d10a9cfd2", "encryption_id": "5c1ddaa4-a08e-45a1-9c1c-b05100de1f40"}}'
2026-06-19 06:59:58,871 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.19/volume/v3/volumes 0.203s
2026-06-19 06:59:58,871 106160 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-150797347", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "size": 1}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:59:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9042ee-3554-47ef-b396-fbc7a004026f', 'content-length': '784', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf9042ee-3554-47ef-b396-fbc7a004026f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.19/volume/v3/volumes'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:58.789712", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-19 06:59:58,993 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.19/identity/v3/auth/tokens 0.112s
2026-06-19 06:59:58,993 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:59:58 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-225485ba-60d3-4eae-a25f-35d4babf5459', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.19/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "bdd6f8d0b8c94725b534a49a9257d901", "name": "tempest-TestEncryptedCinderVolumes-1025170312-project-member", "password_expires_at": null}, "audit_ids": ["92ZVKsfGTHSZBRiRdz2Dvw"], "expires_at": "2026-06-19T07:59:58.000000Z", "issued_at": "2026-06-19T06:59:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63f60d8b25ca41939279c79873c567f2", "name": "tempest-TestEncryptedCinderVolumes-1025170312"}, "is_domain": false, "roles": [{"id": "b097cc0197354c18aa0a2427c39964b9", "name": "reader"}, {"id": "9c5c43cdcfa14974ac387f17f6b0006d", "name": "member"}], "catalog": [{"endpoints": [{"id": "554c0d1ca16b46358946686d68f15097", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/identity", "region": "RegionOne"}], "id": "144675a7a8b94978a2eaa73a8bb8898e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e2dc1a32a5a14cceaa278b5502dab6b0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19:8080/v1/AUTH_63f60d8b25ca41939279c79873c567f2", "region": "RegionOne"}, {"id": "eaf1b831bd33465ea728d73c77d93f75", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.19:8080", "region": "RegionOne"}], "id": "5ab7ada722b2431f89fe5b2c146a32a0", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9d138d2d60184dbfba77c5abd6b7f319", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/placement", "region": "RegionOne"}], "id": "5af694cb32c14105823659b1d75b2cad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7dae17c3ea234b6883244898993f880a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/image", "region": "RegionOne"}], "id": "6344d6d4830748c8beb207b3768c17bd", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f9bddcba3bc94a80a6f3c4d273e0019d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/networking", "region": "RegionOne"}], "id": "6a3b64a445d74b6b90d319aae56a3950", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a1144de4bc7e4cbfaf182c0b9b2110ec", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/compute/v2.1", "region": "RegionOne"}], "id": "b35d3a438cd94a8e9a80b0c2bbb25d5f", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7fa6c4e0f1404897b9e9988ea5d8cd4a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/volume/v3", "region": "RegionOne"}], "id": "c4997b26568b4480b2f007746a7c9ea7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbc5346178254a9d8a7e1c462ae2fc63", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/compute/v2/63f60d8b25ca41939279c79873c567f2", "region": "RegionOne"}], "id": "e81ceae836b743e2be9a85097125bb92", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-06-19 06:59:58,993 106160 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': 'ac396b10-e3c3-4684-bb15-ed715b9d1e3f', 'name': 'tempest-TestEncryptedCinderVolumes-1235510075-network', 'tenant_id': '63f60d8b25ca41939279c79873c567f2', 'project_id': '63f60d8b25ca41939279c79873c567f2', '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': 61858, '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-19T06:56:59Z', 'updated_at': '2026-06-19T06:56:59Z', 'revision_number': 1} available for tenant
2026-06-19 06:59:58,994 106160 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-19 06:59:58,994 106160 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-19 06:59:59,065 106160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.19/compute/v2.1/os-keypairs 0.070s
2026-06-19 06:59:59,066 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-476960665", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkAfG9sP1HF75KsZgbzLWoCB7niOzJUdTsMr0s74z+J8TQxeVeIWbKn767vfBG8rwEf1aZEiLJgFZQtEcJkR5t4NSqIbqix3x2cMZ10FZxgwNU12fqyNmuMHJ039p5w5Q=="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:59:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-605e753a-997f-44cc-9388-969707f5675b', 'x-compute-request-id': 'req-605e753a-997f-44cc-9388-969707f5675b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-476960665", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkAfG9sP1HF75KsZgbzLWoCB7niOzJUdTsMr0s74z+J8TQxeVeIWbKn767vfBG8rwEf1aZEiLJgFZQtEcJkR5t4NSqIbqix3x2cMZ10FZxgwNU12fqyNmuMHJ039p5w5Q==", "fingerprint": "15:8d:47:fc:58:04:3a:13:69:c2:73:2f:68:ad:ce:84", "user_id": "bdd6f8d0b8c94725b534a49a9257d901"}}'
2026-06-19 06:59:59,067 106160 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-476960665 created
2026-06-19 06:59:59,748 106160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.19/networking/v2.0/security-groups 0.680s
2026-06-19 06:59:59,748 106160 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--956823565", "description": "tempest-description--884277524"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:59:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-e834b116-d7a6-46f0-b50e-9f0f133030cd', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.19/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "c69de8e8-a70c-4492-bd6c-cad505b28cc7", "name": "tempest-securitygroup--956823565", "stateful": true, "tenant_id": "63f60d8b25ca41939279c79873c567f2", "project_id": "63f60d8b25ca41939279c79873c567f2", "description": "tempest-description--884277524", "shared": false, "security_group_rules": [{"id": "4cb4c592-70da-4b5b-a289-a28d741c755f", "project_id": "63f60d8b25ca41939279c79873c567f2", "security_group_id": "c69de8e8-a70c-4492-bd6c-cad505b28cc7", "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": 1062, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:59:59Z", "updated_at": "2026-06-19T06:59:59Z", "revision_number": 0, "tenant_id": "63f60d8b25ca41939279c79873c567f2"}, {"id": "6503b2c5-8f55-4cdb-af3c-f5f07688f48c", "project_id": "63f60d8b25ca41939279c79873c567f2", "security_group_id": "c69de8e8-a70c-4492-bd6c-cad505b28cc7", "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": 1061, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-19T06:59:59Z", "updated_at": "2026-06-19T06:59:59Z", "revision_number": 0, "tenant_id": "63f60d8b25ca41939279c79873c567f2"}], "tags": [], "created_at": "2026-06-19T06:59:59Z", "updated_at": "2026-06-19T06:59:59Z", "revision_number": 1}}'
2026-06-19 07:00:00,022 106160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.19/networking/v2.0/security-group-rules 0.273s
2026-06-19 07:00:00,022 106160 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": "c69de8e8-a70c-4492-bd6c-cad505b28cc7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 06:59:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-116031f5-5a15-493a-90c9-e02eb9f0606f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.19/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "bb810ef8-da4f-4cee-8f72-932796ce6fcc", "project_id": "63f60d8b25ca41939279c79873c567f2", "security_group_id": "c69de8e8-a70c-4492-bd6c-cad505b28cc7", "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-19T06:59:59Z", "updated_at": "2026-06-19T06:59:59Z", "revision_number": 0, "tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:00:01,124 106160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.19/networking/v2.0/security-group-rules 1.102s
2026-06-19 07:00:01,124 106160 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": "c69de8e8-a70c-4492-bd6c-cad505b28cc7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a8f99a34-df23-41a2-b06f-06d3d985ea1d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.19/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ddf0261a-99fc-4b85-abb8-09640a8afec4", "project_id": "63f60d8b25ca41939279c79873c567f2", "security_group_id": "c69de8e8-a70c-4492-bd6c-cad505b28cc7", "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-19T07:00:01Z", "updated_at": "2026-06-19T07:00:01Z", "revision_number": 0, "tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:00:01,125 106160 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--956823565 created
2026-06-19 07:00:02,140 106160 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.19/networking/v2.0/floatingips 1.014s
2026-06-19 07:00:02,140 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "07810d3a-32a8-4e7a-b878-e56f4b99bc80"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7a8d9220-48a6-4166-be3d-a675e6dd3fe5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.19/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "c653dd66-520c-4e1e-b56c-415a2eaf53c0", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "project_id": "63f60d8b25ca41939279c79873c567f2", "floating_ip_address": "172.24.5.105", "floating_network_id": "07810d3a-32a8-4e7a-b878-e56f4b99bc80", "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-19T07:00:01Z", "updated_at": "2026-06-19T07:00:01Z", "revision_number": 0}}'
2026-06-19 07:00:02,140 106160 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c653dd66-520c-4e1e-b56c-415a2eaf53c0', 'tenant_id': '63f60d8b25ca41939279c79873c567f2', 'project_id': '63f60d8b25ca41939279c79873c567f2', 'floating_ip_address': '172.24.5.105', 'floating_network_id': '07810d3a-32a8-4e7a-b878-e56f4b99bc80', '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-19T07:00:01Z', 'updated_at': '2026-06-19T07:00:01Z', 'revision_number': 0, 'ip': '172.24.5.105'} created
2026-06-19 07:00:02,141 106160 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-476960665', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEkAfG9sP1HF75KsZgbzLWoCB7niOzJUdTsMr0s74z+J8TQxeVeIWbKn767vfBG8rwEf1aZEiLJgFZQtEcJkR5t4NSqIbqix3x2cMZ10FZxgwNU12fqyNmuMHJ039p5w5Q==', 'fingerprint': '15:8d:47:fc:58:04:3a:13:69:c2:73:2f:68:ad:ce:84', 'user_id': 'bdd6f8d0b8c94725b534a49a9257d901', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCBnOMc7KvvCsBWRST09uvVs+L0Mec7QybPSDx/nNlK1OAzySTnx51W\nYN6ZVaywp+2gBwYFK4EEACKhZANiAARJAHxvbD9Rxe+SrGYG8y1qAge54jsyVHU7\nDK9LO+M/ifE0MXlXiFmyp++u73wRvK8BH9WmRIiyYBWULRHCZEebeDUqiG6osd8d\nnDGddBWcYMDVNdn6sjZrjBydN/aecOU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'c69de8e8-a70c-4492-bd6c-cad505b28cc7', 'name': 'tempest-securitygroup--956823565', 'stateful': True, 'tenant_id': '63f60d8b25ca41939279c79873c567f2', 'project_id': '63f60d8b25ca41939279c79873c567f2', 'description': 'tempest-description--884277524', 'shared': False, 'security_group_rules': [{'id': '4cb4c592-70da-4b5b-a289-a28d741c755f', 'project_id': '63f60d8b25ca41939279c79873c567f2', 'security_group_id': 'c69de8e8-a70c-4492-bd6c-cad505b28cc7', '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': 1062, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-19T06:59:59Z', 'updated_at': '2026-06-19T06:59:59Z', 'revision_number': 0, 'tenant_id': '63f60d8b25ca41939279c79873c567f2'}, {'id': '6503b2c5-8f55-4cdb-af3c-f5f07688f48c', 'project_id': '63f60d8b25ca41939279c79873c567f2', 'security_group_id': 'c69de8e8-a70c-4492-bd6c-cad505b28cc7', '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': 1061, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-19T06:59:59Z', 'updated_at': '2026-06-19T06:59:59Z', 'revision_number': 0, 'tenant_id': '63f60d8b25ca41939279c79873c567f2'}], 'tags': [], 'created_at': '2026-06-19T06:59:59Z', 'updated_at': '2026-06-19T06:59:59Z', 'revision_number': 1}, 'floating_ip': {'id': 'c653dd66-520c-4e1e-b56c-415a2eaf53c0', 'tenant_id': '63f60d8b25ca41939279c79873c567f2', 'project_id': '63f60d8b25ca41939279c79873c567f2', 'floating_ip_address': '172.24.5.105', 'floating_network_id': '07810d3a-32a8-4e7a-b878-e56f4b99bc80', '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-19T07:00:01Z', 'updated_at': '2026-06-19T07:00:01Z', 'revision_number': 0, 'ip': '172.24.5.105'}}
2026-06-19 07:00:04,616 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.19/compute/v2.1/servers 2.473s
2026-06-19 07:00:04,617 106160 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-85846113", "imageRef": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "flavorRef": "42", "networks": [{"uuid": "ac396b10-e3c3-4684-bb15-ed715b9d1e3f"}], "security_groups": [{"name": "tempest-securitygroup--956823565"}], "key_name": "tempest-keypair-476960665", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d98892a-6383-4008-bf39-4e4e829e56dd', 'x-compute-request-id': 'req-7d98892a-6383-4008-bf39-4e4e829e56dd', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.19/compute/v2.1/servers'}
Body: b'{"server": {"id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--956823565"}], "adminPass": "xofEgxxPmJG3"}}'
2026-06-19 07:00:04,816 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.198s
2026-06-19 07:00:04,817 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2c6c02a-fe22-4c86-8ab6-f420e9db51f0', 'x-compute-request-id': 'req-c2c6c02a-fe22-4c86-8ab6-f420e9db51f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:05Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:04Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-476960665", "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-19 07:00:06,114 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.287s
2026-06-19 07:00:06,114 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afe6eaab-f8ba-4d51-b9d4-9e4b809825e3', 'x-compute-request-id': 'req-afe6eaab-f8ba-4d51-b9d4-9e4b809825e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:05Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "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-19 07:00:07,272 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.152s
2026-06-19 07:00:07,273 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6baac4d1-11a4-4992-a830-6e87ea0bee46', 'x-compute-request-id': 'req-6baac4d1-11a4-4992-a830-6e87ea0bee46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "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-19 07:00:07,280 106160 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-19 07:00:08,376 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.094s
2026-06-19 07:00:08,376 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-137e6323-1149-4bbb-b3b9-3928fcd5ddd5', 'x-compute-request-id': 'req-137e6323-1149-4bbb-b3b9-3928fcd5ddd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "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-19 07:00:09,554 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.172s
2026-06-19 07:00:09,554 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cb160cb-9294-4150-897f-fce119f3defc', 'x-compute-request-id': 'req-1cb160cb-9294-4150-897f-fce119f3defc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:09Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "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-19 07:00:09,562 106160 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-19 07:00:11,910 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 1.348s
2026-06-19 07:00:11,910 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fd08cfc-cad4-475a-8fe6-61cdeb878480', 'x-compute-request-id': 'req-8fd08cfc-cad4-475a-8fe6-61cdeb878480', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:00:11,918 106160 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 7 second wait
2026-06-19 07:00:13,567 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.648s
2026-06-19 07:00:13,567 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca8bcc22-2100-4851-95aa-084094d6806b', 'x-compute-request-id': 'req-ca8bcc22-2100-4851-95aa-084094d6806b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:00:14,900 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.322s
2026-06-19 07:00:14,900 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-254906ca-ca5e-4e70-9226-be6f23d4a1bc', 'x-compute-request-id': 'req-254906ca-ca5e-4e70-9226-be6f23d4a1bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:00:16,667 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.759s
2026-06-19 07:00:16,668 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51c04059-74ab-4064-afd2-0a3e9d719d91', 'x-compute-request-id': 'req-51c04059-74ab-4064-afd2-0a3e9d719d91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:00:17,999 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.320s
2026-06-19 07:00:17,999 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-745baf99-d120-49f4-8ad6-1b9bfc50e2a1', 'x-compute-request-id': 'req-745baf99-d120-49f4-8ad6-1b9bfc50e2a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:00:20,423 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 1.416s
2026-06-19 07:00:20,424 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07e461d7-c4ce-4ea1-b348-fc61b97e0126', 'x-compute-request-id': 'req-07e461d7-c4ce-4ea1-b348-fc61b97e0126', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "BUILD", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:00:21,875 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.439s
2026-06-19 07:00:21,875 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:21 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-1c554121-e2d2-43a1-bc5e-05e048746096', 'x-compute-request-id': 'req-1c554121-e2d2-43a1-bc5e-05e048746096', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1235510075-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}]}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "ACTIVE", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": "2026-06-19T07:00:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:00:21,884 106160 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 17 second wait
2026-06-19 07:00:22,061 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418/os-interface 0.176s
2026-06-19 07:00:22,061 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:21 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-a53cb4a7-81ae-440a-88ec-38975a122bbd', 'x-compute-request-id': 'req-a53cb4a7-81ae-440a-88ec-38975a122bbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "ac396b10-e3c3-4684-bb15-ed715b9d1e3f", "port_id": "561c80a0-6dc0-40b6-a5ac-04ae6be17bda", "mac_addr": "fa:16:3e:eb:60:ed", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a9fe893b-a323-403f-92db-e0f8e1d5ddb0", "ip_address": "10.1.0.12"}]}]}'
2026-06-19 07:00:22,857 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.19/networking/v2.0/floatingips/c653dd66-520c-4e1e-b56c-415a2eaf53c0 0.794s
2026-06-19 07:00:22,857 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "561c80a0-6dc0-40b6-a5ac-04ae6be17bda"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-88186fb1-8c74-4cb8-b44a-8ac5874d5ade', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/networking/v2.0/floatingips/c653dd66-520c-4e1e-b56c-415a2eaf53c0'}
Body: b'{"floatingip": {"id": "c653dd66-520c-4e1e-b56c-415a2eaf53c0", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "project_id": "63f60d8b25ca41939279c79873c567f2", "floating_ip_address": "172.24.5.105", "floating_network_id": "07810d3a-32a8-4e7a-b878-e56f4b99bc80", "router_id": "2475db14-234d-444b-a638-355973aef83b", "port_id": "561c80a0-6dc0-40b6-a5ac-04ae6be17bda", "fixed_ip_address": "10.1.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "ac396b10-e3c3-4684-bb15-ed715b9d1e3f", "mac_address": "fa:16:3e:eb:60:ed", "admin_state_up": true, "status": "ACTIVE", "device_id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-19T07:00:01Z", "updated_at": "2026-06-19T07:00:22Z", "revision_number": 1}}'
2026-06-19 07:00:22,858 106160 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.105:22' as 'cirros' with public key authentication
2026-06-19 07:00:58,880 106160 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-19 07:00:59,022 106160 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-19 07:00:59,023 106160 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.105 successfully created
2026-06-19 07:00:59,889 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.865s
2026-06-19 07:00:59,889 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-016aa44a-3f33-4cb0-b5cf-fa0a20e57c3b', 'x-compute-request-id': 'req-016aa44a-3f33-4cb0-b5cf-fa0a20e57c3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1235510075-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}, {"version": 4, "addr": "172.24.5.105", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}]}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "ACTIVE", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:00:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": "2026-06-19T07:00:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:00:59,931 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:00:59,931 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9845dd4-160b-4174-8c11-5e2b4978762b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9845dd4-160b-4174-8c11-5e2b4978762b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T06:59:59.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:00:59,939 106160 INFO [tempest.common.waiters] volume d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 reached available after waiting for 0.939692 seconds
2026-06-19 07:00:59,979 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.039s
2026-06-19 07:00:59,979 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62f1c4ac-ad6a-40e7-a5e5-19d28a3d6b96', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62f1c4ac-ad6a-40e7-a5e5-19d28a3d6b96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T06:59:59.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:02,588 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418/os-volume_attachments 2.601s
2026-06-19 07:01:02,588 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:00:59 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-ea25c2f9-2dc3-4de3-9e5c-e61943b8934a', 'x-compute-request-id': 'req-ea25c2f9-2dc3-4de3-9e5c-e61943b8934a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "serverId": "1f148a5e-8654-45f2-9513-43e10d3bc418", "volumeId": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "device": "/dev/vdb"}}'
2026-06-19 07:01:02,639 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.049s
2026-06-19 07:01:02,639 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65f2ad87-0323-43e0-bd79-d4dc34ca5981', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65f2ad87-0323-43e0-bd79-d4dc34ca5981', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:02.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:03,676 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:01:03,676 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28109380-d8a5-444c-80e9-5f3e3231a151', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28109380-d8a5-444c-80e9-5f3e3231a151', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:04,719 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:01:04,719 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08df5063-7972-48ea-ab25-568a9f2dffd8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08df5063-7972-48ea-ab25-568a9f2dffd8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:05,773 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.047s
2026-06-19 07:01:05,774 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37fd6ad0-2863-4612-90b6-1ccbe0b09481', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37fd6ad0-2863-4612-90b6-1ccbe0b09481', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:07,434 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.651s
2026-06-19 07:01:07,435 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f70f27b7-4d41-4747-b490-1d617e9e4b40', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f70f27b7-4d41-4747-b490-1d617e9e4b40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:08,509 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.065s
2026-06-19 07:01:08,509 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ce5afd6-d021-4711-9100-ff5b3e2e0385', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ce5afd6-d021-4711-9100-ff5b3e2e0385', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:09,578 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.059s
2026-06-19 07:01:09,579 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3d02e34-be75-4cbc-a214-f67d3f041370', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3d02e34-be75-4cbc-a214-f67d3f041370', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:10,634 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.050s
2026-06-19 07:01:10,635 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b4b324-d6c4-4ae7-b36d-d26f665e2923', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b4b324-d6c4-4ae7-b36d-d26f665e2923', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:11,706 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.063s
2026-06-19 07:01:11,706 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb5ed0dc-bd09-4dcb-969e-ecddc81b14c6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb5ed0dc-bd09-4dcb-969e-ecddc81b14c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:12,765 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.051s
2026-06-19 07:01:12,766 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbcafdf3-a849-4544-9a93-d8ac0cf9a58d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbcafdf3-a849-4544-9a93-d8ac0cf9a58d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:14,510 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.736s
2026-06-19 07:01:14,510 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d06a48-1ad3-41ad-82a9-d7a481c1b15c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d06a48-1ad3-41ad-82a9-d7a481c1b15c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:15,555 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.038s
2026-06-19 07:01:15,555 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be659a3f-6eb9-4b33-aa2f-34f0201d8310', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be659a3f-6eb9-4b33-aa2f-34f0201d8310', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:16,586 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.026s
2026-06-19 07:01:16,586 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6e316af-1b51-417a-b22b-b83d34a636b6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6e316af-1b51-417a-b22b-b83d34a636b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:17,635 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.039s
2026-06-19 07:01:17,635 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c6cd9b-05f7-440b-bce5-6ea1c0eb353b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c6cd9b-05f7-440b-bce5-6ea1c0eb353b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:18,719 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.077s
2026-06-19 07:01:18,719 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e704aafe-6993-49aa-b7cb-ca8f8291606b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e704aafe-6993-49aa-b7cb-ca8f8291606b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:19,769 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:01:19,770 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1638013c-c12d-443f-a90c-cdd1e728dd7e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1638013c-c12d-443f-a90c-cdd1e728dd7e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:20,813 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:01:20,813 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5239bd5a-93da-41d1-9279-af18d52a9985', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5239bd5a-93da-41d1-9279-af18d52a9985', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:21,872 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.049s
2026-06-19 07:01:21,872 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a1f709-5801-4ff0-af08-e1408949714c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a1f709-5801-4ff0-af08-e1408949714c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:23,083 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.204s
2026-06-19 07:01:23,084 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d3d14f2-7951-4006-a527-6d5546ee008d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d3d14f2-7951-4006-a527-6d5546ee008d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:24,127 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.036s
2026-06-19 07:01:24,127 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2414bcf-de19-410b-a956-1403db4dad1f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2414bcf-de19-410b-a956-1403db4dad1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:25,165 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.028s
2026-06-19 07:01:25,165 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4dc0561-87b3-447a-8290-00a12af3a420', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4dc0561-87b3-447a-8290-00a12af3a420', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:26,198 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.026s
2026-06-19 07:01:26,198 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e7b0982-f743-4562-a580-db50cc4927c4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e7b0982-f743-4562-a580-db50cc4927c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:27,236 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:01:27,237 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be00ec7e-ab86-4dc2-acf9-815dfdbb84f2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be00ec7e-ab86-4dc2-acf9-815dfdbb84f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:28,278 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:01:28,278 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b47d9e9-bf11-4a0c-870e-70f8848dd21a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b47d9e9-bf11-4a0c-870e-70f8848dd21a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:29,330 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:01:29,330 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bde7639-c50b-4e93-beab-2a6854c4b417', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bde7639-c50b-4e93-beab-2a6854c4b417', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:30,379 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.040s
2026-06-19 07:01:30,379 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebd2be1c-c6e9-49de-a36c-bbbba25ec191', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebd2be1c-c6e9-49de-a36c-bbbba25ec191', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:31,432 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:01:31,432 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39dac08e-2970-49c0-95de-99ea116409f3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39dac08e-2970-49c0-95de-99ea116409f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:32,471 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:01:32,472 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-402d5ad3-d7fd-400c-a310-4d6e770a3d21', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-402d5ad3-d7fd-400c-a310-4d6e770a3d21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:33,514 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:01:33,514 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54495067-5b5d-47d0-9231-05f893e2487a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54495067-5b5d-47d0-9231-05f893e2487a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:34,561 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.038s
2026-06-19 07:01:34,562 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a86f5723-9dda-4f6f-aefe-85607a5d59dc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a86f5723-9dda-4f6f-aefe-85607a5d59dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:35,607 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.036s
2026-06-19 07:01:35,607 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f94a060-5aab-48ad-82bc-e9b8acb8f9a7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f94a060-5aab-48ad-82bc-e9b8acb8f9a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:36,645 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.031s
2026-06-19 07:01:36,646 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f406a6-2480-4a60-94f3-ac221c7d3da1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f406a6-2480-4a60-94f3-ac221c7d3da1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:37,686 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:01:37,687 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964b0702-a218-4421-add2-ea1711e38346', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964b0702-a218-4421-add2-ea1711e38346', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:38,737 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:01:38,738 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1199d136-1f14-4458-80fa-4aff041b63fa', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1199d136-1f14-4458-80fa-4aff041b63fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:39,777 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:01:39,778 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d464ab-8e82-47aa-878e-add12bad1ba4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d464ab-8e82-47aa-878e-add12bad1ba4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:40,871 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.086s
2026-06-19 07:01:40,871 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc5814f-41e0-4a5c-b5c6-1723b6e6c6f7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc5814f-41e0-4a5c-b5c6-1723b6e6c6f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:41,910 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.031s
2026-06-19 07:01:41,910 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f72d93b-01f8-468d-ad53-05b3e225b39a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f72d93b-01f8-468d-ad53-05b3e225b39a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:42,944 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.026s
2026-06-19 07:01:42,944 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2b757e9-93fc-4442-a7c8-4850b581de69', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2b757e9-93fc-4442-a7c8-4850b581de69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:44,000 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.048s
2026-06-19 07:01:44,001 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f9321d-7237-4849-8014-e7a66722b34c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f9321d-7237-4849-8014-e7a66722b34c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:45,045 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:01:45,045 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ab6d402-1c31-4397-a388-3a4033d4f018', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ab6d402-1c31-4397-a388-3a4033d4f018', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:46,195 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.138s
2026-06-19 07:01:46,196 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd231528-61c8-4886-bf18-71822ae55a11', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd231528-61c8-4886-bf18-71822ae55a11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:47,241 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.036s
2026-06-19 07:01:47,241 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff67d8f-dd86-45ec-99ba-8417aba9550a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff67d8f-dd86-45ec-99ba-8417aba9550a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:48,282 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.031s
2026-06-19 07:01:48,282 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def6fb4e-853d-43c8-b9bc-3489603a2332', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-def6fb4e-853d-43c8-b9bc-3489603a2332', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:49,330 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.041s
2026-06-19 07:01:49,331 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67eb0bae-90cc-45ee-9179-4f6d1b3ed655', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67eb0bae-90cc-45ee-9179-4f6d1b3ed655', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:50,374 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:01:50,374 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-746de5be-a38d-4239-b2eb-b3a3468be157', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-746de5be-a38d-4239-b2eb-b3a3468be157', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:51,414 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:01:51,414 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b84dd56-a3d8-4b38-8559-881c79b48dc3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b84dd56-a3d8-4b38-8559-881c79b48dc3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:52,448 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.028s
2026-06-19 07:01:52,449 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6311e58-5d79-4517-bf2c-bd3a59450813', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6311e58-5d79-4517-bf2c-bd3a59450813', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:53,488 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.034s
2026-06-19 07:01:53,488 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb321573-3c7f-4139-b481-cad44c48e778', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb321573-3c7f-4139-b481-cad44c48e778', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:54,520 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.027s
2026-06-19 07:01:54,521 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-867aea22-6b34-4d4a-9605-4ed8dee99245', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-867aea22-6b34-4d4a-9605-4ed8dee99245', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:55,557 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:01:55,557 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b15d600-2b23-4357-8d39-192220ef0177', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b15d600-2b23-4357-8d39-192220ef0177', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:56,608 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:01:56,608 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ca8462-17b6-4b12-aaf8-d361d9379a3d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ca8462-17b6-4b12-aaf8-d361d9379a3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:57,647 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:01:57,647 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5f8cc63-02bc-4f47-83a2-7de5cc5b75e5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5f8cc63-02bc-4f47-83a2-7de5cc5b75e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:58,698 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.045s
2026-06-19 07:01:58,699 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc5b6fc1-4a92-4598-a212-8b1823b212ae', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc5b6fc1-4a92-4598-a212-8b1823b212ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:01:59,755 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.041s
2026-06-19 07:01:59,755 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:01:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a7f87bb-6e4f-40ef-86e4-67ee5264fba7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a7f87bb-6e4f-40ef-86e4-67ee5264fba7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:00,802 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:02:00,802 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3548488-984b-45aa-9ca6-fd61649b476e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3548488-984b-45aa-9ca6-fd61649b476e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:01,834 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.026s
2026-06-19 07:02:01,834 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c1de0d-7f19-45f8-b5d6-668debd6fce6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c1de0d-7f19-45f8-b5d6-668debd6fce6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:02,868 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:02:02,869 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edd8c807-06bb-41d9-9d68-660884b2e079', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edd8c807-06bb-41d9-9d68-660884b2e079', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:03,905 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:02:03,905 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2377a4e-c7bb-4403-9dc9-e681a9403b9f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2377a4e-c7bb-4403-9dc9-e681a9403b9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:04,958 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.040s
2026-06-19 07:02:04,958 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f30896dd-d162-4a66-abba-683336a5f179', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30896dd-d162-4a66-abba-683336a5f179', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:05,995 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.028s
2026-06-19 07:02:05,995 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb37e61-d2bc-4d9e-8efc-0ef4ec196a5a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb37e61-d2bc-4d9e-8efc-0ef4ec196a5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:07,037 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:02:07,037 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6afd333-5ada-4d4b-800d-c956963e8ae9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6afd333-5ada-4d4b-800d-c956963e8ae9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:08,089 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.045s
2026-06-19 07:02:08,089 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-567fcbf6-bda8-498a-a0fe-6d5b8aeeed39', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-567fcbf6-bda8-498a-a0fe-6d5b8aeeed39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:09,132 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:02:09,132 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0661644d-eea9-4dfb-a1ae-07ff37c6e87c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0661644d-eea9-4dfb-a1ae-07ff37c6e87c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:10,179 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.039s
2026-06-19 07:02:10,179 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bb56400-7071-477e-beaf-97f47dfe9c25', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bb56400-7071-477e-beaf-97f47dfe9c25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:11,224 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.034s
2026-06-19 07:02:11,224 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b118e419-42f2-4102-8f82-dfc44fb0a9af', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b118e419-42f2-4102-8f82-dfc44fb0a9af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:12,273 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:02:12,273 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9a8c07a-f5af-44ea-be1a-4a2e45c578b1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9a8c07a-f5af-44ea-be1a-4a2e45c578b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:13,328 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.045s
2026-06-19 07:02:13,328 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-159dc9a7-83cd-44b3-8bbf-b22a422c21c9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-159dc9a7-83cd-44b3-8bbf-b22a422c21c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:14,529 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.192s
2026-06-19 07:02:14,529 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43337151-a051-462f-b869-7e05359dffa3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43337151-a051-462f-b869-7e05359dffa3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:15,575 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.039s
2026-06-19 07:02:15,576 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-119c1423-bc5d-408f-a96e-d8470fe7118c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-119c1423-bc5d-408f-a96e-d8470fe7118c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:16,614 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.031s
2026-06-19 07:02:16,615 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65b0831b-33f3-4f49-bfc4-084223fb6ecc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65b0831b-33f3-4f49-bfc4-084223fb6ecc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:17,669 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.044s
2026-06-19 07:02:17,669 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb60e37-e6fa-488e-aabe-9df5cc8045bf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb60e37-e6fa-488e-aabe-9df5cc8045bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:18,704 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.026s
2026-06-19 07:02:18,705 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd3bf22d-56ee-401c-a883-80c3fd109cd6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd3bf22d-56ee-401c-a883-80c3fd109cd6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:19,778 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.066s
2026-06-19 07:02:19,779 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b4bec4b-23a2-4017-8bdc-d6f76b64a9af', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b4bec4b-23a2-4017-8bdc-d6f76b64a9af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:20,862 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.075s
2026-06-19 07:02:20,862 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36f0ab0d-8b6f-4a61-93d2-3cf9dfa76808', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36f0ab0d-8b6f-4a61-93d2-3cf9dfa76808', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:21,910 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.036s
2026-06-19 07:02:21,911 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24899242-dd19-4dd0-a145-37406e43072a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24899242-dd19-4dd0-a145-37406e43072a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:22,952 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:02:22,952 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3a12a52-e6a5-4a97-99c0-51bd9c9ad3c5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3a12a52-e6a5-4a97-99c0-51bd9c9ad3c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:24,029 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.072s
2026-06-19 07:02:24,030 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6417ea7-3ca7-4488-af89-ee7f2240f943', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6417ea7-3ca7-4488-af89-ee7f2240f943', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:25,064 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:02:25,064 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d99961-0455-46a1-9272-95514e2f3c8c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d99961-0455-46a1-9272-95514e2f3c8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:26,115 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.044s
2026-06-19 07:02:26,116 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca7c93a9-ac8d-4731-9edc-be1134540d05', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca7c93a9-ac8d-4731-9edc-be1134540d05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:27,154 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.031s
2026-06-19 07:02:27,154 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57117f6f-c62e-4ead-b4b3-68abf5c43882', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57117f6f-c62e-4ead-b4b3-68abf5c43882', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:28,202 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:02:28,203 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c35a9aed-8ab3-492f-bbf6-0e2dc89eca1c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c35a9aed-8ab3-492f-bbf6-0e2dc89eca1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:29,250 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.039s
2026-06-19 07:02:29,250 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96ecf463-cbc6-48ff-88a3-19e47271f6ec', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96ecf463-cbc6-48ff-88a3-19e47271f6ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:30,291 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.034s
2026-06-19 07:02:30,291 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b875ed9-1ded-42df-9343-ce82c9fefd96', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b875ed9-1ded-42df-9343-ce82c9fefd96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:31,342 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.039s
2026-06-19 07:02:31,342 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78d7e63-1c22-4fed-bfc4-f24726da6330', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78d7e63-1c22-4fed-bfc4-f24726da6330', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:32,378 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:02:32,378 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-080888ed-1fad-4270-a1eb-fbee0c292b58', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-080888ed-1fad-4270-a1eb-fbee0c292b58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:33,430 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.047s
2026-06-19 07:02:33,431 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-861d8b37-f81b-4023-aabf-4b80b3c8d1c2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-861d8b37-f81b-4023-aabf-4b80b3c8d1c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:34,475 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.037s
2026-06-19 07:02:34,476 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d3f913d-933b-4e30-9662-e3a80fb2f92b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d3f913d-933b-4e30-9662-e3a80fb2f92b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:35,521 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.036s
2026-06-19 07:02:35,522 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c16d9990-d870-4466-acb8-68eb86119fe2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c16d9990-d870-4466-acb8-68eb86119fe2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:36,562 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.034s
2026-06-19 07:02:36,562 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd44d5a-c89b-4e94-9b3e-4641deea959b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd44d5a-c89b-4e94-9b3e-4641deea959b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:37,620 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.047s
2026-06-19 07:02:37,621 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2767131-7a91-44af-a876-982d1497d69c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2767131-7a91-44af-a876-982d1497d69c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:38,659 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:02:38,659 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24571a09-fe9e-419c-977a-9ebfd4f0d361', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24571a09-fe9e-419c-977a-9ebfd4f0d361', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:39,714 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.045s
2026-06-19 07:02:39,714 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-847f7c28-c1b1-447d-be40-06825e570a08', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-847f7c28-c1b1-447d-be40-06825e570a08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:40,754 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.031s
2026-06-19 07:02:40,754 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e2c162-e7f7-45e7-a315-1da189f5c32f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e2c162-e7f7-45e7-a315-1da189f5c32f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:41,805 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:02:41,805 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fa36dec-5745-4726-9eb7-9d37e8ccccee', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fa36dec-5745-4726-9eb7-9d37e8ccccee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:42,869 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.052s
2026-06-19 07:02:42,870 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a21a080-781b-4103-b023-5c154b74e601', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a21a080-781b-4103-b023-5c154b74e601', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:43,916 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.038s
2026-06-19 07:02:43,916 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e324df45-0216-466d-b163-816d778b0008', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e324df45-0216-466d-b163-816d778b0008', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:44,980 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.055s
2026-06-19 07:02:44,980 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e896063a-8938-4b57-915f-8bd736ee0dd1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e896063a-8938-4b57-915f-8bd736ee0dd1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:46,034 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.044s
2026-06-19 07:02:46,034 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a905d37-c7eb-4c6d-86c5-400bfbc2ea0e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a905d37-c7eb-4c6d-86c5-400bfbc2ea0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:47,096 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.052s
2026-06-19 07:02:47,096 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e38cae-10ef-4db7-abea-f64f03f9e74d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e38cae-10ef-4db7-abea-f64f03f9e74d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:48,132 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:02:48,133 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d17d837-b383-40c3-891b-3ab7f1d218c7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d17d837-b383-40c3-891b-3ab7f1d218c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:49,188 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.047s
2026-06-19 07:02:49,188 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf06c73-c5b4-4145-8df9-398461b4f81e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf06c73-c5b4-4145-8df9-398461b4f81e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:50,228 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.031s
2026-06-19 07:02:50,228 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58873e66-bd70-482c-b021-0355243d9d8e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58873e66-bd70-482c-b021-0355243d9d8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:51,290 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.055s
2026-06-19 07:02:51,290 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe06ba5e-5c6a-44b2-8d08-60e54b9240eb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe06ba5e-5c6a-44b2-8d08-60e54b9240eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:52,331 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:02:52,331 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3af6e67c-87ec-404e-8f44-8b032735b648', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3af6e67c-87ec-404e-8f44-8b032735b648', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:53,381 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.044s
2026-06-19 07:02:53,382 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0e08feb-3781-4581-a9c2-e35d643ab58c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0e08feb-3781-4581-a9c2-e35d643ab58c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:54,420 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:02:54,421 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c64b7b3-b31f-4820-9adf-a22cfb0c10fb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c64b7b3-b31f-4820-9adf-a22cfb0c10fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:55,468 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:02:55,469 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdf26142-adda-485a-abae-411b16f3a96c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdf26142-adda-485a-abae-411b16f3a96c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:56,524 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.048s
2026-06-19 07:02:56,525 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0563d595-92ab-48bd-9f22-b0cb82e39146', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0563d595-92ab-48bd-9f22-b0cb82e39146', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:57,573 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:02:57,573 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6033ec-8af9-41ae-a057-1b0bcbe81f47', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6033ec-8af9-41ae-a057-1b0bcbe81f47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:58,613 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:02:58,613 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-681f43ed-87d3-4cbb-929c-8b241f6440a6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681f43ed-87d3-4cbb-929c-8b241f6440a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:02:59,648 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:02:59,648 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:02:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a892f9c3-a795-4e5d-b705-64ddcd98f745', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a892f9c3-a795-4e5d-b705-64ddcd98f745', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:00,679 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.027s
2026-06-19 07:03:00,680 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc784279-8c93-43d2-86eb-914e61db997c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc784279-8c93-43d2-86eb-914e61db997c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:01,715 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:03:01,715 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b61ba06d-5d7f-4c90-ab80-49ac853dc9ba', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b61ba06d-5d7f-4c90-ab80-49ac853dc9ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:02,752 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:03:02,753 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f465fa9-69e6-4cf8-8813-9745b98e39dd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f465fa9-69e6-4cf8-8813-9745b98e39dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:03,791 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:03:03,791 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f453d60a-68e1-4a33-9d4d-94d9a071b209', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f453d60a-68e1-4a33-9d4d-94d9a071b209', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:04,840 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.041s
2026-06-19 07:03:04,840 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-415e16be-4049-4ece-bc7a-a48d82ce09b5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-415e16be-4049-4ece-bc7a-a48d82ce09b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:05,917 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.069s
2026-06-19 07:03:05,917 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc497821-463d-4340-9559-3e69b87be57c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc497821-463d-4340-9559-3e69b87be57c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:06,961 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:03:06,961 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ab4c8f-2e16-4c66-8799-6ae4349b772b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ab4c8f-2e16-4c66-8799-6ae4349b772b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:08,010 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:03:08,011 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102a1640-3693-415d-b5ab-594effa81194', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102a1640-3693-415d-b5ab-594effa81194', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:09,059 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:03:09,059 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0507abf-d7fa-4680-9903-c7affa5a1df6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0507abf-d7fa-4680-9903-c7affa5a1df6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:10,106 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.041s
2026-06-19 07:03:10,107 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac2a6c0f-22ab-4b46-99ba-fa90cb68cf0b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac2a6c0f-22ab-4b46-99ba-fa90cb68cf0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:11,179 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.061s
2026-06-19 07:03:11,180 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bbe4ca4-ba4c-4cdf-8fae-7a559cfd87a8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bbe4ca4-ba4c-4cdf-8fae-7a559cfd87a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:12,241 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.054s
2026-06-19 07:03:12,241 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6353a841-8c77-45eb-a3b8-beb0a1d081f2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6353a841-8c77-45eb-a3b8-beb0a1d081f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:13,301 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.051s
2026-06-19 07:03:13,301 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3bb7cd9-de05-4cb3-a7d1-0c20e7f52a90', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3bb7cd9-de05-4cb3-a7d1-0c20e7f52a90', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:14,331 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.025s
2026-06-19 07:03:14,332 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-432f4699-3224-4a3d-972c-f1de0af5ebdd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-432f4699-3224-4a3d-972c-f1de0af5ebdd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:15,370 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:03:15,370 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7db1eb2-00ce-4648-a01c-5ce53af4aef4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7db1eb2-00ce-4648-a01c-5ce53af4aef4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:16,428 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.052s
2026-06-19 07:03:16,429 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84338e2e-be7e-4773-bdd6-e228a1d19204', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84338e2e-be7e-4773-bdd6-e228a1d19204', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:17,465 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:03:17,465 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33088395-7635-4d17-9fa1-dd7700c05250', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33088395-7635-4d17-9fa1-dd7700c05250', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:18,504 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:03:18,505 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-717fed4a-2538-4863-a2d1-e270b7cab575', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-717fed4a-2538-4863-a2d1-e270b7cab575', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:19,550 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:03:19,550 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ddfc875-6730-47e7-b776-2af1ea2e7fdf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ddfc875-6730-47e7-b776-2af1ea2e7fdf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:20,599 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:03:20,600 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae97186-96e5-450d-80f9-a2bfa22ee600', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ae97186-96e5-450d-80f9-a2bfa22ee600', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:21,647 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.041s
2026-06-19 07:03:21,648 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49bfd7c9-2607-4e45-af5c-a7a308a07b18', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49bfd7c9-2607-4e45-af5c-a7a308a07b18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:22,692 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.037s
2026-06-19 07:03:22,693 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d51e0d7-2f76-4f8b-93b2-e772826834d5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d51e0d7-2f76-4f8b-93b2-e772826834d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:23,743 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:03:23,743 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ec7547-c8c0-4381-aa73-3e07d287e24e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ec7547-c8c0-4381-aa73-3e07d287e24e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:24,784 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:03:24,785 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fedd7a0a-07b0-465e-b93d-20d076b88037', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fedd7a0a-07b0-465e-b93d-20d076b88037', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:25,827 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:03:25,827 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e775cb-f2d9-422e-9e44-b5b10bbba1e8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e775cb-f2d9-422e-9e44-b5b10bbba1e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:26,882 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.050s
2026-06-19 07:03:26,883 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ad1b93-7b9a-4a2d-990a-539b3c3489b0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ad1b93-7b9a-4a2d-990a-539b3c3489b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:27,927 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.037s
2026-06-19 07:03:27,927 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d47bdbcd-99be-4a91-9d64-11c71b22d4ad', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d47bdbcd-99be-4a91-9d64-11c71b22d4ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:28,974 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.040s
2026-06-19 07:03:28,974 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde57beb-a9be-4990-bdca-609777940ccf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde57beb-a9be-4990-bdca-609777940ccf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:30,022 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.040s
2026-06-19 07:03:30,022 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9234dd4-a0fc-45c0-ad40-86a2cb472b45', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9234dd4-a0fc-45c0-ad40-86a2cb472b45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:31,074 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:03:31,074 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c63e3ea2-de49-4b0c-b04c-95c342cb5d2d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c63e3ea2-de49-4b0c-b04c-95c342cb5d2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:32,120 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.038s
2026-06-19 07:03:32,121 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92a5bcfb-3834-4248-ad64-1c8bc82897c5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92a5bcfb-3834-4248-ad64-1c8bc82897c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:33,160 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.031s
2026-06-19 07:03:33,161 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f27742c9-c66c-4e21-92c1-1096eef1409e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f27742c9-c66c-4e21-92c1-1096eef1409e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:34,204 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.038s
2026-06-19 07:03:34,204 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49e4c99d-25b0-487e-85f5-294b2de897ef', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49e4c99d-25b0-487e-85f5-294b2de897ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:35,244 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:03:35,244 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dc67860-819a-43e4-b2af-22a17bfdd57a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dc67860-819a-43e4-b2af-22a17bfdd57a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:36,279 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:03:36,279 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51107ec9-e48e-419a-8eb3-e549a9eb20c2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51107ec9-e48e-419a-8eb3-e549a9eb20c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:37,313 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:03:37,313 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b970fab-50ab-46aa-a2a0-96d382fd113f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b970fab-50ab-46aa-a2a0-96d382fd113f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:38,355 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:03:38,355 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425b7a7f-2d6b-4bc7-984e-df3f84d42809', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425b7a7f-2d6b-4bc7-984e-df3f84d42809', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:39,406 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:03:39,406 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1e2af9-f524-451e-b3cb-1ecebf28b55f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1e2af9-f524-451e-b3cb-1ecebf28b55f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:40,447 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.034s
2026-06-19 07:03:40,447 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ad129e5-2329-416d-bb99-b3d98b492faf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ad129e5-2329-416d-bb99-b3d98b492faf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:41,501 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.045s
2026-06-19 07:03:41,501 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3728451f-ac2b-4168-8989-868a8012014a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3728451f-ac2b-4168-8989-868a8012014a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:42,536 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:03:42,537 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3e8564a-2595-4b2d-839b-084db9a34f36', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3e8564a-2595-4b2d-839b-084db9a34f36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:43,587 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:03:43,588 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37590a2b-2166-424b-aab3-7077cb09094a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37590a2b-2166-424b-aab3-7077cb09094a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:44,644 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.051s
2026-06-19 07:03:44,644 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d882b81-dd09-4507-88b0-f3e8f4dbddd6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d882b81-dd09-4507-88b0-f3e8f4dbddd6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:45,698 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.045s
2026-06-19 07:03:45,699 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625c8de7-3923-42a9-b31b-dcace5f34a0b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625c8de7-3923-42a9-b31b-dcace5f34a0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:46,756 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.050s
2026-06-19 07:03:46,756 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3d6702f-7d57-4451-8c4e-4be0708f17cb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3d6702f-7d57-4451-8c4e-4be0708f17cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:47,798 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.034s
2026-06-19 07:03:47,800 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1d5407-78c9-47fb-ba53-7124e1506c21', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1d5407-78c9-47fb-ba53-7124e1506c21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:48,850 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.043s
2026-06-19 07:03:48,850 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbfd928a-2e79-4a72-a893-c432bbcd668a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbfd928a-2e79-4a72-a893-c432bbcd668a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:49,901 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:03:49,901 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2994bab-5f0e-4ff5-9b2b-1fda686d0cc4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2994bab-5f0e-4ff5-9b2b-1fda686d0cc4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:50,949 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.040s
2026-06-19 07:03:50,950 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f696a3-c675-4a77-b231-1bf6360cc70f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75f696a3-c675-4a77-b231-1bf6360cc70f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:52,001 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.042s
2026-06-19 07:03:52,001 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33bf1c71-87f0-4e65-be56-480d69d665a7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33bf1c71-87f0-4e65-be56-480d69d665a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:53,051 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.040s
2026-06-19 07:03:53,051 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dab87d4-a4e5-4e91-857d-251d1e5416b6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dab87d4-a4e5-4e91-857d-251d1e5416b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:54,105 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.047s
2026-06-19 07:03:54,105 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2c0931d-d352-4224-9481-7388e189f2b9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2c0931d-d352-4224-9481-7388e189f2b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:55,157 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.046s
2026-06-19 07:03:55,157 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d16cfd87-c071-467f-a0b8-262c34f4c780', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d16cfd87-c071-467f-a0b8-262c34f4c780', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:56,198 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:03:56,198 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-394b21cb-0789-4db3-8775-cead0918deb4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-394b21cb-0789-4db3-8775-cead0918deb4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:57,259 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.053s
2026-06-19 07:03:57,259 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-584988b7-3329-46c6-84b3-c382f4518c21', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-584988b7-3329-46c6-84b3-c382f4518c21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:58,297 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.027s
2026-06-19 07:03:58,297 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bffce8f2-2ed4-4d4c-909d-de67cbc53718', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bffce8f2-2ed4-4d4c-909d-de67cbc53718', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:03:59,330 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.026s
2026-06-19 07:03:59,330 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:03:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf77c04-7e85-41dc-8d12-c09796ae14f5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf77c04-7e85-41dc-8d12-c09796ae14f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:00,387 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.052s
2026-06-19 07:04:00,388 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3743ae0-06fb-4a2b-9d14-2e775d2326df', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3743ae0-06fb-4a2b-9d14-2e775d2326df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:01,432 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.037s
2026-06-19 07:04:01,433 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35fe73f2-ec82-4d13-baf2-94fbfd42ee63', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35fe73f2-ec82-4d13-baf2-94fbfd42ee63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:02,467 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.028s
2026-06-19 07:04:02,467 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2092e36-02dd-443b-8f79-3f3959897276', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2092e36-02dd-443b-8f79-3f3959897276', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:03,506 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:04:03,506 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f06a730-9350-433c-8411-96f430fde39b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f06a730-9350-433c-8411-96f430fde39b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:04,569 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.057s
2026-06-19 07:04:04,570 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffa5f7e3-8bc8-4811-baff-8f51f8ef6636', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffa5f7e3-8bc8-4811-baff-8f51f8ef6636', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:05,613 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:04:05,614 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b2bf5e5-0bfc-42eb-9166-7574c6e36488', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b2bf5e5-0bfc-42eb-9166-7574c6e36488', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:06,657 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:04:06,657 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4e1bf2b-0a2e-4009-849f-13fcc9e32ccc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4e1bf2b-0a2e-4009-849f-13fcc9e32ccc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:07,697 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.029s
2026-06-19 07:04:07,697 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06fa0423-bade-423e-85b5-63b6b980d03b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06fa0423-bade-423e-85b5-63b6b980d03b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:08,735 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:04:08,735 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30451a7b-cb83-4b49-a4b5-0aa59326b0dd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30451a7b-cb83-4b49-a4b5-0aa59326b0dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:09,767 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.025s
2026-06-19 07:04:09,767 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50de23fa-1ec5-448f-8443-91d57eb06012', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50de23fa-1ec5-448f-8443-91d57eb06012', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:10,801 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.027s
2026-06-19 07:04:10,802 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b618f392-2d90-400b-9c49-7176f3e17026', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b618f392-2d90-400b-9c49-7176f3e17026', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:11,836 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.028s
2026-06-19 07:04:11,836 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceff0065-3838-4930-ab76-f539197c880a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceff0065-3838-4930-ab76-f539197c880a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:12,867 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.025s
2026-06-19 07:04:12,867 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1edcd5ac-d640-4508-8ebd-fb7bc51e0e08', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1edcd5ac-d640-4508-8ebd-fb7bc51e0e08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:13,907 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.033s
2026-06-19 07:04:13,907 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c096bb-4cfb-4c1e-a276-13e1ef8c16d6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33c096bb-4cfb-4c1e-a276-13e1ef8c16d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:14,947 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.035s
2026-06-19 07:04:14,948 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4da684b-aec5-47e8-8e46-cf10cf25dc82', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4da684b-aec5-47e8-8e46-cf10cf25dc82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:15,983 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.030s
2026-06-19 07:04:15,983 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b340af-f1d2-4cbb-bf51-77a4c19b7351', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b340af-f1d2-4cbb-bf51-77a4c19b7351', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:17,022 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.032s
2026-06-19 07:04:17,022 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ceae72d-196f-4b3a-99af-7901ec098207', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ceae72d-196f-4b3a-99af-7901ec098207', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:18,063 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.034s
2026-06-19 07:04:18,064 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0dce7ef-88b7-4125-8f03-aaa0f0a08f02', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0dce7ef-88b7-4125-8f03-aaa0f0a08f02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:01:22.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:18,167 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.097s
2026-06-19 07:04:18,168 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:18 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-24aebe4b-956a-494c-8608-d20ea18c982c', 'x-compute-request-id': 'req-24aebe4b-956a-494c-8608-d20ea18c982c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b''
2026-06-19 07:04:18,488 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.320s
2026-06-19 07:04:18,489 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7d0507c-0a16-4f54-9579-2349e38bebe5', 'x-compute-request-id': 'req-a7d0507c-0a16-4f54-9579-2349e38bebe5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1235510075-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}, {"version": 4, "addr": "172.24.5.105", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}]}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "ACTIVE", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:04:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": "2026-06-19T07:00:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:04:19,707 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.213s
2026-06-19 07:04:19,708 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7569788e-5e05-44d8-a143-c9cce92724b0', 'x-compute-request-id': 'req-7569788e-5e05-44d8-a143-c9cce92724b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1235510075-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}, {"version": 4, "addr": "172.24.5.105", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}]}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "ACTIVE", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:04:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": "2026-06-19T07:00:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:04:20,937 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.224s
2026-06-19 07:04:20,937 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac16f293-eece-4322-bf71-ab0e91ae5789', 'x-compute-request-id': 'req-ac16f293-eece-4322-bf71-ab0e91ae5789', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1235510075-network": [{"version": 4, "addr": "10.1.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}, {"version": 4, "addr": "172.24.5.105", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:60:ed"}]}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "ACTIVE", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:04:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": "2026-06-19T07:00:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956823565"}], "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-19 07:04:22,064 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.117s
2026-06-19 07:04:22,064 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08a5deec-9eb0-479b-9c06-bdb11ce4c4f1', 'x-compute-request-id': 'req-08a5deec-9eb0-479b-9c06-bdb11ce4c4f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "ACTIVE", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:04:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": "2026-06-19T07:00:19.000000", "OS-SRV-USG:terminated_at": 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-19 07:04:23,232 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.157s
2026-06-19 07:04:23,232 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a22bc5f-8734-414d-a0cc-721324b8278a', 'x-compute-request-id': 'req-1a22bc5f-8734-414d-a0cc-721324b8278a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "DELETED", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:04:22Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-19T07:01:24Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": "2026-06-19T07:00:19.000000", "OS-SRV-USG:terminated_at": "2026-06-19T07:04:22.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-19 07:04:23,243 106160 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-06-19 07:04:24,387 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.144s
2026-06-19 07:04:24,387 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b12c22f-d741-477c-9d5e-e8b23f368bf4', 'x-compute-request-id': 'req-0b12c22f-d741-477c-9d5e-e8b23f368bf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:00:04Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "7c78c79bb0b9b8dba5b6f33be1b6bb4f6812d317146f4e8f81e59352", "id": "1f148a5e-8654-45f2-9513-43e10d3bc418", "image": {"id": "6c0aed75-d5dd-45d6-ac3c-eab8b1583e90", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/images/6c0aed75-d5dd-45d6-ac3c-eab8b1583e90"}]}, "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/1f148a5e-8654-45f2-9513-43e10d3bc418"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-85846113", "status": "DELETED", "tenant_id": "63f60d8b25ca41939279c79873c567f2", "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "updated": "2026-06-19T07:04:22Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-19T07:01:24Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-476960665", "OS-SRV-USG:launched_at": "2026-06-19T07:00:19.000000", "OS-SRV-USG:terminated_at": "2026-06-19T07:04:22.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-19 07:04:25,433 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418 0.036s
2026-06-19 07:04:25,433 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:25 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-8d1c40bd-e99a-4464-993c-8f5b745cd5b2', 'x-compute-request-id': 'req-8d1c40bd-e99a-4464-993c-8f5b745cd5b2', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/1f148a5e-8654-45f2-9513-43e10d3bc418'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1f148a5e-8654-45f2-9513-43e10d3bc418 could not be found."}}'
2026-06-19 07:04:25,467 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.19/compute/v2.1/os-keypairs/tempest-keypair-476960665 0.033s
2026-06-19 07:04:25,467 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:25 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-af3d2cec-3ce6-45ec-bcc5-2311a10f5deb', 'x-compute-request-id': 'req-af3d2cec-3ce6-45ec-bcc5-2311a10f5deb', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.19/compute/v2.1/os-keypairs/tempest-keypair-476960665'}
Body: b''
2026-06-19 07:04:25,631 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.19/networking/v2.0/security-groups/c69de8e8-a70c-4492-bd6c-cad505b28cc7 0.164s
2026-06-19 07:04:25,632 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-7c9b0f07-1c81-4ea0-bcf2-9b94fd7ddc7f', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.19/networking/v2.0/security-groups/c69de8e8-a70c-4492-bd6c-cad505b28cc7'}
Body: b''
2026-06-19 07:04:25,648 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.19/networking/v2.0/security-groups/c69de8e8-a70c-4492-bd6c-cad505b28cc7 0.016s
2026-06-19 07:04:25,648 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c04ac8f7-0a19-4cd0-bd5d-bc7c6c084ffd', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.19/networking/v2.0/security-groups/c69de8e8-a70c-4492-bd6c-cad505b28cc7'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group c69de8e8-a70c-4492-bd6c-cad505b28cc7 does not exist", "detail": ""}}'
2026-06-19 07:04:25,952 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.19/networking/v2.0/floatingips/c653dd66-520c-4e1e-b56c-415a2eaf53c0 0.303s
2026-06-19 07:04:25,953 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-0232f8e3-4935-4285-bf17-0bc6e52a71da', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.19/networking/v2.0/floatingips/c653dd66-520c-4e1e-b56c-415a2eaf53c0'}
Body: b''
2026-06-19 07:04:26,004 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.051s
2026-06-19 07:04:26,005 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:25 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-021b9fe6-ebf1-4de6-82e4-5724d145b8e1', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b''
2026-06-19 07:04:26,041 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.036s
2026-06-19 07:04:26,041 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b7d08da-e167-42ea-a82a-2adeb35187cc', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b7d08da-e167-42ea-a82a-2adeb35187cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"volume": {"id": "d0825c4d-ccc3-49c5-a84e-0a1f32b06d48", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T06:59:59.000000", "updated_at": "2026-06-19T07:04:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-150797347", "description": null, "volume_type": "tempest-scenario-type-luksv2-1697555042", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48"}], "user_id": "bdd6f8d0b8c94725b534a49a9257d901", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "63f60d8b25ca41939279c79873c567f2"}}'
2026-06-19 07:04:27,073 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 0.018s
2026-06-19 07:04:27,073 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:27 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-55f09c9d-d389-440f-82d1-8c8393cd338a', 'x-openstack-request-id': 'req-55f09c9d-d389-440f-82d1-8c8393cd338a', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.19/volume/v3/volumes/d0825c4d-ccc3-49c5-a84e-0a1f32b06d48'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 could not be found."}}'
2026-06-19 07:04:27,273 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/detail?all_tenants=1 0.200s
2026-06-19 07:04:27,274 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ffd3539-cc1d-46b1-a7e6-cf5678de33d4', 'content-length': '19797', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ffd3539-cc1d-46b1-a7e6-cf5678de33d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "7519860d-0a8b-4341-b6a3-07b0b842ced8", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:04:25.000000", "updated_at": "2026-06-19T07:04:26.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-886028624", "description": null, "volume_type": "storpool", "snapshot_id": "7989f157-18c4-4957-b6e1-83dac497f323", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/7519860d-0a8b-4341-b6a3-07b0b842ced8"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/7519860d-0a8b-4341-b6a3-07b0b842ced8"}], "user_id": "da365c022321403d8b5322f5f4a7b989", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "284491fe327242959d7139710093a9f3", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003251@storpool#default"}, {"id": "00e76d1c-042f-4884-b36e-6e02714553d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:04:24.000000", "updated_at": "2026-06-19T07:04:25.000000", "name": "tempest-AttachVolumeTestJSON-volume-598844820", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/00e76d1c-042f-4884-b36e-6e02714553d0"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/00e76d1c-042f-4884-b36e-6e02714553d0"}], "user_id": "2828dd2215724d0d8239b59ff4be8cfc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "42b5ea0ac86d43bebafa45bf37086224", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003251@storpool#default"}, {"id": "d2ae0ab8-a6f9-4fb6-b95b-f0a45c60cb82", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:04:16.000000", "updated_at": "2026-06-19T07:04:17.000000", "name": "tempest-VolumesBackupsTest-Volume-1235386856", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/d2ae0ab8-a6f9-4fb6-b95b-f0a45c60cb82"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/d2ae0ab8-a6f9-4fb6-b95b-f0a45c60cb82"}], "user_id": "e9a181d5d17f4e0aac1cfeada47df379", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "5a132efd1e14492082af5fc17f4d1f99", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003251@storpool#default"}, {"id": "40839a96-cc8e-4cc2-a3ae-80d6c59d7221", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:04:16.000000", "updated_at": "2026-06-19T07:04:24.000000", "name": "tempest-AttachVolumeTestJSON-volume-483948902", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/40839a96-cc8e-4cc2-a3ae-80d6c59d7221"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/40839a96-cc8e-4cc2-a3ae-80d6c59d7221"}], "user_id": "2828dd2215724d0d8239b59ff4be8cfc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "40839a96-cc8e-4cc2-a3ae-80d6c59d7221", "attachment_id": "b08f9e53-d388-46b3-8f2b-f8f5c2ee5c6d", "volume_id": "40839a96-cc8e-4cc2-a3ae-80d6c59d7221", "server_id": "48541533-7d27-41e3-89c0-0c54b558b712", "host_name": "np0000003251", "device": "/dev/vdb", "attached_at": "2026-06-19T07:04:20.000
2026-06-19 07:04:27,322 106160 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.19/volume/v3/types/591b408d-e54c-4639-ab99-d61d10a9cfd2 0.034s
2026-06-19 07:04:27,322 106160 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:04:27 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-f7c06ef3-d78a-4168-8741-3fcbd2fa87fb', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.19/volume/v3/types/591b408d-e54c-4639-ab99-d61d10a9cfd2'}
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 d0825c4d-ccc3-49c5-a84e-0a1f32b06d48 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
pt2.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
pt3.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
ft3.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-19 07:07:25,636 106147 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-1482853295 on backend None
2026-06-19 07:07:25,658 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.19/volume/v3/types 0.022s
2026-06-19 07:07:25,658 106147 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-1482853295", "extra_specs": {}}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84f2d841-66dc-47e7-ab4d-7381ab70e789', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84f2d841-66dc-47e7-ab4d-7381ab70e789', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/types'}
Body: b'{"volume_type": {"id": "32875114-b6a3-4c44-a6b1-6a90664ee2f5", "name": "tempest-scenario-type-luks2-1482853295", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-19 07:07:25,660 106147 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 32875114-b6a3-4c44-a6b1-6a90664ee2f5
2026-06-19 07:07:25,682 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.19/volume/v3/types/32875114-b6a3-4c44-a6b1-6a90664ee2f5/encryption 0.022s
2026-06-19 07:07:25,682 106147 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': 'Fri, 19 Jun 2026 07:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adea5bd9-6da6-4913-8c84-d40b5898c270', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adea5bd9-6da6-4913-8c84-d40b5898c270', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/types/32875114-b6a3-4c44-a6b1-6a90664ee2f5/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "32875114-b6a3-4c44-a6b1-6a90664ee2f5", "encryption_id": "e427a48e-c573-453b-81d1-54b18f0949c4"}}'
2026-06-19 07:07:25,826 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.19/volume/v3/volumes 0.142s
2026-06-19 07:07:25,826 106147 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-1724902542", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "size": 1}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c8a5783-df01-4f7d-8a3d-1844201343f8', 'content-length': '779', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c8a5783-df01-4f7d-8a3d-1844201343f8', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.19/volume/v3/volumes'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:25.777969", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-19 07:07:25,875 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.044s
2026-06-19 07:07:25,875 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-981a80e3-5c52-486b-8fef-92552159fd86', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-981a80e3-5c52-486b-8fef-92552159fd86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:26,907 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:07:26,907 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5545a49-5065-4cac-93c5-0d17ca30d6ba', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5545a49-5065-4cac-93c5-0d17ca30d6ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:26.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:26,912 106147 INFO [tempest.common.waiters] volume 30478fef-d32e-496c-9980-72ac685186b9 reached available after waiting for 1.912838 seconds
2026-06-19 07:07:26,939 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:07:26,939 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c22bfc34-236d-4e34-a8a0-93e7a965f375', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c22bfc34-236d-4e34-a8a0-93e7a965f375', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:26.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:26,968 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9/action 0.025s
2026-06-19 07:07:26,968 106147 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': 'Fri, 19 Jun 2026 07:07:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-98ce5c84-f0a1-494d-90aa-f12bed6de9ac', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ce5c84-f0a1-494d-90aa-f12bed6de9ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9/action'}
Body: b''
2026-06-19 07:07:27,053 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.19/identity/v3/auth/tokens 0.081s
2026-06-19 07:07:27,053 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:26 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-62206e1e-c36c-46db-ab81-df816c5349c9', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.19/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "7f1affc63ce942f0b32ac0273ecb736e", "name": "tempest-TestVolumeBootPattern-1871868212-project-member", "password_expires_at": null}, "audit_ids": ["wpzMamO-QvGbHUUsFmLjXA"], "expires_at": "2026-06-19T08:07:27.000000Z", "issued_at": "2026-06-19T07:07:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d875b4d171b54e8ebb041d38fc6502a1", "name": "tempest-TestVolumeBootPattern-1871868212"}, "is_domain": false, "roles": [{"id": "b097cc0197354c18aa0a2427c39964b9", "name": "reader"}, {"id": "9c5c43cdcfa14974ac387f17f6b0006d", "name": "member"}], "catalog": [{"endpoints": [{"id": "554c0d1ca16b46358946686d68f15097", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/identity", "region": "RegionOne"}], "id": "144675a7a8b94978a2eaa73a8bb8898e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "e2dc1a32a5a14cceaa278b5502dab6b0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19:8080/v1/AUTH_d875b4d171b54e8ebb041d38fc6502a1", "region": "RegionOne"}, {"id": "eaf1b831bd33465ea728d73c77d93f75", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.19:8080", "region": "RegionOne"}], "id": "5ab7ada722b2431f89fe5b2c146a32a0", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "9d138d2d60184dbfba77c5abd6b7f319", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/placement", "region": "RegionOne"}], "id": "5af694cb32c14105823659b1d75b2cad", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "7dae17c3ea234b6883244898993f880a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/image", "region": "RegionOne"}], "id": "6344d6d4830748c8beb207b3768c17bd", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f9bddcba3bc94a80a6f3c4d273e0019d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/networking", "region": "RegionOne"}], "id": "6a3b64a445d74b6b90d319aae56a3950", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a1144de4bc7e4cbfaf182c0b9b2110ec", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/compute/v2.1", "region": "RegionOne"}], "id": "b35d3a438cd94a8e9a80b0c2bbb25d5f", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7fa6c4e0f1404897b9e9988ea5d8cd4a", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/volume/v3", "region": "RegionOne"}], "id": "c4997b26568b4480b2f007746a7c9ea7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "dbc5346178254a9d8a7e1c462ae2fc63", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.19/compute/v2/d875b4d171b54e8ebb041d38fc6502a1", "region": "RegionOne"}], "id": "e81ceae836b743e2be9a85097125bb92", "type": "compute_legacy", "name": "nova_legacy"}]}}'
2026-06-19 07:07:27,054 106147 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '62b29130-3a1f-4f7b-b43c-c744ce9d33f6', 'name': 'tempest-TestVolumeBootPattern-37248983-network', 'tenant_id': 'd875b4d171b54e8ebb041d38fc6502a1', 'project_id': 'd875b4d171b54e8ebb041d38fc6502a1', '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': 64028, '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-19T07:06:44Z', 'updated_at': '2026-06-19T07:06:44Z', 'revision_number': 1} available for tenant
2026-06-19 07:07:27,568 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.19/compute/v2.1/servers 0.514s
2026-06-19 07:07:27,568 106147 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-1074654421", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "30478fef-d32e-496c-9980-72ac685186b9", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "62b29130-3a1f-4f7b-b43c-c744ce9d33f6"}]}}
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb782167-dea3-4a07-8887-2007f880f6d2', 'x-compute-request-id': 'req-cb782167-dea3-4a07-8887-2007f880f6d2', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.19/compute/v2.1/servers'}
Body: b'{"server": {"id": "cb13149a-236d-4816-91db-0b69b2273248", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "r6uZgCjJGRwt"}}'
2026-06-19 07:07:27,654 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.084s
2026-06-19 07:07:27,654 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:27 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-1e7e8341-1321-46bd-b11b-328eecd4ce27', 'x-compute-request-id': 'req-1e7e8341-1321-46bd-b11b-328eecd4ce27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:28Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07:27Z", "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-19 07:07:28,741 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.082s
2026-06-19 07:07:28,741 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:28 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-9bfa39ef-d395-47bb-9ee2-33d601616932', 'x-compute-request-id': 'req-9bfa39ef-d395-47bb-9ee2-33d601616932', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07:28Z", "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": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:29,835 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.088s
2026-06-19 07:07:29,835 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:29 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-3725076e-eca9-4e0c-8d49-8cd94c892f5d', 'x-compute-request-id': 'req-3725076e-eca9-4e0c-8d49-8cd94c892f5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "1bb4031bbebf8c8ed5981e3d2492a32c81b9e9d807612162656069de", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07:29Z", "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": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:29,841 106147 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-19 07:07:30,935 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.093s
2026-06-19 07:07:30,935 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:30 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-2fdda9ed-9234-4733-90ab-ec9be4bceb6a', 'x-compute-request-id': 'req-2fdda9ed-9234-4733-90ab-ec9be4bceb6a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "1bb4031bbebf8c8ed5981e3d2492a32c81b9e9d807612162656069de", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07:29Z", "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": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:32,024 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.083s
2026-06-19 07:07:32,025 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:31 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-94f6418c-4ba4-4237-8ffc-f2f8e8b036c3', 'x-compute-request-id': 'req-94f6418c-4ba4-4237-8ffc-f2f8e8b036c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "1bb4031bbebf8c8ed5981e3d2492a32c81b9e9d807612162656069de", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07: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": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:32,031 106147 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-19 07:07:33,246 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.214s
2026-06-19 07:07:33,246 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:33 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-52c7a498-ca17-49e2-9ef7-233ff20d60c7', 'x-compute-request-id': 'req-52c7a498-ca17-49e2-9ef7-233ff20d60c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "1bb4031bbebf8c8ed5981e3d2492a32c81b9e9d807612162656069de", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07:33Z", "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": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:33,252 106147 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-06-19 07:07:34,444 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.192s
2026-06-19 07:07:34,444 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:34 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-2b8f5aea-a8a6-43aa-9349-8886c84dfce3', 'x-compute-request-id': 'req-2b8f5aea-a8a6-43aa-9349-8886c84dfce3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "1bb4031bbebf8c8ed5981e3d2492a32c81b9e9d807612162656069de", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07:33Z", "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": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:35,605 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.154s
2026-06-19 07:07:35,605 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:35 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-fc9ae2f5-925c-4aa0-b6eb-f6decffdd1e2', 'x-compute-request-id': 'req-fc9ae2f5-925c-4aa0-b6eb-f6decffdd1e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "1bb4031bbebf8c8ed5981e3d2492a32c81b9e9d807612162656069de", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07: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, "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": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:35,610 106147 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-19 07:07:36,770 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.160s
2026-06-19 07:07:36,770 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:36 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-f64782bc-7aed-4c20-8168-a3b5cefad825', 'x-compute-request-id': 'req-f64782bc-7aed-4c20-8168-a3b5cefad825', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "1bb4031bbebf8c8ed5981e3d2492a32c81b9e9d807612162656069de", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07: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, "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": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:37,988 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.211s
2026-06-19 07:07:37,988 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:37 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-ddb87e8c-baf6-488f-a049-99b2a0713107', 'x-compute-request-id': 'req-ddb87e8c-baf6-488f-a049-99b2a0713107', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-19T07:07:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.19/compute/flavors/42"}]}, "hostId": "1bb4031bbebf8c8ed5981e3d2492a32c81b9e9d807612162656069de", "id": "cb13149a-236d-4816-91db-0b69b2273248", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248"}, {"rel": "bookmark", "href": "https://10.4.3.19/compute/servers/cb13149a-236d-4816-91db-0b69b2273248"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1074654421", "status": "BUILD", "tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "updated": "2026-06-19T07:07: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, "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": "30478fef-d32e-496c-9980-72ac685186b9"}]}}'
2026-06-19 07:07:39,225 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.232s
2026-06-19 07:07:39,225 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:39 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-ecff6158-ff74-4487-b5c0-358bbc6b0af0', 'x-compute-request-id': 'req-ecff6158-ff74-4487-b5c0-358bbc6b0af0', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-19 07:07:39,280 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 DELETE https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.055s
2026-06-19 07:07:39,281 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:39 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-f537449c-654e-4084-b7a7-cd1a94b8fd41', 'x-compute-request-id': 'req-f537449c-654e-4084-b7a7-cd1a94b8fd41', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-19 07:07:39,281 106147 ERROR [tempest.common.compute] Deleting server cb13149a-236d-4816-91db-0b69b2273248 failed
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-19 07:07:39.281 106147 ERROR tempest.common.compute
2026-06-19 07:07:39,338 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248 0.054s
2026-06-19 07:07:39,338 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:39 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-14fe8e0a-c4cc-4030-b838-a2627547f81d', 'x-compute-request-id': 'req-14fe8e0a-c4cc-4030-b838-a2627547f81d', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.19/compute/v2.1/servers/cb13149a-236d-4816-91db-0b69b2273248'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-19 07:07:39,339 106147 ERROR [tempest.common.compute] Server cb13149a-236d-4816-91db-0b69b2273248 failed to delete in time
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-19 07:07:39.339 106147 ERROR tempest.common.compute
2026-06-19 07:07:39,400 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 500 DELETE https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.058s
2026-06-19 07:07:39,401 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:39 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-69d3c6f5-6082-4328-98c4-d37d9b321c19', 'x-openstack-request-id': 'req-69d3c6f5-6082-4328-98c4-d37d9b321c19', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-19 07:07:39,401 106147 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 0x7c57430d6300>>, retrying...
2026-06-19 07:07:44,491 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.089s
2026-06-19 07:07:44,491 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:44 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-dfacbbbe-9bb4-4696-a0f2-3ae8c438ab55', 'x-openstack-request-id': 'req-dfacbbbe-9bb4-4696-a0f2-3ae8c438ab55', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
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-19 07:07:44,550 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.058s
2026-06-19 07:07:44,550 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-868b32e1-db6f-442a-a957-45c8cbbeaab0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-868b32e1-db6f-442a-a957-45c8cbbeaab0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:45,580 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:07:45,580 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdba843d-13c1-4f8b-acae-f9742287d263', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdba843d-13c1-4f8b-acae-f9742287d263', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:46,614 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:07:46,615 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1102c6f5-1d3b-40c2-b057-fb5290e72820', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1102c6f5-1d3b-40c2-b057-fb5290e72820', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:47,651 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.031s
2026-06-19 07:07:47,652 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-010a7fe2-e59b-4bb0-b526-c49f0d813b19', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-010a7fe2-e59b-4bb0-b526-c49f0d813b19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:48,684 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:07:48,684 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-208dbf3c-2433-4ced-9f6a-54db75fcf253', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-208dbf3c-2433-4ced-9f6a-54db75fcf253', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:49,724 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.034s
2026-06-19 07:07:49,724 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7b81935-cb9b-4732-8ff6-9ec9fde18346', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b81935-cb9b-4732-8ff6-9ec9fde18346', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:50,758 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:07:50,759 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8f1bda0-4742-4cd1-9678-e8bffe17b89a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8f1bda0-4742-4cd1-9678-e8bffe17b89a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:51,794 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:07:51,794 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f60db0-8b75-40ac-a75f-0ee085e9d17a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f60db0-8b75-40ac-a75f-0ee085e9d17a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:52,829 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:07:52,829 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f4b69d-6a1d-4e61-877b-bf5198813774', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f4b69d-6a1d-4e61-877b-bf5198813774', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:53,859 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:07:53,859 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bac3358-cfaf-407d-8499-5b92e7218a42', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bac3358-cfaf-407d-8499-5b92e7218a42', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:54,889 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:07:54,890 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99b503eb-7898-4f6d-9096-052ea77e3c6a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99b503eb-7898-4f6d-9096-052ea77e3c6a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:55,922 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:07:55,922 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f20537e9-afd9-44fa-b65f-f21e1eea6bbf', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f20537e9-afd9-44fa-b65f-f21e1eea6bbf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:56,955 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:07:56,955 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f804bca9-ff79-4a1f-b9c3-be72e498ccb2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f804bca9-ff79-4a1f-b9c3-be72e498ccb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:57,992 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.031s
2026-06-19 07:07:57,993 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-301d3b53-efbe-4f62-b036-eccb34d61dd8', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-301d3b53-efbe-4f62-b036-eccb34d61dd8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:07:59,025 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:07:59,025 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:07:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-281f3a0b-4301-4102-8c3a-dce88f314b98', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-281f3a0b-4301-4102-8c3a-dce88f314b98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:00,059 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:08:00,059 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8eff8f9-f2e7-4ed1-bd0f-41db2d9a364c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8eff8f9-f2e7-4ed1-bd0f-41db2d9a364c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:01,094 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:08:01,094 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc8b573-519d-4531-ba25-8e5175efaea0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc8b573-519d-4531-ba25-8e5175efaea0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:02,128 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:08:02,128 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-655ca336-a7ed-40f1-acd3-749cc119ba90', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-655ca336-a7ed-40f1-acd3-749cc119ba90', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:03,157 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:03,157 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb6b87e-f92b-478b-b165-c7cdfc82ca27', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb6b87e-f92b-478b-b165-c7cdfc82ca27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:04,189 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:04,189 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9d8444c-c38b-4631-86cd-884c9eb26d17', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9d8444c-c38b-4631-86cd-884c9eb26d17', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:05,219 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:05,219 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15dab0a2-6fe7-4162-b28f-390b4f5baff5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15dab0a2-6fe7-4162-b28f-390b4f5baff5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:06,247 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:06,248 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4084fa90-c7e1-456c-94a5-0c709256acd2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4084fa90-c7e1-456c-94a5-0c709256acd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:07,278 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:07,278 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e1ee408-29e7-4e00-afa2-87d538a04d9d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e1ee408-29e7-4e00-afa2-87d538a04d9d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:08,308 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:08,308 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83de329b-a732-44b4-a03b-0b908f11acb7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83de329b-a732-44b4-a03b-0b908f11acb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:09,380 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.067s
2026-06-19 07:08:09,380 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8493c27-0174-4f28-a504-86b48a114f80', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8493c27-0174-4f28-a504-86b48a114f80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:10,414 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:08:10,414 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea3bc783-2a70-4327-9aa3-601cd4dbd42e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea3bc783-2a70-4327-9aa3-601cd4dbd42e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:11,450 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.031s
2026-06-19 07:08:11,450 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7151ad68-c753-44c4-8bf5-2fb833a96735', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7151ad68-c753-44c4-8bf5-2fb833a96735', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:12,482 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:12,482 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50439539-d108-4862-8e50-56d2e02e9b0b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50439539-d108-4862-8e50-56d2e02e9b0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:13,512 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:13,512 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe54ee9d-f8f7-40e1-aca4-75a313d8f3c5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe54ee9d-f8f7-40e1-aca4-75a313d8f3c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:14,550 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.033s
2026-06-19 07:08:14,550 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08f4cad9-4473-48c5-8ce7-6b22116e4b41', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08f4cad9-4473-48c5-8ce7-6b22116e4b41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:15,582 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:15,582 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86cc78dc-117c-4482-b11c-db35c9ada791', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86cc78dc-117c-4482-b11c-db35c9ada791', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:16,614 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:16,614 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186ee930-fd28-45a4-8ab2-83057e4e27fc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186ee930-fd28-45a4-8ab2-83057e4e27fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:17,645 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:17,646 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f6059d9-5d97-4f8a-b118-7693af0e0037', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f6059d9-5d97-4f8a-b118-7693af0e0037', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:18,685 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.030s
2026-06-19 07:08:18,685 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534f116e-63fb-4a7d-be28-90178d8dc365', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534f116e-63fb-4a7d-be28-90178d8dc365', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:19,715 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:19,715 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-913fdf81-0951-40f7-a1a7-71926f877035', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913fdf81-0951-40f7-a1a7-71926f877035', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:20,749 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:08:20,749 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a50d67a-ab0b-43ab-9554-9e64c1ae6e9d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a50d67a-ab0b-43ab-9554-9e64c1ae6e9d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:21,785 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:08:21,785 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7591595b-bb5a-4db6-a130-7a60ea799a50', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7591595b-bb5a-4db6-a130-7a60ea799a50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:22,816 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:22,817 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8e277a3-2f39-43d5-826c-9ff36653a108', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8e277a3-2f39-43d5-826c-9ff36653a108', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:23,848 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:23,848 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-659467d1-37cf-4b88-99a4-1f2ec38b205a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-659467d1-37cf-4b88-99a4-1f2ec38b205a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:24,880 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:24,880 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33fd2b32-ec69-4aa2-b558-6dc682519dc9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33fd2b32-ec69-4aa2-b558-6dc682519dc9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:25,928 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.032s
2026-06-19 07:08:25,928 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccd03a8b-ec85-4497-97ac-875d12754576', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccd03a8b-ec85-4497-97ac-875d12754576', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:26,959 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.023s
2026-06-19 07:08:26,959 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-570c8873-1033-48e7-a6bd-8fcc5de02ae4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-570c8873-1033-48e7-a6bd-8fcc5de02ae4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:27,992 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:08:27,992 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b75755a-e31d-4941-9720-e706a0c7ec3e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b75755a-e31d-4941-9720-e706a0c7ec3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:29,024 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:29,025 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c5e164a-b827-454f-bb71-e6d6f4748bc8', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c5e164a-b827-454f-bb71-e6d6f4748bc8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:30,061 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.030s
2026-06-19 07:08:30,061 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b41f65-fb17-4640-a2b0-8d5930590bff', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b41f65-fb17-4640-a2b0-8d5930590bff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:31,094 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:31,094 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7038f793-d123-45be-a0be-929aa3c5f4c6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7038f793-d123-45be-a0be-929aa3c5f4c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:32,128 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:08:32,128 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c52d197c-758f-4edc-bf30-e81b4167397e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c52d197c-758f-4edc-bf30-e81b4167397e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:33,160 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:33,160 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24d514fb-2af3-4fbc-a49d-09700a95f055', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24d514fb-2af3-4fbc-a49d-09700a95f055', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:34,194 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:08:34,194 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39325234-0c4f-4cb0-820d-83892054a79a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39325234-0c4f-4cb0-820d-83892054a79a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:35,228 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:08:35,228 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4925508-f345-4175-bace-acbec3488a6b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4925508-f345-4175-bace-acbec3488a6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:36,259 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:36,259 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-016d99ed-00e6-4484-9257-8a38ac5024a1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-016d99ed-00e6-4484-9257-8a38ac5024a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:37,291 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:08:37,291 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94116846-1e57-46df-a4ea-497af094d87a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94116846-1e57-46df-a4ea-497af094d87a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:38,325 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:38,325 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dacb47d-04c5-4cf7-833f-786a48ee0cde', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dacb47d-04c5-4cf7-833f-786a48ee0cde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:39,355 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:39,356 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac2ace77-fc66-475c-87ea-d099110aedad', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac2ace77-fc66-475c-87ea-d099110aedad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:40,387 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:40,388 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ff9edae-0d9e-463f-b6c8-5631cfb49111', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ff9edae-0d9e-463f-b6c8-5631cfb49111', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:41,420 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:41,420 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da054a74-f41b-4280-8e1f-9564c1715cfa', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da054a74-f41b-4280-8e1f-9564c1715cfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:42,452 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:42,453 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cde721f-b852-4ba2-823f-8d6fbfb9ab1e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cde721f-b852-4ba2-823f-8d6fbfb9ab1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:43,485 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:08:43,485 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a9093b0-a104-4a4f-9147-c73b90b420bc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a9093b0-a104-4a4f-9147-c73b90b420bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:44,518 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:08:44,519 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30937978-6b5c-4bbd-b461-705e34c292ea', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30937978-6b5c-4bbd-b461-705e34c292ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:45,549 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:45,549 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f73c7477-642e-4d94-8d89-2692cdc6bcc9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f73c7477-642e-4d94-8d89-2692cdc6bcc9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:46,580 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:46,580 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79790947-8474-4de9-a288-b64dff122065', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79790947-8474-4de9-a288-b64dff122065', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:47,611 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:47,611 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfda36cc-a190-4f2e-84c1-399c5703dc40', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfda36cc-a190-4f2e-84c1-399c5703dc40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:48,641 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:48,641 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1024016-4e38-4097-9ed5-990b2678d7c1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1024016-4e38-4097-9ed5-990b2678d7c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:49,671 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:49,671 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26fb142-d057-4ce2-89f3-081a79c339ee', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26fb142-d057-4ce2-89f3-081a79c339ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:50,705 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:08:50,705 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca8c461-89b4-4575-8f99-af3eb7d98ae6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca8c461-89b4-4575-8f99-af3eb7d98ae6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:51,734 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:51,734 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-447ca801-6b57-4dbd-912a-479a8af54df6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-447ca801-6b57-4dbd-912a-479a8af54df6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:52,765 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:52,765 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-740b3bdb-ddeb-42cf-a937-4567f0d79e59', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-740b3bdb-ddeb-42cf-a937-4567f0d79e59', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:53,797 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:08:53,797 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47df71ca-7aa0-49b9-b300-0e4d03fe57cd', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47df71ca-7aa0-49b9-b300-0e4d03fe57cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:54,827 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:54,827 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f99b324d-fbbc-4140-83c2-3cda3e1f9578', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f99b324d-fbbc-4140-83c2-3cda3e1f9578', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:55,857 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:55,858 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d77cdc-8b2d-40a5-a7cb-b94bdab1c73f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d77cdc-8b2d-40a5-a7cb-b94bdab1c73f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:56,890 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:08:56,890 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e620a679-912d-4a17-b806-040e8fb506d6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e620a679-912d-4a17-b806-040e8fb506d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:57,920 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:57,921 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a9fce8-41ab-4a58-bc60-a1a770d56616', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a9fce8-41ab-4a58-bc60-a1a770d56616', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:58,953 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:08:58,953 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09081725-0a7b-4cd9-991d-c3b797673e05', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09081725-0a7b-4cd9-991d-c3b797673e05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:08:59,984 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:08:59,984 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:08:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b641c24-3f1a-4309-86b4-3c4d440e3e25', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b641c24-3f1a-4309-86b4-3c4d440e3e25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:01,017 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:01,017 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e9286b-01c3-4de8-8cef-ab426ddbe923', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e9286b-01c3-4de8-8cef-ab426ddbe923', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:02,048 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:02,048 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebdbb329-7c91-4a33-ae4d-d0926d2d8bbe', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebdbb329-7c91-4a33-ae4d-d0926d2d8bbe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:03,077 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:09:03,077 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6883bb1d-146a-44ed-8601-b7e5eb020d8e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6883bb1d-146a-44ed-8601-b7e5eb020d8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:04,112 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:09:04,112 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a083a0eb-0f07-4c48-8f08-99f1255a1bc9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a083a0eb-0f07-4c48-8f08-99f1255a1bc9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:05,146 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:09:05,146 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69097cab-df70-4dca-a4bf-2191cb54b0cc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69097cab-df70-4dca-a4bf-2191cb54b0cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:06,178 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:06,178 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb1d445-7a66-402d-a69b-62aa9026774a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb1d445-7a66-402d-a69b-62aa9026774a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:07,212 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:09:07,213 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-442618c8-b2e1-43a1-85fb-5977444cec8b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-442618c8-b2e1-43a1-85fb-5977444cec8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:08,244 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:08,244 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c682c52-109a-4627-8bca-a2a58d3607ba', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c682c52-109a-4627-8bca-a2a58d3607ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:09,276 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:09,276 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dec42ef-1da6-48d6-92a5-209ed8d3053c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dec42ef-1da6-48d6-92a5-209ed8d3053c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:10,305 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:09:10,306 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625a09cd-b0b0-4946-abf5-1acb90e9e662', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625a09cd-b0b0-4946-abf5-1acb90e9e662', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:11,334 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:09:11,335 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2e37174-9fc8-411e-8b53-d4acce8a71f7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2e37174-9fc8-411e-8b53-d4acce8a71f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:12,367 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:09:12,367 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ca90cac-e00d-4d96-929d-ddf339062635', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ca90cac-e00d-4d96-929d-ddf339062635', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:13,397 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:13,397 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c0ddb46-9a81-4d5c-b5ff-993d259f62ab', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c0ddb46-9a81-4d5c-b5ff-993d259f62ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:14,429 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:14,429 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6167df94-d9cf-49c5-93d6-262ced02b792', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6167df94-d9cf-49c5-93d6-262ced02b792', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:15,459 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:15,459 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d7c0c0d-3a5d-4dea-ab81-893702697e62', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d7c0c0d-3a5d-4dea-ab81-893702697e62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:16,490 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:16,490 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f87b4439-26cd-4a27-ac73-eb3ec7c26f6c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f87b4439-26cd-4a27-ac73-eb3ec7c26f6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:17,521 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:17,521 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ac30ba-bace-4ae8-8f90-d9f1a6445c01', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ac30ba-bace-4ae8-8f90-d9f1a6445c01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:18,561 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.034s
2026-06-19 07:09:18,561 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b3b969-078a-48b8-957b-b0adbe7d914c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b3b969-078a-48b8-957b-b0adbe7d914c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:19,597 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:09:19,597 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba3a4b8b-7f16-4a32-8253-d16291fcb815', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba3a4b8b-7f16-4a32-8253-d16291fcb815', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:20,626 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:09:20,627 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e66fbd10-3d74-4777-be1f-20ce6d9b0841', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e66fbd10-3d74-4777-be1f-20ce6d9b0841', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:21,658 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:21,658 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64ddc3ed-7912-45d2-837f-7d6fd9b88b15', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64ddc3ed-7912-45d2-837f-7d6fd9b88b15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:22,699 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.035s
2026-06-19 07:09:22,699 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-135fe20b-e9f8-4cfd-897c-94cb2e1d747e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-135fe20b-e9f8-4cfd-897c-94cb2e1d747e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:23,733 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:09:23,733 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ca24b72-c2ea-4264-949c-5928802f4088', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ca24b72-c2ea-4264-949c-5928802f4088', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:24,765 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:09:24,765 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83254866-28cc-48d8-9a1a-200fffe531f2', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83254866-28cc-48d8-9a1a-200fffe531f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:25,801 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:09:25,801 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1deacd8d-3b37-43b4-b8c9-5a01814ebe06', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1deacd8d-3b37-43b4-b8c9-5a01814ebe06', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:26,832 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:09:26,833 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f2edb85-149c-4f27-b068-68aefdbf3f45', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f2edb85-149c-4f27-b068-68aefdbf3f45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:27,868 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:09:27,868 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f47ff3-b8af-4970-aa7f-4a4d9ff87baf', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f47ff3-b8af-4970-aa7f-4a4d9ff87baf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:28,907 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.033s
2026-06-19 07:09:28,908 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ae3b702-9c53-4d7f-8608-59633726b2e0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ae3b702-9c53-4d7f-8608-59633726b2e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:29,941 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:09:29,941 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-529ecd7f-07d6-4234-a3b4-548ad5d5bd32', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-529ecd7f-07d6-4234-a3b4-548ad5d5bd32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:30,973 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:09:30,973 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f15aa159-6906-400a-b3ca-e4bb4f8491b6', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f15aa159-6906-400a-b3ca-e4bb4f8491b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:32,003 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:32,003 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43504dc4-0acb-4033-93c9-103fa483992a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43504dc4-0acb-4033-93c9-103fa483992a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:33,036 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:33,036 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d53bdde5-acf7-406b-a2a8-86434d1be8c3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d53bdde5-acf7-406b-a2a8-86434d1be8c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:34,066 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:34,067 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee4c0fb4-564a-4cda-b754-17b50a43d38c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee4c0fb4-564a-4cda-b754-17b50a43d38c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:35,098 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:35,098 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ad17667-9a8c-4dca-a8a0-17ced84c38b7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ad17667-9a8c-4dca-a8a0-17ced84c38b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:36,131 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:09:36,131 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56ab3b71-14dc-4da0-9b21-d56e81483633', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56ab3b71-14dc-4da0-9b21-d56e81483633', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:37,161 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:37,162 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-541e2896-6616-4c62-a5a4-7087e794a6b1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-541e2896-6616-4c62-a5a4-7087e794a6b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:38,192 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:38,192 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d82ffc-7532-4ead-b7a6-30629942ea21', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d82ffc-7532-4ead-b7a6-30629942ea21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:39,228 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.030s
2026-06-19 07:09:39,228 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39388bba-87ec-4189-94d8-48868a30a95c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39388bba-87ec-4189-94d8-48868a30a95c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:40,261 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:40,262 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-415fd63f-5b8a-4f84-b341-977d64e02617', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-415fd63f-5b8a-4f84-b341-977d64e02617', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:41,295 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:09:41,295 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b894df8-6e6e-4d0e-93ec-c6370167cb68', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b894df8-6e6e-4d0e-93ec-c6370167cb68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:42,326 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:42,327 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a468d1f5-63c5-4df0-ae9c-446c6aea5ce4', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a468d1f5-63c5-4df0-ae9c-446c6aea5ce4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:43,357 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:43,358 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa82ccc3-602c-43f3-9e08-f9b37a4c6c5c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa82ccc3-602c-43f3-9e08-f9b37a4c6c5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:44,389 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:44,389 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f363e2-6869-4782-8cb3-cc63a05e554d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f363e2-6869-4782-8cb3-cc63a05e554d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:45,418 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:45,419 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8dfe40-74b0-4e22-9b83-729fb2e8889e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c8dfe40-74b0-4e22-9b83-729fb2e8889e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:46,449 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:46,449 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bbfaa26-6e13-480e-972e-c470261aa48f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bbfaa26-6e13-480e-972e-c470261aa48f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:47,480 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:47,480 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d00397-f8d7-4390-89bd-c5d0635dac54', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d00397-f8d7-4390-89bd-c5d0635dac54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:48,518 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.032s
2026-06-19 07:09:48,518 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6491bac-fb3c-4cdb-b96f-601bb7570155', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6491bac-fb3c-4cdb-b96f-601bb7570155', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:49,548 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:49,549 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fef8acd-08e8-4a9b-87c4-1af6b889f9f0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fef8acd-08e8-4a9b-87c4-1af6b889f9f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:50,578 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:09:50,578 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae7f97d-ebe5-4204-9fc1-d4fee854035f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae7f97d-ebe5-4204-9fc1-d4fee854035f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:51,610 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:09:51,610 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35209dc4-e3ae-4d91-9ccf-81405f411ab7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35209dc4-e3ae-4d91-9ccf-81405f411ab7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:52,644 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:09:52,645 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38aeccbb-1565-4714-b496-b515410ebf81', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38aeccbb-1565-4714-b496-b515410ebf81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:53,675 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:53,675 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a15b8f7-a032-473b-ba85-857413faf220', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a15b8f7-a032-473b-ba85-857413faf220', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:54,705 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:54,705 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64dad471-f152-46fa-bb13-e2365dbef899', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64dad471-f152-46fa-bb13-e2365dbef899', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:55,736 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:55,736 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7db11d5-2c77-408b-8f5e-951c8592e12c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7db11d5-2c77-408b-8f5e-951c8592e12c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:56,769 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:09:56,769 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebb1c479-7f8a-43ed-83b5-46edda8fe134', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebb1c479-7f8a-43ed-83b5-46edda8fe134', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:57,805 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.030s
2026-06-19 07:09:57,805 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3f16d4c-846a-49d8-be47-ee82274f8bbb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3f16d4c-846a-49d8-be47-ee82274f8bbb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:58,835 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:09:58,835 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2459a1c4-173f-4925-a3d6-61b5c3cc269e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2459a1c4-173f-4925-a3d6-61b5c3cc269e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:09:59,871 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:09:59,871 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:09:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-475239e8-eef7-4102-b96b-8b91994120f5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-475239e8-eef7-4102-b96b-8b91994120f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:00,901 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:00,902 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3156a1bb-0710-4663-9312-2e132a73cdcc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3156a1bb-0710-4663-9312-2e132a73cdcc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:01,931 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:01,931 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2700315-dbdf-447d-b5ba-2da8f66324b9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2700315-dbdf-447d-b5ba-2da8f66324b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:02,961 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:02,961 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c7f75fd-6bc6-4896-a90f-f360a0d774ee', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c7f75fd-6bc6-4896-a90f-f360a0d774ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:03,995 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:10:03,995 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd43718b-0bdc-4dd4-8d9b-bbf9651d0cdb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd43718b-0bdc-4dd4-8d9b-bbf9651d0cdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:05,026 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:05,026 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb428376-fb6c-4a8d-93c9-78acb1bfccfc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb428376-fb6c-4a8d-93c9-78acb1bfccfc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:06,058 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:10:06,058 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac61461-64b5-4534-aa6c-372536970761', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac61461-64b5-4534-aa6c-372536970761', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:07,090 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:07,090 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3439ccb6-fdb5-49c6-8fe8-d6aa8e8215d3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3439ccb6-fdb5-49c6-8fe8-d6aa8e8215d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:08,122 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:08,122 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1feddef6-7475-4b66-8eac-a281ac45ea18', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1feddef6-7475-4b66-8eac-a281ac45ea18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:09,156 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:09,156 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d15368f-38fc-44c2-a3c5-db648fbf7ab3', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d15368f-38fc-44c2-a3c5-db648fbf7ab3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:10,188 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:10,189 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f2c1391-50d5-47a3-b79e-683bc9616fdb', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f2c1391-50d5-47a3-b79e-683bc9616fdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:11,219 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:11,219 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1f39dd-5b9d-41cb-96da-f7ea3b9419ca', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1f39dd-5b9d-41cb-96da-f7ea3b9419ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:12,252 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:10:12,252 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f12b35-4083-4f19-a629-d322c74919ff', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f12b35-4083-4f19-a629-d322c74919ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:13,286 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:10:13,286 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d462f262-cafa-4d35-87f0-905c181d1266', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d462f262-cafa-4d35-87f0-905c181d1266', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:14,315 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:14,316 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ef102c-4327-4f89-b5ca-8fe37f7e5a74', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ef102c-4327-4f89-b5ca-8fe37f7e5a74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:15,345 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:15,345 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5866878-f4e6-4257-b092-157a5a413c39', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5866878-f4e6-4257-b092-157a5a413c39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:16,376 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:16,377 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6fab38-4e6f-4a55-964e-6e969e6e145b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6fab38-4e6f-4a55-964e-6e969e6e145b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:17,408 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:17,408 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3d1d225-0d09-4f8d-a79d-2eb2f2bc6e5f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3d1d225-0d09-4f8d-a79d-2eb2f2bc6e5f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:18,437 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:18,437 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1ab270-5a80-43de-990e-0e23da94d303', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1ab270-5a80-43de-990e-0e23da94d303', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:19,469 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:19,470 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff06b31a-20d2-48cf-9873-c444f5e01e7f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff06b31a-20d2-48cf-9873-c444f5e01e7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:20,499 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:20,499 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da37b880-37ad-4d86-b02a-cd367b6ca98c', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da37b880-37ad-4d86-b02a-cd367b6ca98c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:21,530 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:21,530 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b54e6878-9319-4aaa-841e-653dd026d7a0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b54e6878-9319-4aaa-841e-653dd026d7a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:22,562 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:10:22,562 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b7be05d-1205-4005-8475-f8adde32ed56', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b7be05d-1205-4005-8475-f8adde32ed56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:23,592 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:23,592 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e150b75a-8724-45aa-93c3-4ff0cb2f52ce', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e150b75a-8724-45aa-93c3-4ff0cb2f52ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:24,624 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:10:24,625 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bd6c129-3be4-4e04-890d-c981233b527a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bd6c129-3be4-4e04-890d-c981233b527a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:25,659 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:10:25,659 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-761c48ec-84bc-459f-b283-c9d6f6065bad', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-761c48ec-84bc-459f-b283-c9d6f6065bad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:26,688 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:26,688 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f9c80a-9299-422f-a2c8-06586cd8a970', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f9c80a-9299-422f-a2c8-06586cd8a970', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:27,719 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:27,719 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf687391-7172-4e7c-9154-454b35469859', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf687391-7172-4e7c-9154-454b35469859', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:28,750 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:28,750 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6feef081-ace7-4a71-b16a-a5782430e3b1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6feef081-ace7-4a71-b16a-a5782430e3b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:29,780 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:29,780 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53a1301e-7c04-4034-b9dd-4691f1ac429f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53a1301e-7c04-4034-b9dd-4691f1ac429f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:30,812 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:30,812 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58de53af-39d7-4e7c-9415-5bcbb2656a50', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58de53af-39d7-4e7c-9415-5bcbb2656a50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:31,846 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:10:31,846 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddc2e1d5-7b5e-4fdd-829c-5ba1643c7582', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddc2e1d5-7b5e-4fdd-829c-5ba1643c7582', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:32,877 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:32,878 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df2a8c4f-9834-4c03-8745-9f2d27161e15', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df2a8c4f-9834-4c03-8745-9f2d27161e15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:33,912 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:10:33,912 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d37934d-5eb7-4fdb-9b6d-bbb13cf08455', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d37934d-5eb7-4fdb-9b6d-bbb13cf08455', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:34,942 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:34,943 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7fda545-6b3b-48b1-9048-9a373273031f', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7fda545-6b3b-48b1-9048-9a373273031f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:35,973 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:35,973 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74919421-df11-418e-a0ba-1e60fa5241e5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74919421-df11-418e-a0ba-1e60fa5241e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:37,003 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:37,003 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80d58387-f428-4ed8-9bf7-26a7b995b72e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80d58387-f428-4ed8-9bf7-26a7b995b72e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:38,034 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:38,034 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0985ca8f-e490-41eb-aade-38daf44e9a34', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0985ca8f-e490-41eb-aade-38daf44e9a34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:39,066 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:10:39,067 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992497df-b18a-4d24-8421-7f1d9fdc330a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992497df-b18a-4d24-8421-7f1d9fdc330a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:40,098 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:40,098 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b8311f-3c08-461c-804f-8d75015ccaa0', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b8311f-3c08-461c-804f-8d75015ccaa0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:41,128 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:41,128 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-916cce78-cf72-46a1-9149-d24ae186dd8e', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-916cce78-cf72-46a1-9149-d24ae186dd8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:42,160 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:10:42,160 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-897b9a22-a35d-48ec-bbcf-609e31561659', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-897b9a22-a35d-48ec-bbcf-609e31561659', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:43,189 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.023s
2026-06-19 07:10:43,189 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f45eb6-6f9f-402c-9fa0-2a4ff0bbb452', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f45eb6-6f9f-402c-9fa0-2a4ff0bbb452', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:44,218 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:44,219 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f4d6f38-03d9-48c0-bece-3777a4bb8d77', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f4d6f38-03d9-48c0-bece-3777a4bb8d77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:45,247 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.023s
2026-06-19 07:10:45,247 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24c246b6-bcdf-436e-82a6-4f04b6a8a0cc', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24c246b6-bcdf-436e-82a6-4f04b6a8a0cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:46,278 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:46,278 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82f86daf-1807-4b13-9d8e-9b6edbf2852a', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82f86daf-1807-4b13-9d8e-9b6edbf2852a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:47,309 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:47,309 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc82fbf6-c0a6-42cd-82cd-d4833500e6a7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc82fbf6-c0a6-42cd-82cd-d4833500e6a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:48,342 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:10:48,342 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af625c50-75fe-485e-93f6-13dc2aa59c67', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af625c50-75fe-485e-93f6-13dc2aa59c67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:49,375 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.028s
2026-06-19 07:10:49,375 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e403615-da01-49fb-9fa7-4321cca3568b', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e403615-da01-49fb-9fa7-4321cca3568b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:50,408 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:50,408 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9a62e41-10ad-41a1-b96b-03630af841a1', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9a62e41-10ad-41a1-b96b-03630af841a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:51,440 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.023s
2026-06-19 07:10:51,440 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-beddd79c-cb58-4270-b5de-548fb2603d34', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-beddd79c-cb58-4270-b5de-548fb2603d34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:52,472 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:52,472 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96143e81-2f4f-4eed-a56d-da4a13fec302', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96143e81-2f4f-4eed-a56d-da4a13fec302', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:53,503 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:53,503 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cd0229c-17eb-4c31-b0ef-263f1ce8a5f9', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cd0229c-17eb-4c31-b0ef-263f1ce8a5f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:54,534 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.026s
2026-06-19 07:10:54,535 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1bb199c-218d-4b94-befc-9b2312fc8091', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1bb199c-218d-4b94-befc-9b2312fc8091', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:55,563 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.023s
2026-06-19 07:10:55,563 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-631505e6-3dda-47e9-9c94-0fa530458cde', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-631505e6-3dda-47e9-9c94-0fa530458cde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:56,593 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:10:56,593 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b1b141-5ada-4a38-9237-5a0781dfccf5', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b1b141-5ada-4a38-9237-5a0781dfccf5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:57,625 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.024s
2026-06-19 07:10:57,625 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1414aa10-f230-4fa7-b125-30bd9fb9c43d', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1414aa10-f230-4fa7-b125-30bd9fb9c43d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:58,659 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.029s
2026-06-19 07:10:58,659 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-592d1a03-6a71-4a3d-82ac-d28b32afade7', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-592d1a03-6a71-4a3d-82ac-d28b32afade7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:10:59,691 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.027s
2026-06-19 07:10:59,692 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:10:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c2ef71-a3d7-4871-b896-65a67fc934bf', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c2ef71-a3d7-4871-b896-65a67fc934bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:11:00,725 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:11:00,726 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:11:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b69fd7a-9345-482c-af65-f273bd069851', 'content-length': '1163', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b69fd7a-9345-482c-af65-f273bd069851', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
Body: b'{"volume": {"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1"}}'
2026-06-19 07:11:00,759 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.19/volume/v3/volumes/detail?all_tenants=1 0.028s
2026-06-19 07:11:00,759 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:11:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e3ace66-a765-49d3-af30-20a0e2e17556', 'content-length': '6587', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e3ace66-a765-49d3-af30-20a0e2e17556', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.19/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:07:26.000000", "updated_at": "2026-06-19T07:07:35.000000", "name": "tempest-TestVolumeBootPattern-volume-1724902542", "description": null, "volume_type": "tempest-scenario-type-luks2-1482853295", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/30478fef-d32e-496c-9980-72ac685186b9"}], "user_id": "7f1affc63ce942f0b32ac0273ecb736e", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "30478fef-d32e-496c-9980-72ac685186b9", "attachment_id": "f8b33dd9-e104-433c-af0e-c9483fb9e139", "volume_id": "30478fef-d32e-496c-9980-72ac685186b9", "server_id": "cb13149a-236d-4816-91db-0b69b2273248", "host_name": "np0000003251", "device": "/dev/vda", "attached_at": "2026-06-19T07:07:34.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "d875b4d171b54e8ebb041d38fc6502a1", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003251@storpool#default"}, {"id": "cd606d68-bbac-40ec-9b6c-4085e61b513a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:01:58.000000", "updated_at": "2026-06-19T07:02:03.000000", "name": "image-f8721272-c44f-492f-a55f-3965d4fa6e05", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "bcc8bd06-fd60-4465-aaca-cb4693698f9c", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/cd606d68-bbac-40ec-9b6c-4085e61b513a"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/cd606d68-bbac-40ec-9b6c-4085e61b513a"}], "user_id": "8e2467903b444bef8ddd98acaf9076b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b7942377e9634d08be2f6137d406ff55", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003251@storpool#template_virtual"}, {"id": "b52e6b1d-58e1-48ca-a71f-a456a200ffb9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:01:46.000000", "updated_at": "2026-06-19T07:01:52.000000", "name": "image-733f1591-a83c-4e96-8438-f8663d52ab83", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "7199337d-50c1-476e-b520-21badb4c1b43", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/b52e6b1d-58e1-48ca-a71f-a456a200ffb9"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/b52e6b1d-58e1-48ca-a71f-a456a200ffb9"}], "user_id": "8e2467903b444bef8ddd98acaf9076b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b7942377e9634d08be2f6137d406ff55", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003251@storpool#template_virtual"}, {"id": "6cfaaf28-49fc-46ce-8ea8-92a84646ed6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-19T07:01:36.000000", "updated_at": "2026-06-19T07:01:42.000000", "name": "image-e1b9244d-909b-47f0-8aac-1a8fe66771dc", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "e147b0c2-b70a-4fed-8e69-962f47c81508", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.19/volume/v3/volumes/6cfaaf28-49fc-46ce-8ea8-92a84646ed6d"}, {"rel": "bookmark", "href": "https://10.4.3.19/volume/volumes/6cfaaf28-49fc-46ce-8ea8-92a84646ed6d"}], "user_id": "8e2467903b4
2026-06-19 07:11:00,791 106147 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9 0.025s
2026-06-19 07:11:00,791 106147 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Fri, 19 Jun 2026 07:11:00 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-12184445-7379-440c-8183-7367047fe00d', 'x-openstack-request-id': 'req-12184445-7379-440c-8183-7367047fe00d', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.19/volume/v3/volumes/30478fef-d32e-496c-9980-72ac685186b9'}
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 30478fef-d32e-496c-9980-72ac685186b9 within the required time (196 s). Timer started at 1781852864. Timer ended at 1781853060. 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
pt3.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
pt3.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
pt3.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
pt3.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
pt3.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
pt4.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
pt4.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
pt4.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
pt5.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
pt6.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
pt7.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
pt8.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
pt9.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
pt10.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
pt10.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
pt10.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
pt10.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
pt11.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
pt11.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
pt11.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
pt11.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
pt12.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
pt12.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
pt12.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
pt13.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
pt13.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
pt14.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
pt14.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
pt15.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
pt16.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
pt17.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
pt17.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
pt18.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
pt19.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 | |
VolumeTypesMemberTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt20.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt21.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
pt22.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
pt23.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
pt24.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
pt25.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt25.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt25.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt26.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
pt27.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
pt28.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
pt29.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
pt30.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
pt31.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
pt32.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt33.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt33.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt34.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
pt35.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
pt36.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
pt37.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
pt38.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
pt38.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
pt39.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
pt40.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
pt41.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
pt42.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
pt43.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
pt43.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
pt44.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
pt45.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
pt46.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
pt46.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
pt47.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
pt48.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
pt48.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
pt49.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
pt49.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
pt50.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
pt50.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
pt51.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
pt51.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
pt52.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
pt52.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
pt52.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
pt53.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
pt54.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt56.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
pt57.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
pt58.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
pt58.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.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt59.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt59.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt59.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt60.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
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt64.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt72.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
pt73.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
pt73.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
pt73.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt76.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
pt76.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
pt76.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
pt77.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
pt77.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
pt78.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
pt78.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
pt79.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
pt79.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
pt79.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
pt79.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
pt79.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
pt80.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt83.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
pt84.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
pt84.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
pt85.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
pt86.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
pt87.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
pt88.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
pt89.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
pt89.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
pt90.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
pt90.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
pt91.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
pt92.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.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
pt97.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt98.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
pt98.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] |
pass
pt98.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6]
|
||||||
test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e] |
pass
pt98.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| 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 | 295 | 3 | 0 | 24 | ||