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 1b0f9019-1fbb-4897-84e9-f75b91b0d45e: 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-17 15:44:26,955 106100 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-7280331 on backend None
2026-06-17 15:44:26,978 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.57/volume/v3/types 0.022s
2026-06-17 15:44:26,979 106100 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-7280331", "extra_specs": {}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a58b8938-995c-4a84-897a-2ad9c8327ea0', 'content-length': '211', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a58b8938-995c-4a84-897a-2ad9c8327ea0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/types'}
Body: b'{"volume_type": {"id": "ea016303-5260-4806-91fa-5811f800447e", "name": "tempest-scenario-type-luksv2-7280331", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-17 15:44:26,980 106100 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: ea016303-5260-4806-91fa-5811f800447e
2026-06-17 15:44:27,031 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.57/volume/v3/types/ea016303-5260-4806-91fa-5811f800447e/encryption 0.051s
2026-06-17 15:44:27,031 106100 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': 'Wed, 17 Jun 2026 15:44:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a8a6d52-6484-4e43-9d88-8e31865d52a6', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a8a6d52-6484-4e43-9d88-8e31865d52a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/types/ea016303-5260-4806-91fa-5811f800447e/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "ea016303-5260-4806-91fa-5811f800447e", "encryption_id": "615c1d96-a28e-48b0-ac7b-a322588384a4"}}'
2026-06-17 15:44:27,258 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.57/volume/v3/volumes 0.225s
2026-06-17 15:44:27,258 106100 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-733525122", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-882f0671-2cb2-4447-969d-352d38172053', 'content-length': '781', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-882f0671-2cb2-4447-969d-352d38172053', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.57/volume/v3/volumes'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.167954", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 15:44:27,393 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.57/identity/v3/auth/tokens 0.127s
2026-06-17 15:44:27,393 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:27 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-697082a1-3323-42eb-b70f-5177b9fc7513', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.57/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "24fa773faef2480592c2cb15d7eb3581", "name": "tempest-TestEncryptedCinderVolumes-1153667633-project-member", "password_expires_at": null}, "audit_ids": ["Kf56gcfDS7qxsBLpfxom_Q"], "expires_at": "2026-06-17T16:44:27.000000Z", "issued_at": "2026-06-17T15:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "706106b17a5d46be95ef6e1007d5cc82", "name": "tempest-TestEncryptedCinderVolumes-1153667633"}, "is_domain": false, "roles": [{"id": "788e823671cd4f20bfbc25e4e4188dec", "name": "reader"}, {"id": "00e37093f442450992c1d1a698487502", "name": "member"}], "catalog": [{"endpoints": [{"id": "f5479ecb17ab4ed196732a5b3617892a", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.57:8080", "region": "RegionOne"}, {"id": "f7460366ed244f89bc745fc81ac94b4b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57:8080/v1/AUTH_706106b17a5d46be95ef6e1007d5cc82", "region": "RegionOne"}], "id": "0482bfc3116c4da6be874484d27b024e", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "de3994c6e3af401090daf91c78fc6a17", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/compute/v2.1", "region": "RegionOne"}], "id": "2ff2c64f398646eeacd5f21cd37f7087", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "49a50483a85941cc948a89c012db6d40", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/networking", "region": "RegionOne"}], "id": "614d0ab9b2eb495c8bfdbcba0703f335", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "d04f40ab0b5b4eba8a29d5b471b70b1f", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/volume/v3", "region": "RegionOne"}], "id": "61c8d90b4642422fa41e9fff2a5f356d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c4775c3d4df343d2b1d9f76bf294ab1c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/image", "region": "RegionOne"}], "id": "6c5265d4a6044f4e8f6f34e34ea30092", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9bace33293384865a1c0c6af4ce4bbb0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/placement", "region": "RegionOne"}], "id": "71cd4ce4a1994c83a6531c958578758d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "05c8a47aae6d45b9900c39d8ef07c513", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/compute/v2/706106b17a5d46be95ef6e1007d5cc82", "region": "RegionOne"}], "id": "8c2e4cb12cb841839e3eb7736ed4e295", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c026f8702f5a443e973c81c1d42ae2a0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/identity", "region": "RegionOne"}], "id": "da4083922db54d758d6518f2462c5a66", "type": "identity", "name": "keystone"}]}}'
2026-06-17 15:44:27,393 106100 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '539061b1-73ab-411e-9b01-5946c5edd409', 'name': 'tempest-TestEncryptedCinderVolumes-2078681561-network', 'tenant_id': '706106b17a5d46be95ef6e1007d5cc82', 'project_id': '706106b17a5d46be95ef6e1007d5cc82', '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': 27529, '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-17T15:41:11Z', 'updated_at': '2026-06-17T15:41:11Z', 'revision_number': 1} available for tenant
2026-06-17 15:44:27,394 106100 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-17 15:44:27,395 106100 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-17 15:44:27,576 106100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.57/compute/v2.1/os-keypairs 0.180s
2026-06-17 15:44:27,576 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1927903944", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ1vbzAzVS5xREZlhA2fScn7DOGW2cYmfvJStH2Rceo/HtbAEXIueUzN/MJ1EyIcm9gYshZvQuC6DJ86EJVl9KV7sf1rz3nxykRWrsu9IzOVkGmYnQ5AnMuEXB5BI7ftxQ=="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b72e269-ae80-475c-823f-64c52a32ab2b', 'x-compute-request-id': 'req-5b72e269-ae80-475c-823f-64c52a32ab2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1927903944", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ1vbzAzVS5xREZlhA2fScn7DOGW2cYmfvJStH2Rceo/HtbAEXIueUzN/MJ1EyIcm9gYshZvQuC6DJ86EJVl9KV7sf1rz3nxykRWrsu9IzOVkGmYnQ5AnMuEXB5BI7ftxQ==", "fingerprint": "33:65:a9:ca:c6:4b:ed:57:16:98:21:90:fb:58:58:ba", "user_id": "24fa773faef2480592c2cb15d7eb3581"}}'
2026-06-17 15:44:27,578 106100 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1927903944 created
2026-06-17 15:44:27,796 106100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.57/networking/v2.0/security-groups 0.217s
2026-06-17 15:44:27,797 106100 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--124272530", "description": "tempest-description--896426760"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-9d192e4c-2605-4104-9a0c-b128b4f3ee47', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.57/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "77198563-7eae-4648-b738-407f38858d29", "name": "tempest-securitygroup--124272530", "stateful": true, "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "project_id": "706106b17a5d46be95ef6e1007d5cc82", "description": "tempest-description--896426760", "shared": false, "security_group_rules": [{"id": "3898263f-0334-43de-a6c8-a5269757a318", "project_id": "706106b17a5d46be95ef6e1007d5cc82", "security_group_id": "77198563-7eae-4648-b738-407f38858d29", "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": 802, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T15:44:27Z", "updated_at": "2026-06-17T15:44:27Z", "revision_number": 0, "tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}, {"id": "8449d8e4-a1ff-49e2-a978-530cbdf8b430", "project_id": "706106b17a5d46be95ef6e1007d5cc82", "security_group_id": "77198563-7eae-4648-b738-407f38858d29", "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": 801, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-17T15:44:27Z", "updated_at": "2026-06-17T15:44:27Z", "revision_number": 0, "tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}], "tags": [], "created_at": "2026-06-17T15:44:27Z", "updated_at": "2026-06-17T15:44:27Z", "revision_number": 1}}'
2026-06-17 15:44:27,963 106100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.57/networking/v2.0/security-group-rules 0.166s
2026-06-17 15:44:27,963 106100 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": "77198563-7eae-4648-b738-407f38858d29", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-9c7b061f-e14f-4791-a440-15bd7568cbb5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.57/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d448bc46-c689-4848-be9e-5fdd48435f23", "project_id": "706106b17a5d46be95ef6e1007d5cc82", "security_group_id": "77198563-7eae-4648-b738-407f38858d29", "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-17T15:44:27Z", "updated_at": "2026-06-17T15:44:27Z", "revision_number": 0, "tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:44:28,151 106100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.57/networking/v2.0/security-group-rules 0.187s
2026-06-17 15:44:28,151 106100 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": "77198563-7eae-4648-b738-407f38858d29", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-165cf9a7-bc8c-4439-a154-091a8d941f9a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.57/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "d87bb799-0ceb-4889-9342-7f4fcdb25f60", "project_id": "706106b17a5d46be95ef6e1007d5cc82", "security_group_id": "77198563-7eae-4648-b738-407f38858d29", "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-17T15:44:28Z", "updated_at": "2026-06-17T15:44:28Z", "revision_number": 0, "tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:44:28,152 106100 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--124272530 created
2026-06-17 15:44:28,662 106100 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.57/networking/v2.0/floatingips 0.510s
2026-06-17 15:44:28,663 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "9ab3ade8-2ac7-4265-b07f-39a9d8fba18b"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-c16aade3-fad4-4304-b503-da02a229f50f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.57/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "bc772c41-d37e-448f-b361-973eb45c8318", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "project_id": "706106b17a5d46be95ef6e1007d5cc82", "floating_ip_address": "172.24.5.161", "floating_network_id": "9ab3ade8-2ac7-4265-b07f-39a9d8fba18b", "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-17T15:44:28Z", "updated_at": "2026-06-17T15:44:28Z", "revision_number": 0}}'
2026-06-17 15:44:28,663 106100 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'bc772c41-d37e-448f-b361-973eb45c8318', 'tenant_id': '706106b17a5d46be95ef6e1007d5cc82', 'project_id': '706106b17a5d46be95ef6e1007d5cc82', 'floating_ip_address': '172.24.5.161', 'floating_network_id': '9ab3ade8-2ac7-4265-b07f-39a9d8fba18b', '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-17T15:44:28Z', 'updated_at': '2026-06-17T15:44:28Z', 'revision_number': 0, 'ip': '172.24.5.161'} created
2026-06-17 15:44:28,663 106100 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1927903944', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJ1vbzAzVS5xREZlhA2fScn7DOGW2cYmfvJStH2Rceo/HtbAEXIueUzN/MJ1EyIcm9gYshZvQuC6DJ86EJVl9KV7sf1rz3nxykRWrsu9IzOVkGmYnQ5AnMuEXB5BI7ftxQ==', 'fingerprint': '33:65:a9:ca:c6:4b:ed:57:16:98:21:90:fb:58:58:ba', 'user_id': '24fa773faef2480592c2cb15d7eb3581', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPXuCaYCoxi6oJq/ouIT26aKBNRups/imkcsgoh+NeD966Inj58Daf\n75OM3Rb2aP2gBwYFK4EEACKhZANiAASdb28wM1UucURGZYQNn0nJ+wzhltnGJn7y\nUrR9kXHqPx7WwBFyLnlMzfzCdRMiHJvYGLIWb0LgugyfOhCVZfSle7H9a8958cpE\nVq7LvSMzlZBpmJ0OQJzLhFweQSO37cU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '77198563-7eae-4648-b738-407f38858d29', 'name': 'tempest-securitygroup--124272530', 'stateful': True, 'tenant_id': '706106b17a5d46be95ef6e1007d5cc82', 'project_id': '706106b17a5d46be95ef6e1007d5cc82', 'description': 'tempest-description--896426760', 'shared': False, 'security_group_rules': [{'id': '3898263f-0334-43de-a6c8-a5269757a318', 'project_id': '706106b17a5d46be95ef6e1007d5cc82', 'security_group_id': '77198563-7eae-4648-b738-407f38858d29', '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': 802, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T15:44:27Z', 'updated_at': '2026-06-17T15:44:27Z', 'revision_number': 0, 'tenant_id': '706106b17a5d46be95ef6e1007d5cc82'}, {'id': '8449d8e4-a1ff-49e2-a978-530cbdf8b430', 'project_id': '706106b17a5d46be95ef6e1007d5cc82', 'security_group_id': '77198563-7eae-4648-b738-407f38858d29', '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': 801, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-17T15:44:27Z', 'updated_at': '2026-06-17T15:44:27Z', 'revision_number': 0, 'tenant_id': '706106b17a5d46be95ef6e1007d5cc82'}], 'tags': [], 'created_at': '2026-06-17T15:44:27Z', 'updated_at': '2026-06-17T15:44:27Z', 'revision_number': 1}, 'floating_ip': {'id': 'bc772c41-d37e-448f-b361-973eb45c8318', 'tenant_id': '706106b17a5d46be95ef6e1007d5cc82', 'project_id': '706106b17a5d46be95ef6e1007d5cc82', 'floating_ip_address': '172.24.5.161', 'floating_network_id': '9ab3ade8-2ac7-4265-b07f-39a9d8fba18b', '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-17T15:44:28Z', 'updated_at': '2026-06-17T15:44:28Z', 'revision_number': 0, 'ip': '172.24.5.161'}}
2026-06-17 15:44:29,578 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.57/compute/v2.1/servers 0.915s
2026-06-17 15:44:29,579 106100 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-1339903279", "imageRef": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "flavorRef": "42", "networks": [{"uuid": "539061b1-73ab-411e-9b01-5946c5edd409"}], "security_groups": [{"name": "tempest-securitygroup--124272530"}], "key_name": "tempest-keypair-1927903944", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-740b0fa0-8182-4501-bc09-1be4e4002c93', 'x-compute-request-id': 'req-740b0fa0-8182-4501-bc09-1be4e4002c93', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.57/compute/v2.1/servers'}
Body: b'{"server": {"id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--124272530"}], "adminPass": "h6Hm9yhNC3wy"}}'
2026-06-17 15:44:29,798 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.214s
2026-06-17 15:44:29,798 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5b853ea-0d0e-4355-82f8-926196a6e767', 'x-compute-request-id': 'req-c5b853ea-0d0e-4355-82f8-926196a6e767', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1927903944", "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-17 15:44:30,931 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.121s
2026-06-17 15:44:30,931 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15a94c5a-be2d-4e66-808d-6f0f664909a7', 'x-compute-request-id': 'req-15a94c5a-be2d-4e66-808d-6f0f664909a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "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-17 15:44:30,937 106100 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-06-17 15:44:32,192 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.254s
2026-06-17 15:44:32,193 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b34a094-456e-4775-b51d-ce2fcba36608', 'x-compute-request-id': 'req-6b34a094-456e-4775-b51d-ce2fcba36608', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "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-17 15:44:33,317 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.114s
2026-06-17 15:44:33,317 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7c17aa8-f06a-4461-b7ae-cf66e7c59bc6', 'x-compute-request-id': 'req-e7c17aa8-f06a-4461-b7ae-cf66e7c59bc6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "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-17 15:44:34,430 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.103s
2026-06-17 15:44:34,430 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72226fa0-115c-43e4-9f3c-6474f9279553', 'x-compute-request-id': 'req-72226fa0-115c-43e4-9f3c-6474f9279553', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "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-17 15:44:35,537 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.099s
2026-06-17 15:44:35,538 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a127e81-e04f-4597-9914-f6a1425612ce', 'x-compute-request-id': 'req-4a127e81-e04f-4597-9914-f6a1425612ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "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-17 15:44:36,647 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.103s
2026-06-17 15:44:36,647 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-878f9d44-a321-48e2-8b4d-72f2674c94f8', 'x-compute-request-id': 'req-878f9d44-a321-48e2-8b4d-72f2674c94f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "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-17 15:44:37,935 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.282s
2026-06-17 15:44:37,935 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f8f412-63e2-406e-85d3-60737611edb5', 'x-compute-request-id': 'req-47f8f412-63e2-406e-85d3-60737611edb5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:37,943 106100 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 8 second wait
2026-06-17 15:44:39,107 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.164s
2026-06-17 15:44:39,107 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf286a2c-f0dc-4f62-a350-d84feb8a25f0', 'x-compute-request-id': 'req-cf286a2c-f0dc-4f62-a350-d84feb8a25f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:39,113 106100 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 10 second wait
2026-06-17 15:44:41,212 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 1.098s
2026-06-17 15:44:41,212 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c84327d-827b-4d12-8a43-7fe59098dcfa', 'x-compute-request-id': 'req-7c84327d-827b-4d12-8a43-7fe59098dcfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:42,954 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.727s
2026-06-17 15:44:42,954 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e180d0e-8a80-4bcc-8791-480df96089af', 'x-compute-request-id': 'req-8e180d0e-8a80-4bcc-8791-480df96089af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:44,633 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.669s
2026-06-17 15:44:44,633 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-969d0cf4-8a5b-4e46-86a1-173f5a50af85', 'x-compute-request-id': 'req-969d0cf4-8a5b-4e46-86a1-173f5a50af85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:45,963 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.317s
2026-06-17 15:44:45,963 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c4c149a-28b7-417f-be98-d382e88c46d4', 'x-compute-request-id': 'req-7c4c149a-28b7-417f-be98-d382e88c46d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:47,210 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.240s
2026-06-17 15:44:47,211 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d20c7297-76b7-41ad-b292-712a7261fbc7', 'x-compute-request-id': 'req-d20c7297-76b7-41ad-b292-712a7261fbc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:48,501 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.284s
2026-06-17 15:44:48,501 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e158098-27c2-419f-bfa8-1a10780464d3', 'x-compute-request-id': 'req-3e158098-27c2-419f-bfa8-1a10780464d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:49,747 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.239s
2026-06-17 15:44:49,747 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8484e13c-fb07-4959-a535-1cdf3202a8b5', 'x-compute-request-id': 'req-8484e13c-fb07-4959-a535-1cdf3202a8b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "BUILD", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:50,991 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.234s
2026-06-17 15:44:50,991 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1554', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3effb678-645f-4115-beb1-7e8c30cb33b0', 'x-compute-request-id': 'req-3effb678-645f-4115-beb1-7e8c30cb33b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2078681561-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:e6:6d"}]}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "ACTIVE", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": "2026-06-17T15:44:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:44:51,003 106100 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 22 second wait
2026-06-17 15:44:51,174 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f/os-interface 0.170s
2026-06-17 15:44:51,174 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:51 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-d918439c-e433-442d-b53d-ef01a77a1d72', 'x-compute-request-id': 'req-d918439c-e433-442d-b53d-ef01a77a1d72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "539061b1-73ab-411e-9b01-5946c5edd409", "port_id": "7ae31a26-a266-43bc-ab0d-0c5b94999e0a", "mac_addr": "fa:16:3e:43:e6:6d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "fdabb24d-4cc5-442f-9002-81b016959e11", "ip_address": "10.1.0.11"}]}]}'
2026-06-17 15:44:52,068 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.57/networking/v2.0/floatingips/bc772c41-d37e-448f-b361-973eb45c8318 0.889s
2026-06-17 15:44:52,068 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "7ae31a26-a266-43bc-ab0d-0c5b94999e0a"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:44:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a87e09c4-94cf-462e-afea-5a015952feb1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/networking/v2.0/floatingips/bc772c41-d37e-448f-b361-973eb45c8318'}
Body: b'{"floatingip": {"id": "bc772c41-d37e-448f-b361-973eb45c8318", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "project_id": "706106b17a5d46be95ef6e1007d5cc82", "floating_ip_address": "172.24.5.161", "floating_network_id": "9ab3ade8-2ac7-4265-b07f-39a9d8fba18b", "router_id": "92089b4d-7493-4d1c-8880-810bf04d1a17", "port_id": "7ae31a26-a266-43bc-ab0d-0c5b94999e0a", "fixed_ip_address": "10.1.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "539061b1-73ab-411e-9b01-5946c5edd409", "mac_address": "fa:16:3e:43:e6:6d", "admin_state_up": true, "status": "ACTIVE", "device_id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-17T15:44:28Z", "updated_at": "2026-06-17T15:44:51Z", "revision_number": 1}}'
2026-06-17 15:44:52,069 106100 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.161:22' as 'cirros' with public key authentication
2026-06-17 15:45:28,275 106100 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-17 15:45:28,427 106100 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-17 15:45:28,427 106100 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.161 successfully created
2026-06-17 15:45:28,688 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.261s
2026-06-17 15:45:28,689 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1673', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f47ddd4-3efd-4f17-a447-cde1a8360639', 'x-compute-request-id': 'req-8f47ddd4-3efd-4f17-a447-cde1a8360639', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2078681561-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:e6:6d"}, {"version": 4, "addr": "172.24.5.161", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:e6:6d"}]}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "ACTIVE", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:44:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": "2026-06-17T15:44:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:45:28,724 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:45:28,725 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7f3dde2-f875-4e4b-8cc7-a577ad6dc41d', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7f3dde2-f875-4e4b-8cc7-a577ad6dc41d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:44:27.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:28,730 106100 INFO [tempest.common.waiters] volume cdc244e4-2c92-4862-8e18-0b29e8632119 reached available after waiting for 0.730026 seconds
2026-06-17 15:45:28,758 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.028s
2026-06-17 15:45:28,758 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a660985-c3c4-4f08-b389-981e7b91d412', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a660985-c3c4-4f08-b389-981e7b91d412', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:44:27.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:31,341 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f/os-volume_attachments 2.577s
2026-06-17 15:45:31,341 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "cdc244e4-2c92-4862-8e18-0b29e8632119"}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:28 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-b783b1e5-f233-4486-89c8-65656d7e116b', 'x-compute-request-id': 'req-b783b1e5-f233-4486-89c8-65656d7e116b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "serverId": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "volumeId": "cdc244e4-2c92-4862-8e18-0b29e8632119", "device": "/dev/vdb"}}'
2026-06-17 15:45:31,394 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.051s
2026-06-17 15:45:31,394 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41743af-8b6e-4601-9ffc-e033c6a93e4b', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41743af-8b6e-4601-9ffc-e033c6a93e4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:31.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:32,452 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.049s
2026-06-17 15:45:32,453 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04df01a3-6bfc-4a1e-9cfa-35488a2d98c3', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04df01a3-6bfc-4a1e-9cfa-35488a2d98c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:33,497 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:45:33,497 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b79f5ed6-19de-4fd7-9d0e-e2a5ebf342bc', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b79f5ed6-19de-4fd7-9d0e-e2a5ebf342bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:34,562 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.054s
2026-06-17 15:45:34,562 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a27ed3f2-a5c4-4d19-a027-bd32758dcb18', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a27ed3f2-a5c4-4d19-a027-bd32758dcb18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:35,618 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.048s
2026-06-17 15:45:35,618 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02c0dc2e-7070-46cb-8050-3b7210e7e59b', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02c0dc2e-7070-46cb-8050-3b7210e7e59b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:37,054 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.430s
2026-06-17 15:45:37,055 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e00bb4f0-4735-4160-85a0-62fdd98e2bee', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e00bb4f0-4735-4160-85a0-62fdd98e2bee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:38,090 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:45:38,091 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b65969-1afe-4576-8351-afda6665cbd5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b65969-1afe-4576-8351-afda6665cbd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:39,148 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.052s
2026-06-17 15:45:39,149 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71138c89-150f-4aad-a9ca-bad0bdd8326b', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71138c89-150f-4aad-a9ca-bad0bdd8326b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:40,207 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.050s
2026-06-17 15:45:40,207 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0691c1f-9449-478e-a5b7-957d392ebdc0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0691c1f-9449-478e-a5b7-957d392ebdc0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:41,302 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.085s
2026-06-17 15:45:41,302 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbe88ae1-18ae-426d-a6ab-895e785a95f5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbe88ae1-18ae-426d-a6ab-895e785a95f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:42,416 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.105s
2026-06-17 15:45:42,416 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaf559dc-1b1a-411d-9dea-0a04f3a7b725', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaf559dc-1b1a-411d-9dea-0a04f3a7b725', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:43,482 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.060s
2026-06-17 15:45:43,482 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2f4f95-883d-4b46-9a06-5d896158f6a0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2f4f95-883d-4b46-9a06-5d896158f6a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:44,538 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.047s
2026-06-17 15:45:44,538 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2dfff67-8b15-42a9-bd14-9f2cb19485f3', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2dfff67-8b15-42a9-bd14-9f2cb19485f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:45,583 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:45:45,583 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6a2a713-e61c-4e64-b0ec-4f9e427da581', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6a2a713-e61c-4e64-b0ec-4f9e427da581', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:46,629 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.040s
2026-06-17 15:45:46,630 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adb75c9b-7b1f-4f12-85cc-004074ba3f96', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adb75c9b-7b1f-4f12-85cc-004074ba3f96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:47,678 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.042s
2026-06-17 15:45:47,679 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb590082-a562-453d-8979-a9de3e1b3c5a', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb590082-a562-453d-8979-a9de3e1b3c5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:48,741 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.056s
2026-06-17 15:45:48,741 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbbb7a9a-2c14-4137-8f94-6f5a3bb325db', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbbb7a9a-2c14-4137-8f94-6f5a3bb325db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:49,796 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.046s
2026-06-17 15:45:49,796 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb8fee35-11c4-40ee-af17-23da52136379', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb8fee35-11c4-40ee-af17-23da52136379', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:50,906 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.103s
2026-06-17 15:45:50,906 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5db48ad-fec8-4a19-b485-c9989272ed7c', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5db48ad-fec8-4a19-b485-c9989272ed7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:32.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:51,960 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.046s
2026-06-17 15:45:51,960 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93ac473c-b0bc-4720-a33b-7b95e8786520', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93ac473c-b0bc-4720-a33b-7b95e8786520', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:53,014 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.048s
2026-06-17 15:45:53,014 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08775cc7-ba36-4383-9fb6-eaafa0b572cc', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08775cc7-ba36-4383-9fb6-eaafa0b572cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:54,056 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:45:54,056 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e4f0ac-f941-44fb-b656-497792cf9390', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e4f0ac-f941-44fb-b656-497792cf9390', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:55,086 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.025s
2026-06-17 15:45:55,087 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534390da-4be8-4f45-8ed1-044f418e6fd5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534390da-4be8-4f45-8ed1-044f418e6fd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:56,124 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.028s
2026-06-17 15:45:56,124 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea27c5a2-d683-47be-9776-7e3a67490ed0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea27c5a2-d683-47be-9776-7e3a67490ed0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:57,171 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.041s
2026-06-17 15:45:57,171 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-075f07dd-c076-48b0-a15d-768b47ab9090', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-075f07dd-c076-48b0-a15d-768b47ab9090', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:58,222 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.042s
2026-06-17 15:45:58,222 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-461ea180-ea41-4a0b-bf35-d3547ed50416', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-461ea180-ea41-4a0b-bf35-d3547ed50416', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:45:59,261 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:45:59,262 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8df9944-65fa-46a8-8061-b07667224d78', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8df9944-65fa-46a8-8061-b07667224d78', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:00,301 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:46:00,301 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce6b10fd-66c1-4d21-854d-6cd7dfa645ff', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce6b10fd-66c1-4d21-854d-6cd7dfa645ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:01,348 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:46:01,348 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1bec3d7-2426-47ad-adb3-1d3ec9c879a5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1bec3d7-2426-47ad-adb3-1d3ec9c879a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:02,389 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:46:02,389 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cbec3fb-992e-436f-8cb1-697107b071e6', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cbec3fb-992e-436f-8cb1-697107b071e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:03,434 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.034s
2026-06-17 15:46:03,434 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-408b2f64-7f99-4ce0-b34e-96a43292f61f', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-408b2f64-7f99-4ce0-b34e-96a43292f61f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:04,474 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:46:04,474 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-856712ac-77cf-401d-82de-0db8a057ff9c', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-856712ac-77cf-401d-82de-0db8a057ff9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:05,523 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.041s
2026-06-17 15:46:05,523 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d58b389d-3efb-4e88-a54d-5c07136662d0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d58b389d-3efb-4e88-a54d-5c07136662d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:06,575 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.045s
2026-06-17 15:46:06,575 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3703ca7b-a2d4-4f4a-85d0-b29ad435f6a7', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3703ca7b-a2d4-4f4a-85d0-b29ad435f6a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:07,625 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.043s
2026-06-17 15:46:07,626 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2054bda8-c3c5-4ece-9561-736730905195', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2054bda8-c3c5-4ece-9561-736730905195', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:08,677 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.044s
2026-06-17 15:46:08,677 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edd71d33-dee8-446e-8c4d-5307a4e20002', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edd71d33-dee8-446e-8c4d-5307a4e20002', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:09,715 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:46:09,715 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72504be-1496-4a23-b645-7263b1e55094', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72504be-1496-4a23-b645-7263b1e55094', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:10,769 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.044s
2026-06-17 15:46:10,770 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c9b7b51-f554-4932-8a20-c1df08342664', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c9b7b51-f554-4932-8a20-c1df08342664', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:11,802 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.027s
2026-06-17 15:46:11,802 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44b1fa6-17f7-4211-9a45-1950712033de', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44b1fa6-17f7-4211-9a45-1950712033de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:12,865 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.054s
2026-06-17 15:46:12,865 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b71c0782-59f9-42b4-bff9-64126cca14b5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b71c0782-59f9-42b4-bff9-64126cca14b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:13,902 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:46:13,902 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-515a82fc-36d8-4655-a898-b8c2b438f61c', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-515a82fc-36d8-4655-a898-b8c2b438f61c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:14,939 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.031s
2026-06-17 15:46:14,939 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c9d2dc6-d5d3-4e29-af14-b11122debf63', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c9d2dc6-d5d3-4e29-af14-b11122debf63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:15,980 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:46:15,980 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4609a8c2-3f13-48a9-adec-c85bbc854a04', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4609a8c2-3f13-48a9-adec-c85bbc854a04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:17,009 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.023s
2026-06-17 15:46:17,009 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63eb3a2b-9971-430b-941f-ed7991676c5b', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63eb3a2b-9971-430b-941f-ed7991676c5b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:18,044 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:46:18,044 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-545e94f7-892b-4811-933c-3f3aeb6bd9e9', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-545e94f7-892b-4811-933c-3f3aeb6bd9e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:19,087 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:46:19,087 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d29fff4d-c500-4a02-9d19-643efdcb677b', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d29fff4d-c500-4a02-9d19-643efdcb677b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:20,119 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.026s
2026-06-17 15:46:20,120 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3218812-054f-451c-a44f-300e952664e1', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3218812-054f-451c-a44f-300e952664e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:21,151 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.026s
2026-06-17 15:46:21,152 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65e233c7-33b3-4d28-8f2d-b8d37e218c74', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65e233c7-33b3-4d28-8f2d-b8d37e218c74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:22,186 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.028s
2026-06-17 15:46:22,186 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2bdc84c-55d6-42f7-adbd-9e8b0f6b734f', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2bdc84c-55d6-42f7-adbd-9e8b0f6b734f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:23,237 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.043s
2026-06-17 15:46:23,237 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b552b255-ecea-498a-9074-7d19d14b7460', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b552b255-ecea-498a-9074-7d19d14b7460', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:24,274 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:46:24,274 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6830f7-07fa-41e7-bc1b-952004838476', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6830f7-07fa-41e7-bc1b-952004838476', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:25,507 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.226s
2026-06-17 15:46:25,507 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dadba194-6461-4333-8079-02d4d58032d5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dadba194-6461-4333-8079-02d4d58032d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:26,541 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.027s
2026-06-17 15:46:26,541 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-269fedf2-eec9-4b2e-ab03-12e51a324641', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-269fedf2-eec9-4b2e-ab03-12e51a324641', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:27,598 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.052s
2026-06-17 15:46:27,598 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e724a1f-54f4-412c-91ec-d3961f17f9e5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e724a1f-54f4-412c-91ec-d3961f17f9e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:28,636 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.031s
2026-06-17 15:46:28,636 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe310296-8920-4d89-a36a-d323c37ff0c2', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe310296-8920-4d89-a36a-d323c37ff0c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:29,673 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.031s
2026-06-17 15:46:29,674 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded60fbe-d51a-43c2-82d9-c39374f6af62', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded60fbe-d51a-43c2-82d9-c39374f6af62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:30,720 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:46:30,721 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05667013-6496-4313-bddb-99f79df1c380', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05667013-6496-4313-bddb-99f79df1c380', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:31,756 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:46:31,757 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6a77324-0bcd-438d-9401-55e3e1fe56a5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6a77324-0bcd-438d-9401-55e3e1fe56a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:32,806 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.042s
2026-06-17 15:46:32,806 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-533a7dd0-5748-4bfd-9377-becfe887e3e9', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533a7dd0-5748-4bfd-9377-becfe887e3e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:33,846 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.033s
2026-06-17 15:46:33,846 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dafd3a7d-a582-4606-a24d-fa7bb569ca28', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dafd3a7d-a582-4606-a24d-fa7bb569ca28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:34,889 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.031s
2026-06-17 15:46:34,889 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2c76c8-1564-470f-b9f0-84c56571a74e', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2c76c8-1564-470f-b9f0-84c56571a74e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:35,931 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:46:35,931 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0011ea11-f36b-40dc-af90-71d99a40d150', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0011ea11-f36b-40dc-af90-71d99a40d150', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:36,975 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:46:36,975 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c78df622-f139-4a51-9b42-46a8a9cf8973', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c78df622-f139-4a51-9b42-46a8a9cf8973', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:38,010 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.027s
2026-06-17 15:46:38,010 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4872502a-8288-461c-9d2e-a37ed14934c4', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4872502a-8288-461c-9d2e-a37ed14934c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:39,072 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.052s
2026-06-17 15:46:39,072 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f17ada0-7890-4e1b-960f-1df58fa7bf40', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f17ada0-7890-4e1b-960f-1df58fa7bf40', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:40,116 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:46:40,116 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46786267-9c36-4cb6-bf22-25e74557a91e', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46786267-9c36-4cb6-bf22-25e74557a91e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:41,166 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.041s
2026-06-17 15:46:41,167 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706c9a7d-cf05-4d62-9ecb-a9063d6153c5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706c9a7d-cf05-4d62-9ecb-a9063d6153c5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:42,200 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.025s
2026-06-17 15:46:42,200 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed75fc46-4114-4d1c-b7cc-00799e4c2512', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed75fc46-4114-4d1c-b7cc-00799e4c2512', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:43,242 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:46:43,243 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddb0d87-9a11-4481-9687-32cc4acaf47d', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddb0d87-9a11-4481-9687-32cc4acaf47d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:44,313 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.063s
2026-06-17 15:46:44,313 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49292afb-451f-4f0b-8497-5e0dcc081c07', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49292afb-451f-4f0b-8497-5e0dcc081c07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:45,371 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.048s
2026-06-17 15:46:45,371 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97aefa4a-e10f-4a48-8e17-1cecdc36e641', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97aefa4a-e10f-4a48-8e17-1cecdc36e641', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:46,410 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.033s
2026-06-17 15:46:46,411 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5712510f-f8d1-4298-b3d3-833cc7ff7d4a', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5712510f-f8d1-4298-b3d3-833cc7ff7d4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:47,460 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.044s
2026-06-17 15:46:47,461 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64d76247-7f18-4123-b303-58a90d60c426', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64d76247-7f18-4123-b303-58a90d60c426', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:48,581 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.111s
2026-06-17 15:46:48,581 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-463863cf-d79b-4295-81e3-d90cc27ea1ea', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-463863cf-d79b-4295-81e3-d90cc27ea1ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:49,628 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:46:49,628 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29967ec-0ce2-4641-b73b-fec1c6b32946', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29967ec-0ce2-4641-b73b-fec1c6b32946', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:50,666 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.028s
2026-06-17 15:46:50,666 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15587851-fd20-4f98-85d7-f8b377eba5ed', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15587851-fd20-4f98-85d7-f8b377eba5ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:51,710 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.037s
2026-06-17 15:46:51,711 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c74300fe-330c-4de8-9e67-8e58926741b7', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c74300fe-330c-4de8-9e67-8e58926741b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:52,770 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.052s
2026-06-17 15:46:52,770 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b393ec00-825d-457b-a8b4-a167d8b185ca', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b393ec00-825d-457b-a8b4-a167d8b185ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:53,808 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:46:53,808 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb975cea-5fab-4e60-9b73-899b6fee4e13', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb975cea-5fab-4e60-9b73-899b6fee4e13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:54,858 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.040s
2026-06-17 15:46:54,858 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-617cf8a1-466e-4740-ba5b-ef351a26d288', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-617cf8a1-466e-4740-ba5b-ef351a26d288', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:55,896 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:46:55,897 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84d8fbd1-7086-4793-b89e-ea6e52288a45', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84d8fbd1-7086-4793-b89e-ea6e52288a45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:56,931 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:46:56,932 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ed2e81b-5d91-4eb4-86c8-14d6db2d9c68', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed2e81b-5d91-4eb4-86c8-14d6db2d9c68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:57,989 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.050s
2026-06-17 15:46:57,989 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc1e942-af90-4e3d-898c-b274105aae45', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc1e942-af90-4e3d-898c-b274105aae45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:46:59,031 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.027s
2026-06-17 15:46:59,031 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:46:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd24b1d6-87fc-468b-8e70-700ee4a3ef72', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd24b1d6-87fc-468b-8e70-700ee4a3ef72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:00,162 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.125s
2026-06-17 15:47:00,163 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6510b26-0bd9-408b-8712-e59a336feebe', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6510b26-0bd9-408b-8712-e59a336feebe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:01,220 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.045s
2026-06-17 15:47:01,220 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a699986-7a47-4fa6-9466-db14ec3fe9da', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a699986-7a47-4fa6-9466-db14ec3fe9da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:02,284 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.052s
2026-06-17 15:47:02,284 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7f5f401-aaed-4921-9688-c094bdd7121b', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7f5f401-aaed-4921-9688-c094bdd7121b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:03,333 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:47:03,333 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c4dcdfb-ed75-48af-8db5-e8dba0cf7e61', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c4dcdfb-ed75-48af-8db5-e8dba0cf7e61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:04,378 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:47:04,378 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08d4fc2f-ed59-4ae2-9bc6-335b673cb595', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08d4fc2f-ed59-4ae2-9bc6-335b673cb595', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:05,426 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.040s
2026-06-17 15:47:05,426 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52cca8b-3ff3-4d14-8799-0ea3b453cd6e', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52cca8b-3ff3-4d14-8799-0ea3b453cd6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:06,473 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.041s
2026-06-17 15:47:06,473 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42d734d5-d54c-4492-aa31-b418b2d2dc62', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42d734d5-d54c-4492-aa31-b418b2d2dc62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:07,505 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.026s
2026-06-17 15:47:07,505 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e57f077-e6ff-43ef-97de-4c5cd6382f4b', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e57f077-e6ff-43ef-97de-4c5cd6382f4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:08,544 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:47:08,545 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e6756a3-a733-4400-8878-f6381c3c9871', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e6756a3-a733-4400-8878-f6381c3c9871', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:09,575 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.025s
2026-06-17 15:47:09,575 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fced297-8e7b-4a12-ad5b-d7590681df1d', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fced297-8e7b-4a12-ad5b-d7590681df1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:10,611 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.031s
2026-06-17 15:47:10,612 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5120a43-2233-4bb3-be75-2209099a8485', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5120a43-2233-4bb3-be75-2209099a8485', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:11,652 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.033s
2026-06-17 15:47:11,652 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a924c87-4860-4df7-a60c-c8e926b4b443', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a924c87-4860-4df7-a60c-c8e926b4b443', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:12,702 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.040s
2026-06-17 15:47:12,702 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7a386a1-1f9a-412e-a6cf-87bbb0d29bd2', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7a386a1-1f9a-412e-a6cf-87bbb0d29bd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:13,752 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.039s
2026-06-17 15:47:13,752 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d329b792-e4de-48c5-936d-054fd1673781', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d329b792-e4de-48c5-936d-054fd1673781', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:14,807 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.042s
2026-06-17 15:47:14,807 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f91f2e-fc5f-4d7b-a395-136bd6c9bd83', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f91f2e-fc5f-4d7b-a395-136bd6c9bd83', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:15,858 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.040s
2026-06-17 15:47:15,858 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd481f8d-c762-4d73-aaa0-56589da82c6c', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd481f8d-c762-4d73-aaa0-56589da82c6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:16,902 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.037s
2026-06-17 15:47:16,902 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed3c3d9-2731-4c21-b9ce-c4641190592a', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed3c3d9-2731-4c21-b9ce-c4641190592a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:17,948 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.039s
2026-06-17 15:47:17,948 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da58567-1881-4fa3-9ed9-3712d987c382', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da58567-1881-4fa3-9ed9-3712d987c382', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:18,984 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.027s
2026-06-17 15:47:18,985 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-143239a3-15f8-4c99-9a3b-a8a8af0dbe7d', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-143239a3-15f8-4c99-9a3b-a8a8af0dbe7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:20,027 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.037s
2026-06-17 15:47:20,028 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b04366-1d5b-4475-855c-79decb986d31', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b04366-1d5b-4475-855c-79decb986d31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:21,259 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.223s
2026-06-17 15:47:21,260 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8addc75d-8d1a-41ef-8b6f-8fd5b4d6f5bd', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8addc75d-8d1a-41ef-8b6f-8fd5b4d6f5bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:22,300 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.034s
2026-06-17 15:47:22,301 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-690844ab-339b-4a34-8243-909f8b9e642f', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-690844ab-339b-4a34-8243-909f8b9e642f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:23,351 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.045s
2026-06-17 15:47:23,351 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-721426d4-c628-4419-82a0-9f5e88dfa288', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-721426d4-c628-4419-82a0-9f5e88dfa288', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:24,396 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.034s
2026-06-17 15:47:24,397 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0705eb4d-c553-4909-9fc9-58a54b64f68e', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0705eb4d-c553-4909-9fc9-58a54b64f68e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:25,456 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.052s
2026-06-17 15:47:25,457 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4643822-9e64-4258-952e-3df0e5770e8f', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4643822-9e64-4258-952e-3df0e5770e8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:26,498 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:47:26,498 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2657db77-3a8d-46ba-bffe-98c87c71b020', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2657db77-3a8d-46ba-bffe-98c87c71b020', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:27,541 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.037s
2026-06-17 15:47:27,542 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-469ce87c-69e9-4d60-bc76-088a2e95f53e', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-469ce87c-69e9-4d60-bc76-088a2e95f53e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:28,580 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.027s
2026-06-17 15:47:28,580 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-860a2561-41f1-4bfe-a42a-3c26a5ba2104', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-860a2561-41f1-4bfe-a42a-3c26a5ba2104', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:29,624 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.037s
2026-06-17 15:47:29,624 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41ddc43-8150-40af-b6b0-31db1032549c', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41ddc43-8150-40af-b6b0-31db1032549c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:30,673 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.040s
2026-06-17 15:47:30,673 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b056b000-e9f4-4ecb-b473-3123215bd564', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b056b000-e9f4-4ecb-b473-3123215bd564', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:31,725 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.044s
2026-06-17 15:47:31,726 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fac5dbd4-802f-42d9-8460-5949bb048a0d', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fac5dbd4-802f-42d9-8460-5949bb048a0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:32,763 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:47:32,764 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf3b7246-c322-4658-88fa-bfe627bca1f4', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf3b7246-c322-4658-88fa-bfe627bca1f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:33,802 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:47:33,802 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc47a1b9-6361-4cc8-a57d-67f06f8ae673', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc47a1b9-6361-4cc8-a57d-67f06f8ae673', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:34,838 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:47:34,838 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56a84cdb-d862-4979-87b9-3bb1fc02e17f', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56a84cdb-d862-4979-87b9-3bb1fc02e17f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:35,877 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:47:35,877 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc3b96a0-d09b-4699-8d29-be8c49e0c593', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc3b96a0-d09b-4699-8d29-be8c49e0c593', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:36,909 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.025s
2026-06-17 15:47:36,909 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc476c5-fd38-486a-98e8-eb660ec507c1', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc476c5-fd38-486a-98e8-eb660ec507c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:37,949 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:47:37,950 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db8665ea-1f28-4c36-a2dc-eaa304f82902', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db8665ea-1f28-4c36-a2dc-eaa304f82902', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:38,985 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:47:38,985 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-491daf70-0e19-467e-a4f9-2fc967a5be99', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-491daf70-0e19-467e-a4f9-2fc967a5be99', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:40,029 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:47:40,029 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4240a624-ce95-468b-8f47-eb66304ab790', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4240a624-ce95-468b-8f47-eb66304ab790', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:41,080 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.043s
2026-06-17 15:47:41,081 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28903e2e-7ad4-467f-9fc3-8bc04ca9f998', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28903e2e-7ad4-467f-9fc3-8bc04ca9f998', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:42,119 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.031s
2026-06-17 15:47:42,119 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17f1ad3e-e00f-4a1e-9743-3df5dbb3f29a', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17f1ad3e-e00f-4a1e-9743-3df5dbb3f29a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:43,166 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.037s
2026-06-17 15:47:43,166 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e45b9c44-761a-493c-8801-af89fee99cec', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e45b9c44-761a-493c-8801-af89fee99cec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:44,219 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.042s
2026-06-17 15:47:44,219 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41ea6bd1-7baf-4de6-8186-9af99c68c2aa', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41ea6bd1-7baf-4de6-8186-9af99c68c2aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:45,273 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.043s
2026-06-17 15:47:45,273 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05b956f3-5bde-4bf1-9d46-c1dc8f5892ba', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05b956f3-5bde-4bf1-9d46-c1dc8f5892ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:46,342 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.055s
2026-06-17 15:47:46,343 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b660ebc-258c-47de-81e1-d9e854e6d1e3', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b660ebc-258c-47de-81e1-d9e854e6d1e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:47,380 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:47:47,382 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e60584-4b1a-45e9-8e8d-cc2ad9b1f26d', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e60584-4b1a-45e9-8e8d-cc2ad9b1f26d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:48,446 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.055s
2026-06-17 15:47:48,447 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80fc12bd-7a3b-4d85-9479-9d4ff374c91a', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80fc12bd-7a3b-4d85-9479-9d4ff374c91a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:49,492 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:47:49,492 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43dc73a-b8f7-4bb6-8724-5f061c7d44de', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43dc73a-b8f7-4bb6-8724-5f061c7d44de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:50,530 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.031s
2026-06-17 15:47:50,531 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89536fe-320c-492e-a952-610a617f8d96', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e89536fe-320c-492e-a952-610a617f8d96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:51,575 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.037s
2026-06-17 15:47:51,575 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cae30180-f177-4480-a5dd-52529287fc4f', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cae30180-f177-4480-a5dd-52529287fc4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:52,614 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:47:52,615 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc6f3953-f132-4a8d-8016-12621d439a0d', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc6f3953-f132-4a8d-8016-12621d439a0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:53,653 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:47:53,653 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d735b98f-d574-444b-ad29-86557f10f8ee', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d735b98f-d574-444b-ad29-86557f10f8ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:54,695 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.034s
2026-06-17 15:47:54,695 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e33bb1ba-2dc8-4c45-9cd9-80004a8eea01', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e33bb1ba-2dc8-4c45-9cd9-80004a8eea01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:55,734 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.033s
2026-06-17 15:47:55,735 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5963533-7f35-46eb-ba61-b1c37d5d24d0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5963533-7f35-46eb-ba61-b1c37d5d24d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:56,775 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:47:56,775 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d18f4557-ea6f-4523-b9ae-a4b56d754efb', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d18f4557-ea6f-4523-b9ae-a4b56d754efb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:57,818 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.037s
2026-06-17 15:47:57,819 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e7e51be-f956-46e8-803e-85159334cd68', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e7e51be-f956-46e8-803e-85159334cd68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:58,857 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:47:58,857 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-744a929b-0e21-4401-95b3-f14202f8bef8', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-744a929b-0e21-4401-95b3-f14202f8bef8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:47:59,886 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.022s
2026-06-17 15:47:59,886 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:47:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f3619d5-9ab3-4e90-a3d4-69c58efcc551', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f3619d5-9ab3-4e90-a3d4-69c58efcc551', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:00,931 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:48:00,931 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a331e26-fe56-4678-aa95-c9b21cc26bd7', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a331e26-fe56-4678-aa95-c9b21cc26bd7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:01,972 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.035s
2026-06-17 15:48:01,972 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c1b5658-e396-492c-92dd-f8e64c545fce', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c1b5658-e396-492c-92dd-f8e64c545fce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:03,016 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.036s
2026-06-17 15:48:03,016 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce3a1751-0014-4e20-87d6-c096c0463df0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce3a1751-0014-4e20-87d6-c096c0463df0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:04,056 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.031s
2026-06-17 15:48:04,057 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a87a63-ad4b-44c7-a1ad-4360b8a39fc0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a87a63-ad4b-44c7-a1ad-4360b8a39fc0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:05,095 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:48:05,095 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d58a5089-0ffc-4280-943d-95b7ed1dc1d6', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d58a5089-0ffc-4280-943d-95b7ed1dc1d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:06,132 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:48:06,132 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a0609c3-117a-4503-a3f5-f8dfe99b67e7', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a0609c3-117a-4503-a3f5-f8dfe99b67e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:07,181 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.043s
2026-06-17 15:48:07,181 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f383a3e0-6bc5-41ae-8754-7aed11e4a9c2', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f383a3e0-6bc5-41ae-8754-7aed11e4a9c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:08,217 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:48:08,217 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b7861b3-40b2-4e93-b21b-ed879a92bad5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b7861b3-40b2-4e93-b21b-ed879a92bad5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:09,257 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.033s
2026-06-17 15:48:09,257 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58b1d1df-da95-4d8f-9a8b-9011dd867ce1', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58b1d1df-da95-4d8f-9a8b-9011dd867ce1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:10,302 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:48:10,302 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deda2966-ce01-420e-827c-f6875d75d865', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deda2966-ce01-420e-827c-f6875d75d865', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:11,347 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:48:11,347 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e541aaf7-6df9-4c1e-906c-9eff1760b5a7', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e541aaf7-6df9-4c1e-906c-9eff1760b5a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:12,386 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:48:12,386 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8298371-5176-433d-8691-4223f8bf63f8', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8298371-5176-433d-8691-4223f8bf63f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:13,450 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.058s
2026-06-17 15:48:13,451 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fb2bc0-b87e-4d2c-8602-86556c76a42c', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fb2bc0-b87e-4d2c-8602-86556c76a42c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:14,518 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.057s
2026-06-17 15:48:14,518 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e93e1e-00c8-46b2-a1ef-a92b27122341', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e93e1e-00c8-46b2-a1ef-a92b27122341', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:15,560 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:48:15,560 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a518fd4-eb33-4c4d-804b-001c87267e33', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a518fd4-eb33-4c4d-804b-001c87267e33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:16,618 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.051s
2026-06-17 15:48:16,618 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c6e22d-3595-4d08-ab9a-577cc4b7731e', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c6e22d-3595-4d08-ab9a-577cc4b7731e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:17,668 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.039s
2026-06-17 15:48:17,669 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d83ed65-4000-41f2-84c6-fbe3fd351362', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d83ed65-4000-41f2-84c6-fbe3fd351362', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:18,707 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:48:18,707 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92ed3745-e07f-4a12-86c3-6a893ccdba83', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92ed3745-e07f-4a12-86c3-6a893ccdba83', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:19,741 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:48:19,742 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d3d1b55-df43-4d8b-853f-249d1fbfe048', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d3d1b55-df43-4d8b-853f-249d1fbfe048', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:20,792 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.041s
2026-06-17 15:48:20,792 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a92e397-64c4-424c-ab82-13c72dd1433d', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a92e397-64c4-424c-ab82-13c72dd1433d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:21,859 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.058s
2026-06-17 15:48:21,860 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2481095a-c0ea-42f4-90da-c9fcc284fb97', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2481095a-c0ea-42f4-90da-c9fcc284fb97', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:22,917 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.050s
2026-06-17 15:48:22,918 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae66f337-9538-4814-9edf-c2b9db54bef2', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae66f337-9538-4814-9edf-c2b9db54bef2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:23,970 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.045s
2026-06-17 15:48:23,970 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b4bbf4-e6b5-4f20-acb9-167e9ab82297', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b4bbf4-e6b5-4f20-acb9-167e9ab82297', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:25,021 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.041s
2026-06-17 15:48:25,021 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-397a07ac-cf41-41e6-bdba-fa9457916769', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-397a07ac-cf41-41e6-bdba-fa9457916769', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:26,072 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.042s
2026-06-17 15:48:26,072 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b3dfad4-35cc-45e0-b141-9bee14c67357', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b3dfad4-35cc-45e0-b141-9bee14c67357', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:27,113 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.033s
2026-06-17 15:48:27,113 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a682c0e-43c8-4655-b194-d113fb56bd1a', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a682c0e-43c8-4655-b194-d113fb56bd1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:28,150 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.030s
2026-06-17 15:48:28,150 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42eecbdd-8ce4-46f2-ae83-b44e4fa3f2d9', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42eecbdd-8ce4-46f2-ae83-b44e4fa3f2d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:29,195 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:48:29,195 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95dcf333-b68c-42d3-b827-49acb69bdd79', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95dcf333-b68c-42d3-b827-49acb69bdd79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:30,235 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.033s
2026-06-17 15:48:30,235 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8838fecc-6957-49e0-a415-c1622b4f989e', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8838fecc-6957-49e0-a415-c1622b4f989e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:31,278 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.036s
2026-06-17 15:48:31,278 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db34c75e-1c1d-48c1-96ad-a1e01a905a71', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db34c75e-1c1d-48c1-96ad-a1e01a905a71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:32,326 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.041s
2026-06-17 15:48:32,327 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b64f989-a80b-4fb0-a26a-9bcd31145f60', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b64f989-a80b-4fb0-a26a-9bcd31145f60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:33,372 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:48:33,372 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d1cd076-bdcf-4422-9a3a-2d176b4ebffa', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d1cd076-bdcf-4422-9a3a-2d176b4ebffa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:34,424 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.046s
2026-06-17 15:48:34,425 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148a6211-302e-4bbe-ac25-90f42575b50c', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148a6211-302e-4bbe-ac25-90f42575b50c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:35,470 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.040s
2026-06-17 15:48:35,470 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da624947-6d25-4a3e-a130-cdcfbf68e84a', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da624947-6d25-4a3e-a130-cdcfbf68e84a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:36,501 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.025s
2026-06-17 15:48:36,501 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67d274c0-59c0-4018-b97d-f41508755016', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67d274c0-59c0-4018-b97d-f41508755016', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:37,550 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.043s
2026-06-17 15:48:37,551 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82a9391e-7458-4335-9572-35260a6387ba', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82a9391e-7458-4335-9572-35260a6387ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:38,604 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.045s
2026-06-17 15:48:38,604 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c20ce7c-1200-41e6-a4bc-323b0be5cda3', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c20ce7c-1200-41e6-a4bc-323b0be5cda3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:39,656 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.043s
2026-06-17 15:48:39,656 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12ddc2ae-fe13-49af-9a3b-1b7c626e55a9', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12ddc2ae-fe13-49af-9a3b-1b7c626e55a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:40,707 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.038s
2026-06-17 15:48:40,707 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c46cb5b3-617c-4cb2-b593-477073e0c228', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c46cb5b3-617c-4cb2-b593-477073e0c228', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:41,739 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.025s
2026-06-17 15:48:41,739 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ed7b2ca-56a7-4e99-a323-4fec978fcbd5', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ed7b2ca-56a7-4e99-a323-4fec978fcbd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:42,791 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.046s
2026-06-17 15:48:42,791 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb1a94e-c1ee-4803-a995-1d63f3f91385', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb1a94e-c1ee-4803-a995-1d63f3f91385', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:43,824 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.024s
2026-06-17 15:48:43,825 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81f19043-bb26-43c1-906b-bfba387068a0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81f19043-bb26-43c1-906b-bfba387068a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:44,862 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.032s
2026-06-17 15:48:44,862 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52babcf9-bbda-4599-9b37-bc725f0b63a0', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52babcf9-bbda-4599-9b37-bc725f0b63a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:45,920 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.048s
2026-06-17 15:48:45,920 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77283535-3300-4d53-937e-ce9fbd831d3f', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77283535-3300-4d53-937e-ce9fbd831d3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:46,982 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.054s
2026-06-17 15:48:46,982 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f30f49e0-a8f6-4eea-b132-dc662c8dc1a7', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30f49e0-a8f6-4eea-b132-dc662c8dc1a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:48,028 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.041s
2026-06-17 15:48:48,028 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04269ae-88c9-446f-8242-1f3a080629bd', 'content-length': '874', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04269ae-88c9-446f-8242-1f3a080629bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:45:52.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:48,168 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.132s
2026-06-17 15:48:48,168 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:48 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-da789a41-086e-43ef-b10b-6e85524ec400', 'x-compute-request-id': 'req-da789a41-086e-43ef-b10b-6e85524ec400', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b''
2026-06-17 15:48:48,474 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.306s
2026-06-17 15:48:48,475 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1679', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d9d42e1-949c-478c-9dfd-29d87ceebbae', 'x-compute-request-id': 'req-8d9d42e1-949c-478c-9dfd-29d87ceebbae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2078681561-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:e6:6d"}, {"version": 4, "addr": "172.24.5.161", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:e6:6d"}]}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "ACTIVE", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:48:48Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": "2026-06-17T15:44:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:48:50,869 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 1.382s
2026-06-17 15:48:50,870 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1679', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f232ce8-2bc6-47d8-95d5-34af26bffeba', 'x-compute-request-id': 'req-2f232ce8-2bc6-47d8-95d5-34af26bffeba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-2078681561-network": [{"version": 4, "addr": "10.1.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:e6:6d"}, {"version": 4, "addr": "172.24.5.161", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:43:e6:6d"}]}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "ACTIVE", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:48:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": "2026-06-17T15:44:50.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--124272530"}], "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-17 15:48:51,997 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.122s
2026-06-17 15:48:51,998 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1323', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d01b3b0-4444-4d0a-8506-ab05f4d57591', 'x-compute-request-id': 'req-9d01b3b0-4444-4d0a-8506-ab05f4d57591', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "ACTIVE", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:48:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": "2026-06-17T15:44:50.000000", "OS-SRV-USG:terminated_at": 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-17 15:48:53,184 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.170s
2026-06-17 15:48:53,185 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55b98d16-61ea-4d06-bc03-a56c7c36f2c8', 'x-compute-request-id': 'req-55b98d16-61ea-4d06-bc03-a56c7c36f2c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "DELETED", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:48:52Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T15:45:53Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": "2026-06-17T15:44:50.000000", "OS-SRV-USG:terminated_at": "2026-06-17T15:48:52.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-17 15:48:53,196 106100 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-06-17 15:48:54,353 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.155s
2026-06-17 15:48:54,353 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a26225e-a167-4486-87bf-a1a81daf8280', 'x-compute-request-id': 'req-8a26225e-a167-4486-87bf-a1a81daf8280', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "DELETED", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:48:52Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T15:45:53Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": "2026-06-17T15:44:50.000000", "OS-SRV-USG:terminated_at": "2026-06-17T15:48:52.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-17 15:48:55,544 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.185s
2026-06-17 15:48:55,545 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e8fa0c1-ca4f-43a6-8f7e-c8c3d97f20f0', 'x-compute-request-id': 'req-6e8fa0c1-ca4f-43a6-8f7e-c8c3d97f20f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:44:29Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "dfb7bfce06eedec1a1f77b840a8b5e41329b057be6b44c787f6b8952", "id": "87ea974e-cb23-40d5-b35b-a9974ae4315f", "image": {"id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/images/67272a6d-b8d2-4cd9-b095-dd69446b5f70"}]}, "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1339903279", "status": "DELETED", "tenant_id": "706106b17a5d46be95ef6e1007d5cc82", "user_id": "24fa773faef2480592c2cb15d7eb3581", "updated": "2026-06-17T15:48:52Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-17T15:45:53Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1927903944", "OS-SRV-USG:launched_at": "2026-06-17T15:44:50.000000", "OS-SRV-USG:terminated_at": "2026-06-17T15:48:52.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-17 15:48:56,597 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f 0.045s
2026-06-17 15:48:56,597 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:56 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-eea4c3cb-c54b-40f9-9246-957328b4179c', 'x-compute-request-id': 'req-eea4c3cb-c54b-40f9-9246-957328b4179c', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/87ea974e-cb23-40d5-b35b-a9974ae4315f'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 87ea974e-cb23-40d5-b35b-a9974ae4315f could not be found."}}'
2026-06-17 15:48:56,641 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.57/compute/v2.1/os-keypairs/tempest-keypair-1927903944 0.043s
2026-06-17 15:48:56,642 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:56 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-5ff6840d-2e7d-4594-a835-1224340e67d9', 'x-compute-request-id': 'req-5ff6840d-2e7d-4594-a835-1224340e67d9', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.57/compute/v2.1/os-keypairs/tempest-keypair-1927903944'}
Body: b''
2026-06-17 15:48:56,859 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.57/networking/v2.0/security-groups/77198563-7eae-4648-b738-407f38858d29 0.217s
2026-06-17 15:48:56,859 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-58893e0b-4493-4b97-ad97-2cdeaaaea93f', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.57/networking/v2.0/security-groups/77198563-7eae-4648-b738-407f38858d29'}
Body: b''
2026-06-17 15:48:56,901 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.57/networking/v2.0/security-groups/77198563-7eae-4648-b738-407f38858d29 0.041s
2026-06-17 15:48:56,901 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-dc25e41c-3189-4e7b-9d01-cdcda8e8b116', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.57/networking/v2.0/security-groups/77198563-7eae-4648-b738-407f38858d29'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 77198563-7eae-4648-b738-407f38858d29 does not exist", "detail": ""}}'
2026-06-17 15:48:57,265 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.57/networking/v2.0/floatingips/bc772c41-d37e-448f-b361-973eb45c8318 0.363s
2026-06-17 15:48:57,265 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-a1315659-4d3f-426e-b5d1-e56328444f11', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.57/networking/v2.0/floatingips/bc772c41-d37e-448f-b361-973eb45c8318'}
Body: b''
2026-06-17 15:48:57,326 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.061s
2026-06-17 15:48:57,327 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965cc7d6-f124-4cb5-9adb-b1cbf00b2389', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b''
2026-06-17 15:48:57,371 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.044s
2026-06-17 15:48:57,372 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2f76b4-03a6-4821-9413-c1f3b04bb00b', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd2f76b4-03a6-4821-9413-c1f3b04bb00b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"volume": {"id": "cdc244e4-2c92-4862-8e18-0b29e8632119", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:44:27.000000", "updated_at": "2026-06-17T15:48:57.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-733525122", "description": null, "volume_type": "tempest-scenario-type-luksv2-7280331", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119"}], "user_id": "24fa773faef2480592c2cb15d7eb3581", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "706106b17a5d46be95ef6e1007d5cc82"}}'
2026-06-17 15:48:58,408 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119 0.029s
2026-06-17 15:48:58,408 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:58 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-beafd21a-b37d-4209-9a8d-7aeb5158d8f8', 'x-openstack-request-id': 'req-beafd21a-b37d-4209-9a8d-7aeb5158d8f8', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.57/volume/v3/volumes/cdc244e4-2c92-4862-8e18-0b29e8632119'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume cdc244e4-2c92-4862-8e18-0b29e8632119 could not be found."}}'
2026-06-17 15:48:58,647 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/detail?all_tenants=1 0.238s
2026-06-17 15:48:58,647 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e250b73f-788e-414b-9353-138ee025966d', 'content-length': '14228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e250b73f-788e-414b-9353-138ee025966d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "b8d47558-7952-4ad5-82e5-6e9f7859e87b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:48:56.000000", "updated_at": "2026-06-17T15:48:56.000000", "name": "tempest-AttachVolumeNegativeTest-volume-418731598", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/b8d47558-7952-4ad5-82e5-6e9f7859e87b"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/b8d47558-7952-4ad5-82e5-6e9f7859e87b"}], "user_id": "6997a48c30e2442e89e20586633fde22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "0f8d8247663f45af9cbacf3232c7393b", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003065@storpool#default"}, {"id": "23ad5acf-d8fe-4972-ab63-2c5cbb5b22e6", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:48:51.000000", "updated_at": "2026-06-17T15:48:55.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-222761572", "description": null, "volume_type": "storpool", "snapshot_id": "f7c192fb-819c-49c1-9341-492d44e65cdb", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/23ad5acf-d8fe-4972-ab63-2c5cbb5b22e6"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/23ad5acf-d8fe-4972-ab63-2c5cbb5b22e6"}], "user_id": "355a77b66cfe4c7683bb7111d013c207", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "e7f780eb4ad14b31927801eceb8869c3", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003065@storpool#default", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "67272a6d-b8d2-4cd9-b095-dd69446b5f70", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}}, {"id": "52d2f818-a666-4d60-9903-7b63e91f65a3", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:48:48.000000", "updated_at": "2026-06-17T15:48:56.000000", "name": "tempest-TestMinimumBasicScenario-volume-370312643", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/52d2f818-a666-4d60-9903-7b63e91f65a3"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/52d2f818-a666-4d60-9903-7b63e91f65a3"}], "user_id": "ca0e06284fbc4dac833d754ccac0032b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "52d2f818-a666-4d60-9903-7b63e91f65a3", "attachment_id": "3375f55e-5144-47a5-928c-fce9d01e8861", "volume_id": "52d2f818-a666-4d60-9903-7b63e91f65a3", "server_id": "8a702412-ac7c-4df3-aeb5-5e4bd5711a3a", "host_name": "np0000003065", "device": "/dev/vdb", "attached_at": "2026-06-17T15:48:52.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "06aa7ae341db40a78ab39524885469e9", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003065@storpool#default"}, {"id": "ab8228b9-4733-4493-a258-5c922ce3359c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:48:40.000000", "updated_at": "2026-06-17T15:48:58.000000", "name": "tempest-VolumesActions
2026-06-17 15:48:58,720 106100 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.57/volume/v3/types/ea016303-5260-4806-91fa-5811f800447e 0.050s
2026-06-17 15:48:58,720 106100 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:48:58 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-3946abcc-f9eb-445f-846f-b411563602a1', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.57/volume/v3/types/ea016303-5260-4806-91fa-5811f800447e'}
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 cdc244e4-2c92-4862-8e18-0b29e8632119 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-17 15:56:59,362 106088 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-928905803 on backend None
2026-06-17 15:56:59,389 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.57/volume/v3/types 0.027s
2026-06-17 15:56:59,389 106088 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-928905803", "extra_specs": {}}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31b7b879-75cc-452a-aa93-e77c5f3d4f91', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31b7b879-75cc-452a-aa93-e77c5f3d4f91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/types'}
Body: b'{"volume_type": {"id": "96022d46-f81f-49be-971b-abf3e03bc4db", "name": "tempest-scenario-type-luks2-928905803", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-17 15:56:59,390 106088 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 96022d46-f81f-49be-971b-abf3e03bc4db
2026-06-17 15:56:59,417 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.57/volume/v3/types/96022d46-f81f-49be-971b-abf3e03bc4db/encryption 0.026s
2026-06-17 15:56:59,417 106088 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': 'Wed, 17 Jun 2026 15:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68674691-9bf5-47cb-93b7-253888882826', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68674691-9bf5-47cb-93b7-253888882826', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/types/96022d46-f81f-49be-971b-abf3e03bc4db/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "96022d46-f81f-49be-971b-abf3e03bc4db", "encryption_id": "f8efda93-7271-41f8-b9f8-16a1119639b4"}}'
2026-06-17 15:56:59,577 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.57/volume/v3/volumes 0.159s
2026-06-17 15:56:59,577 106088 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-795334107", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-928905803", "size": 1}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fed702c-f4f2-4fc6-b20b-11124d6b470d', 'content-length': '777', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fed702c-f4f2-4fc6-b20b-11124d6b470d', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.57/volume/v3/volumes'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:56:59.528579", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-17 15:56:59,609 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:56:59,609 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:56:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29faac5a-73c6-4d87-ab47-24c051c6577b', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29faac5a-73c6-4d87-ab47-24c051c6577b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:00,649 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:57:00,649 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04414ea3-acd7-4515-a13e-b777d2978a61', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04414ea3-acd7-4515-a13e-b777d2978a61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:00.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:00,654 106088 INFO [tempest.common.waiters] volume 3d77906d-54dd-4f8f-ba14-b4bf535cb88a reached available after waiting for 1.654593 seconds
2026-06-17 15:57:00,680 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.025s
2026-06-17 15:57:00,680 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a6d32a-0435-42cd-b3a5-147fcc836569', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a6d32a-0435-42cd-b3a5-147fcc836569', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:00.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:00,719 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a/action 0.031s
2026-06-17 15:57:00,719 106088 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': 'Wed, 17 Jun 2026 15:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-28291c39-87e5-4e0a-9f07-44cad48c0e77', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28291c39-87e5-4e0a-9f07-44cad48c0e77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a/action'}
Body: b''
2026-06-17 15:57:00,804 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.57/identity/v3/auth/tokens 0.081s
2026-06-17 15:57:00,804 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:00 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-d0ab0e0a-95d8-4bd4-a0e7-53f113ff9536', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.57/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "eefc20c9488348bf85e5566980d8b913", "name": "tempest-TestVolumeBootPattern-1760742370-project-member", "password_expires_at": null}, "audit_ids": ["LurtFJHNQgWR17LTUTDoEg"], "expires_at": "2026-06-17T16:57:00.000000Z", "issued_at": "2026-06-17T15:57:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d739140cc40d4dfe82d6b055f6a667d5", "name": "tempest-TestVolumeBootPattern-1760742370"}, "is_domain": false, "roles": [{"id": "788e823671cd4f20bfbc25e4e4188dec", "name": "reader"}, {"id": "00e37093f442450992c1d1a698487502", "name": "member"}], "catalog": [{"endpoints": [{"id": "f5479ecb17ab4ed196732a5b3617892a", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.57:8080", "region": "RegionOne"}, {"id": "f7460366ed244f89bc745fc81ac94b4b", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57:8080/v1/AUTH_d739140cc40d4dfe82d6b055f6a667d5", "region": "RegionOne"}], "id": "0482bfc3116c4da6be874484d27b024e", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "de3994c6e3af401090daf91c78fc6a17", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/compute/v2.1", "region": "RegionOne"}], "id": "2ff2c64f398646eeacd5f21cd37f7087", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "49a50483a85941cc948a89c012db6d40", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/networking", "region": "RegionOne"}], "id": "614d0ab9b2eb495c8bfdbcba0703f335", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "d04f40ab0b5b4eba8a29d5b471b70b1f", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/volume/v3", "region": "RegionOne"}], "id": "61c8d90b4642422fa41e9fff2a5f356d", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "c4775c3d4df343d2b1d9f76bf294ab1c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/image", "region": "RegionOne"}], "id": "6c5265d4a6044f4e8f6f34e34ea30092", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9bace33293384865a1c0c6af4ce4bbb0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/placement", "region": "RegionOne"}], "id": "71cd4ce4a1994c83a6531c958578758d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "05c8a47aae6d45b9900c39d8ef07c513", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/compute/v2/d739140cc40d4dfe82d6b055f6a667d5", "region": "RegionOne"}], "id": "8c2e4cb12cb841839e3eb7736ed4e295", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "c026f8702f5a443e973c81c1d42ae2a0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.57/identity", "region": "RegionOne"}], "id": "da4083922db54d758d6518f2462c5a66", "type": "identity", "name": "keystone"}]}}'
2026-06-17 15:57:00,805 106088 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': 'ba1ea094-f1c8-4d2f-be4d-1c8de7c8a2f4', 'name': 'tempest-TestVolumeBootPattern-654772763-network', 'tenant_id': 'd739140cc40d4dfe82d6b055f6a667d5', 'project_id': 'd739140cc40d4dfe82d6b055f6a667d5', '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': 32592, '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-17T15:56:16Z', 'updated_at': '2026-06-17T15:56:16Z', 'revision_number': 1} available for tenant
2026-06-17 15:57:01,565 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.57/compute/v2.1/servers 0.760s
2026-06-17 15:57:01,565 106088 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-364511399", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "ba1ea094-f1c8-4d2f-be4d-1c8de7c8a2f4"}]}}
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0dd2361-b1ff-4154-ab21-24cb2d145214', 'x-compute-request-id': 'req-a0dd2361-b1ff-4154-ab21-24cb2d145214', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.57/compute/v2.1/servers'}
Body: b'{"server": {"id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "QVj3HBmu6JUe"}}'
2026-06-17 15:57:01,654 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.087s
2026-06-17 15:57:01,654 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1051', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50d78d04-15ca-4cfe-ab2d-3af2d5349a2a', 'x-compute-request-id': 'req-50d78d04-15ca-4cfe-ab2d-3af2d5349a2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:02Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:01Z", "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-17 15:57:02,758 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.098s
2026-06-17 15:57:02,758 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1101', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-002a87a6-e7f2-42d5-8ccd-e315b9e34511', 'x-compute-request-id': 'req-002a87a6-e7f2-42d5-8ccd-e315b9e34511', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:02Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:03,854 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.089s
2026-06-17 15:57:03,854 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49c4ab21-7bd0-4979-9c18-e2d5b48353e1', 'x-compute-request-id': 'req-49c4ab21-7bd0-4979-9c18-e2d5b48353e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:03Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:03,862 106088 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-17 15:57:04,950 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.087s
2026-06-17 15:57:04,950 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1149', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9f50cd8-dade-4f83-90f0-264a94c767d4', 'x-compute-request-id': 'req-f9f50cd8-dade-4f83-90f0-264a94c767d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:03Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:06,056 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.098s
2026-06-17 15:57:06,056 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1157', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf93b965-8687-46bd-a8df-d3a0100c8916', 'x-compute-request-id': 'req-bf93b965-8687-46bd-a8df-d3a0100c8916', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:05Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:06,062 106088 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-17 15:57:07,251 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.188s
2026-06-17 15:57:07,251 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a66c41c-a539-42ff-9730-40bf144fd604', 'x-compute-request-id': 'req-6a66c41c-a539-42ff-9730-40bf144fd604', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:07Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:07,257 106088 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-06-17 15:57:08,467 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.209s
2026-06-17 15:57:08,467 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dfb86e4-f146-401c-8195-47a2255c92eb', 'x-compute-request-id': 'req-7dfb86e4-f146-401c-8195-47a2255c92eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:07Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:09,657 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.183s
2026-06-17 15:57:09,657 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d72f94e-1144-4a73-8267-ecd19e2a3328', 'x-compute-request-id': 'req-9d72f94e-1144-4a73-8267-ecd19e2a3328', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:09Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:09,662 106088 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-17 15:57:10,859 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.196s
2026-06-17 15:57:10,860 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0229ef8-e6d5-40cd-83d4-84fba7e7c2d3', 'x-compute-request-id': 'req-e0229ef8-e6d5-40cd-83d4-84fba7e7c2d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:09Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:12,078 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.212s
2026-06-17 15:57:12,078 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce83588f-790d-45f6-a43a-2a6d605153ab', 'x-compute-request-id': 'req-ce83588f-790d-45f6-a43a-2a6d605153ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:09Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:13,288 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.203s
2026-06-17 15:57:13,288 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a57a908-b090-4e79-963c-2908eb8b73fc', 'x-compute-request-id': 'req-6a57a908-b090-4e79-963c-2908eb8b73fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-17T15:57:01Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.57/compute/flavors/42"}]}, "hostId": "e41bd7025cd9f5f8bd6bdd4c163f93afbca59b6f3751dfdce498014e", "id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}, {"rel": "bookmark", "href": "https://10.4.3.57/compute/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-364511399", "status": "BUILD", "tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "user_id": "eefc20c9488348bf85e5566980d8b913", "updated": "2026-06-17T15:57:09Z", "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": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}]}}'
2026-06-17 15:57:14,380 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.084s
2026-06-17 15:57:14,380 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:14 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-d46a57f8-e93f-4be9-acd0-26e0dc7d0b74', 'x-compute-request-id': 'req-d46a57f8-e93f-4be9-acd0-26e0dc7d0b74', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 15:57:14,459 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 DELETE https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.078s
2026-06-17 15:57:14,459 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:14 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-705a9f82-d24b-452e-b8d4-4cba543dfa11', 'x-compute-request-id': 'req-705a9f82-d24b-452e-b8d4-4cba543dfa11', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 15:57:14,460 106088 ERROR [tempest.common.compute] Deleting server 2f4b9d9a-cb99-44f8-9153-5897eab43804 failed
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 348, in create_test_server
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute clients.servers_client.delete_server(
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 188, in delete_server
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute resp, body = self.delete("servers/%s" % server_id)
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 362, in delete
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute return self.request('DELETE', url, extra_headers, headers, body)
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 15:57:14.460 106088 ERROR tempest.common.compute
2026-06-17 15:57:14,509 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 500 GET https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804 0.047s
2026-06-17 15:57:14,509 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:14 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-e40ae239-8545-4d6e-9e11-423a3f9c4206', 'x-compute-request-id': 'req-e40ae239-8545-4d6e-9e11-423a3f9c4206', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.57/compute/v2.1/servers/2f4b9d9a-cb99-44f8-9153-5897eab43804'}
Body: b'{"computeFault": {"code": 500, "message": "Unexpected API Error. Please contact the administrator\\n<class \'oslo_db.exception.DBConnectionError\'>"}}'
2026-06-17 15:57:14,510 106088 ERROR [tempest.common.compute] Server 2f4b9d9a-cb99-44f8-9153-5897eab43804 failed to delete in time
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute server = waiters.wait_for_server_status(
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 65, in wait_for_server_status
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute During handling of the above exception, another exception occurred:
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute Traceback (most recent call last):
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/compute.py", line 361, in create_test_server
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute waiters.wait_for_server_termination(
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/common/waiters.py", line 110, in wait_for_server_termination
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute body = client.show_server(server_id)['server']
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 175, in show_server
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute resp, body = self.get("servers/%s" % server_id)
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 345, in get
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute return self.request('GET', url, extra_headers, headers,
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute resp, resp_body = super(BaseComputeClient, self).request(
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 767, in request
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute self._error_checker(resp, resp_body)
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 952, in _error_checker
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute raise exceptions.ServerFault(resp_body, resp=resp,
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute tempest.lib.exceptions.ServerFault: Got server fault
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute Details: Unexpected API Error. Please contact the administrator
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute <class 'oslo_db.exception.DBConnectionError'>
2026-06-17 15:57:14.510 106088 ERROR tempest.common.compute
2026-06-17 15:57:14,578 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 500 DELETE https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.064s
2026-06-17 15:57:14,578 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:14 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-e6bc179a-026f-47db-a0e4-ce2054b5c5c1', 'x-openstack-request-id': 'req-e6bc179a-026f-47db-a0e4-ce2054b5c5c1', 'connection': 'close', 'status': '500', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"computeFault": {"code": 500, "message": "The server has either erred or is incapable of performing the requested operation."}}'
2026-06-17 15:57:14,579 106088 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 0x7dc3ac53b200>>, retrying...
2026-06-17 15:57:19,669 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.090s
2026-06-17 15:57:19,670 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:19 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-d6fb217e-b251-4d16-8b8e-91ac2890f61c', 'x-openstack-request-id': 'req-d6fb217e-b251-4d16-8b8e-91ac2890f61c', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
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-17 15:57:19,739 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.068s
2026-06-17 15:57:19,740 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bebe58e-25ed-436f-9695-294912a55902', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bebe58e-25ed-436f-9695-294912a55902', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:20,782 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.037s
2026-06-17 15:57:20,782 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc3ab44-5843-43e1-adb1-0a4c8ea2c38c', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc3ab44-5843-43e1-adb1-0a4c8ea2c38c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:21,825 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.038s
2026-06-17 15:57:21,826 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fc0dc04-7d1c-44f9-aaf4-9e0fbc5bacfa', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fc0dc04-7d1c-44f9-aaf4-9e0fbc5bacfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:22,865 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:57:22,865 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-226ed51c-8e55-4b4f-9573-3af9112f379c', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-226ed51c-8e55-4b4f-9573-3af9112f379c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:23,904 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:57:23,904 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0aa422-5fbb-4ed3-ac0a-9c8e5689997b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0aa422-5fbb-4ed3-ac0a-9c8e5689997b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:24,941 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:57:24,941 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40eafec5-d747-458e-94c0-2ee9a98bef3d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40eafec5-d747-458e-94c0-2ee9a98bef3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:25,972 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:57:25,972 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b991ea0-ea6a-43dd-be3b-7f3906ce6304', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b991ea0-ea6a-43dd-be3b-7f3906ce6304', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:27,015 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.036s
2026-06-17 15:57:27,015 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75424ec5-39b4-43f3-91bc-6c25c636e5a6', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75424ec5-39b4-43f3-91bc-6c25c636e5a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:28,050 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:57:28,050 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51d9a877-624f-46cf-9f3c-1ae2cd44dee6', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51d9a877-624f-46cf-9f3c-1ae2cd44dee6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:29,091 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.036s
2026-06-17 15:57:29,091 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a5aa741-c708-4097-acf9-9ab4214ebdc3', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a5aa741-c708-4097-acf9-9ab4214ebdc3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:30,125 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:57:30,126 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91b48b46-eefa-4eeb-b8d8-e0970ee8a33b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91b48b46-eefa-4eeb-b8d8-e0970ee8a33b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:31,165 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:57:31,165 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35b8cd3e-cda5-41e0-93e4-bbe3eec26515', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35b8cd3e-cda5-41e0-93e4-bbe3eec26515', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:32,209 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:57:32,209 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb7081c-6cd1-4131-9f7e-0223ff95a228', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb7081c-6cd1-4131-9f7e-0223ff95a228', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:33,242 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:57:33,243 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b39fd12-feed-4b67-aff4-90eacabdbd2c', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b39fd12-feed-4b67-aff4-90eacabdbd2c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:34,278 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:57:34,278 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45b2a17f-76f8-45d8-a27a-febb8ee775ba', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45b2a17f-76f8-45d8-a27a-febb8ee775ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:35,320 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:57:35,320 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef740ff1-9b3e-4f45-bf8c-fa85c89c8df5', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef740ff1-9b3e-4f45-bf8c-fa85c89c8df5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:36,354 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:57:36,354 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a4e069a-1321-4afb-835e-45ab97522873', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a4e069a-1321-4afb-835e-45ab97522873', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:37,392 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:57:37,393 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3dceeaa3-8f8b-41d0-a677-d6d807137a00', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3dceeaa3-8f8b-41d0-a677-d6d807137a00', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:38,427 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:57:38,428 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c607635a-8306-430e-89ff-163b40d4bd4d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c607635a-8306-430e-89ff-163b40d4bd4d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:39,466 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:57:39,466 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caf34201-cbaa-40cc-8bfc-18c233a074ea', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caf34201-cbaa-40cc-8bfc-18c233a074ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:40,502 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:57:40,503 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83246860-02b8-428e-bffc-2959cd017210', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83246860-02b8-428e-bffc-2959cd017210', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:41,548 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.039s
2026-06-17 15:57:41,548 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f119035-3788-491d-a26b-3a4d941dc26e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f119035-3788-491d-a26b-3a4d941dc26e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:42,587 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:57:42,587 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a5de6e5-ce5f-42f5-a827-fcfe8d009b53', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a5de6e5-ce5f-42f5-a827-fcfe8d009b53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:43,626 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:57:43,626 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b167e90-5913-47ee-85c4-3dc44a19b599', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b167e90-5913-47ee-85c4-3dc44a19b599', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:44,656 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.024s
2026-06-17 15:57:44,656 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c38ba77-dfe1-4b86-8109-cb041742e6e1', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c38ba77-dfe1-4b86-8109-cb041742e6e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:45,692 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:57:45,692 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c7d5f50-295e-43f8-8228-4c9df354f3c8', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c7d5f50-295e-43f8-8228-4c9df354f3c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:46,728 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:57:46,728 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21fae3e7-b591-4e50-8a3e-0bba9286afb7', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21fae3e7-b591-4e50-8a3e-0bba9286afb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:47,765 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:57:47,765 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef40be5e-6969-4ff5-98bb-13f54f21e3b5', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef40be5e-6969-4ff5-98bb-13f54f21e3b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:48,803 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:57:48,804 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e14bf8f-7c50-4e16-a5ef-c0b061d1123a', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e14bf8f-7c50-4e16-a5ef-c0b061d1123a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:49,844 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:57:49,844 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb8440e-2e35-4ce0-a495-bd320658f5e2', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb8440e-2e35-4ce0-a495-bd320658f5e2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:50,883 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:57:50,884 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd58317b-0728-4614-9772-8663a6ee5bcc', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd58317b-0728-4614-9772-8663a6ee5bcc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:51,920 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:57:51,920 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e455a52c-606f-498d-9637-7eab2b0c33b9', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e455a52c-606f-498d-9637-7eab2b0c33b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:52,953 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:57:52,953 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e2ed06-407c-4d0f-9a1c-a2a9c5090a03', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e2ed06-407c-4d0f-9a1c-a2a9c5090a03', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:53,992 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.034s
2026-06-17 15:57:53,992 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-163fdda8-12b8-499a-89b4-98be1ac851be', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-163fdda8-12b8-499a-89b4-98be1ac851be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:55,024 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.025s
2026-06-17 15:57:55,024 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d71dae-9935-40c7-9b88-e471eb90087e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d71dae-9935-40c7-9b88-e471eb90087e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:56,065 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:57:56,065 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25f0ec82-af5c-44f8-9c1c-8c9bd902590e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25f0ec82-af5c-44f8-9c1c-8c9bd902590e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:57,099 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:57:57,099 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8382335a-5050-437b-bed7-193b222fa862', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8382335a-5050-437b-bed7-193b222fa862', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:58,134 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:57:58,134 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74552686-97c9-4f93-bef0-47a741f0a01e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74552686-97c9-4f93-bef0-47a741f0a01e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:57:59,171 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:57:59,172 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:57:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dae6417-4102-4ad8-b53d-6b498f9ecb9d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dae6417-4102-4ad8-b53d-6b498f9ecb9d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:00,205 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:58:00,206 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66e62f69-7f3c-4195-a069-1c29366eec88', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66e62f69-7f3c-4195-a069-1c29366eec88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:01,242 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:58:01,242 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21813f39-2b09-4505-b7af-ef0305553213', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21813f39-2b09-4505-b7af-ef0305553213', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:02,277 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:58:02,277 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd4b77c-3f71-4d73-87c5-e41024a20ad3', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd4b77c-3f71-4d73-87c5-e41024a20ad3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:03,310 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:58:03,310 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c8e925d-9ced-4ec9-84f7-6729820fff07', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c8e925d-9ced-4ec9-84f7-6729820fff07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:04,347 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:58:04,348 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b59093a5-fca3-4af8-951f-8531114bba79', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b59093a5-fca3-4af8-951f-8531114bba79', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:05,382 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:58:05,383 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d967cb1b-b126-4103-be21-971a79fff205', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d967cb1b-b126-4103-be21-971a79fff205', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:06,421 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:58:06,421 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-548c8458-3b91-4a52-82f2-801e153138cd', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-548c8458-3b91-4a52-82f2-801e153138cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:07,460 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:58:07,460 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81845983-f542-4cd2-8247-ba40775b4e1b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81845983-f542-4cd2-8247-ba40775b4e1b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:08,496 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:08,497 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a64edc5-317b-4ea7-bdc3-8bc2ad5dfcd4', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a64edc5-317b-4ea7-bdc3-8bc2ad5dfcd4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:09,534 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:58:09,534 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c9bef46-1536-4930-979b-a981130a649b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9bef46-1536-4930-979b-a981130a649b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:10,564 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.025s
2026-06-17 15:58:10,565 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a23838ef-96af-4ba5-8966-0978c62c9280', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a23838ef-96af-4ba5-8966-0978c62c9280', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:11,600 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:11,600 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b5551e4-e599-4b04-a654-5740a4bee8fb', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5551e4-e599-4b04-a654-5740a4bee8fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:12,636 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:58:12,636 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e442a0a1-807a-4829-810a-43f2c57d53e0', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e442a0a1-807a-4829-810a-43f2c57d53e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:13,668 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:58:13,668 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8c54969-9c83-4133-8089-ce63a6efb82a', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8c54969-9c83-4133-8089-ce63a6efb82a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:14,703 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:58:14,703 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd3e78e-b8a9-44ab-922b-57af49f5f1c0', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd3e78e-b8a9-44ab-922b-57af49f5f1c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:15,737 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:58:15,738 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-625cb852-1a0b-420b-a491-cdb7a3ca5534', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-625cb852-1a0b-420b-a491-cdb7a3ca5534', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:16,782 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.037s
2026-06-17 15:58:16,782 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ff40944-9ffe-4be7-8104-d026aaa7a848', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ff40944-9ffe-4be7-8104-d026aaa7a848', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:17,815 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:58:17,815 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44424857-4e94-4b65-b366-942f9620b47f', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44424857-4e94-4b65-b366-942f9620b47f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:18,848 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:58:18,848 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f38ec75-c699-4c49-9b24-73ba67566521', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f38ec75-c699-4c49-9b24-73ba67566521', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:19,879 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:58:19,879 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32852373-c2b3-4861-aafd-1f1521ec70f5', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32852373-c2b3-4861-aafd-1f1521ec70f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:20,911 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:58:20,911 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca23cbf-8e48-4d96-aab0-1fd750eae77a', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca23cbf-8e48-4d96-aab0-1fd750eae77a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:21,941 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.024s
2026-06-17 15:58:21,941 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbdccd41-5747-40fc-9e06-2de661e7ea44', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbdccd41-5747-40fc-9e06-2de661e7ea44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:22,974 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:58:22,975 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bf60f4c-0426-4243-aa59-65a81c88ac4f', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bf60f4c-0426-4243-aa59-65a81c88ac4f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:24,010 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:24,010 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f235f248-b502-4019-ba77-fcbb49361c9e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f235f248-b502-4019-ba77-fcbb49361c9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:25,050 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:58:25,050 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7e0487a-b3a7-4fd2-beb1-581a670731f0', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7e0487a-b3a7-4fd2-beb1-581a670731f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:26,091 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:58:26,091 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f167c8d1-f738-4625-82c0-ac0c976f0270', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f167c8d1-f738-4625-82c0-ac0c976f0270', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:27,137 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.038s
2026-06-17 15:58:27,137 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e3c5d5-8800-4936-8096-570b8e5bc005', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e3c5d5-8800-4936-8096-570b8e5bc005', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:28,174 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:58:28,174 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e2f9437-6e0c-4117-af77-8903bd05d134', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e2f9437-6e0c-4117-af77-8903bd05d134', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:29,213 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:58:29,213 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a58dd5f3-b9a2-44f1-b98a-a9b194b4a554', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a58dd5f3-b9a2-44f1-b98a-a9b194b4a554', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:30,250 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:30,251 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95e96f07-eb87-46e9-9deb-3dd0d4f42488', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95e96f07-eb87-46e9-9deb-3dd0d4f42488', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:31,289 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:58:31,289 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aaa182f-1dd9-404a-b756-f9eee458ffe3', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aaa182f-1dd9-404a-b756-f9eee458ffe3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:32,329 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:58:32,329 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7195069b-04e5-401d-865a-0011f62cd488', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7195069b-04e5-401d-865a-0011f62cd488', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:33,371 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:58:33,372 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b762a8e-0da9-4aba-9cc9-908193ebdcd8', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b762a8e-0da9-4aba-9cc9-908193ebdcd8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:34,408 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:34,408 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fde4abfa-5af4-4759-9e7e-970a3268c008', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fde4abfa-5af4-4759-9e7e-970a3268c008', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:35,444 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:35,444 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39ff95f0-726e-480c-ab7e-5fbaa232bab4', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ff95f0-726e-480c-ab7e-5fbaa232bab4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:36,479 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:58:36,479 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7199003e-e3b3-4ae4-924e-bcce97ca8d2c', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7199003e-e3b3-4ae4-924e-bcce97ca8d2c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:37,514 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:58:37,514 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc13e77e-bf76-44c4-9301-5acc0ae429ac', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc13e77e-bf76-44c4-9301-5acc0ae429ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:38,549 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:38,549 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efbe3fa4-a870-4f13-894c-aa4ef72db748', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efbe3fa4-a870-4f13-894c-aa4ef72db748', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:39,581 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:58:39,581 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f792d8a8-491c-4013-8951-8aeb1e8ef5d4', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f792d8a8-491c-4013-8951-8aeb1e8ef5d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:40,622 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:58:40,622 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded75361-d554-40f5-8976-694dfcd0c6a6', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ded75361-d554-40f5-8976-694dfcd0c6a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:41,660 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:41,660 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-371d619c-4646-4974-972a-20181756cf2d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-371d619c-4646-4974-972a-20181756cf2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:42,690 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.025s
2026-06-17 15:58:42,690 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-562ec2a3-fb00-42da-8862-2d154bec82ab', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-562ec2a3-fb00-42da-8862-2d154bec82ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:43,728 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:58:43,729 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3b8cfb6-2922-4042-b959-084055ee27dc', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3b8cfb6-2922-4042-b959-084055ee27dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:44,759 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.025s
2026-06-17 15:58:44,759 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-697e5660-f9ec-4b95-83ed-ceb52d0312ca', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-697e5660-f9ec-4b95-83ed-ceb52d0312ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:45,796 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:58:45,796 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68006d30-b9e6-4f4d-9b48-600d3f5379b3', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68006d30-b9e6-4f4d-9b48-600d3f5379b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:46,837 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:58:46,837 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62110315-a589-4da5-8252-2e6aa2b8ed69', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62110315-a589-4da5-8252-2e6aa2b8ed69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:47,874 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:58:47,874 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61b8ecc7-a345-4dee-9e07-1954784ea4c8', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61b8ecc7-a345-4dee-9e07-1954784ea4c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:48,906 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:58:48,907 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0162890-756b-4cf7-a43a-041d3e217007', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0162890-756b-4cf7-a43a-041d3e217007', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:49,938 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:58:49,938 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44466555-14e0-408d-9f06-4c2f1c508086', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44466555-14e0-408d-9f06-4c2f1c508086', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:50,977 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:58:50,977 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637396d6-0785-4ab4-a02c-99c5ef6c7c9e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637396d6-0785-4ab4-a02c-99c5ef6c7c9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:52,008 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:58:52,009 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-871f6c66-390e-49a7-9611-60dbaed32821', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-871f6c66-390e-49a7-9611-60dbaed32821', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:53,050 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.036s
2026-06-17 15:58:53,051 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71a5014b-e204-4f55-9130-5794637f0a73', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71a5014b-e204-4f55-9130-5794637f0a73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:54,093 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:58:54,094 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e02e745-564a-4695-a66e-f970ef43762f', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e02e745-564a-4695-a66e-f970ef43762f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:55,136 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.037s
2026-06-17 15:58:55,137 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e772b2-221c-411a-8cb7-2bd48524ab9c', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e772b2-221c-411a-8cb7-2bd48524ab9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:56,179 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:58:56,179 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-772b7413-0e58-4c14-afda-746ff1da49d0', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-772b7413-0e58-4c14-afda-746ff1da49d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:57,224 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.039s
2026-06-17 15:58:57,225 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24036500-e093-4ee5-8bee-cad620f7103e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24036500-e093-4ee5-8bee-cad620f7103e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:58,262 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:58:58,262 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbbd6453-4ed7-4cba-9402-b6914a10b786', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbbd6453-4ed7-4cba-9402-b6914a10b786', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:58:59,298 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:58:59,298 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:58:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb986b32-995e-4321-8b8c-b4088351f0b8', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb986b32-995e-4321-8b8c-b4088351f0b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:00,331 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:59:00,331 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b286ed-e094-4c16-af96-1b3a9700bf51', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b286ed-e094-4c16-af96-1b3a9700bf51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:01,377 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.040s
2026-06-17 15:59:01,377 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-826d5fd8-aab1-44f6-aa97-ab53da335923', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-826d5fd8-aab1-44f6-aa97-ab53da335923', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:02,416 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:59:02,416 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-927a3fb1-f45e-4f54-a9fe-fba8b4650168', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-927a3fb1-f45e-4f54-a9fe-fba8b4650168', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:03,451 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:59:03,451 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b871b335-a6e8-4080-abb6-b43ed960ef8c', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b871b335-a6e8-4080-abb6-b43ed960ef8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:04,492 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:59:04,493 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b89b64e-cfb4-445e-845e-a7e897747829', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b89b64e-cfb4-445e-845e-a7e897747829', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:05,533 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:59:05,533 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4784edd2-9583-4d6a-af05-dfd7b107071d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4784edd2-9583-4d6a-af05-dfd7b107071d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:06,569 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:59:06,569 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2096f8ea-0e76-4700-8a31-9faa6ca4484e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2096f8ea-0e76-4700-8a31-9faa6ca4484e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:07,606 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:59:07,606 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dacf3c8a-5d73-47f5-80ef-87181573bb62', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dacf3c8a-5d73-47f5-80ef-87181573bb62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:08,643 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:59:08,644 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85a2e888-e684-4130-a799-4630540a212f', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85a2e888-e684-4130-a799-4630540a212f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:09,681 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:59:09,681 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f14da0c-ff91-4c41-af77-b060928ab8b8', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f14da0c-ff91-4c41-af77-b060928ab8b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:10,722 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:59:10,722 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec0092ed-20ac-4ccc-b085-7beeafa58513', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec0092ed-20ac-4ccc-b085-7beeafa58513', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:11,756 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:59:11,757 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40dd95e2-3ff1-4a0b-9fa5-49e1d051de0b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40dd95e2-3ff1-4a0b-9fa5-49e1d051de0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:12,797 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:59:12,797 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d55911df-cd91-4d64-bb0e-c8eabaa3d29c', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d55911df-cd91-4d64-bb0e-c8eabaa3d29c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:13,830 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:59:13,830 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-082a3455-de56-41b7-b4d7-405f82c7ec17', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-082a3455-de56-41b7-b4d7-405f82c7ec17', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:14,867 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:59:14,867 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f78df37d-2adb-4c65-be68-8f93ccfe574e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f78df37d-2adb-4c65-be68-8f93ccfe574e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:15,901 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:59:15,901 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ce1b2b9-4424-4e33-ab08-cfcd456ece8b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ce1b2b9-4424-4e33-ab08-cfcd456ece8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:16,935 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:59:16,935 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d28b1d36-5def-4fdf-ad2e-cbc0dbfdfde7', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d28b1d36-5def-4fdf-ad2e-cbc0dbfdfde7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:17,972 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:59:17,972 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eda025ec-5428-403e-bbef-6adc0af99d03', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eda025ec-5428-403e-bbef-6adc0af99d03', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:19,003 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:59:19,003 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7ae6fac-2798-4fcf-9930-2764978cf661', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7ae6fac-2798-4fcf-9930-2764978cf661', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:20,036 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:59:20,037 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efac22aa-7123-46fc-854b-da4364144c56', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efac22aa-7123-46fc-854b-da4364144c56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:21,080 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.038s
2026-06-17 15:59:21,081 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-956b3c8e-76ce-4875-9e1c-3803200f044d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-956b3c8e-76ce-4875-9e1c-3803200f044d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:22,118 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:59:22,118 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3db182b-8f8d-4d06-9972-398665e4690d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3db182b-8f8d-4d06-9972-398665e4690d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:23,152 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:59:23,152 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f036800-6c98-4823-a608-a70579d6dba1', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f036800-6c98-4823-a608-a70579d6dba1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:24,192 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.034s
2026-06-17 15:59:24,192 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-564ea8f4-7d23-4beb-8ebd-a68036990c07', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-564ea8f4-7d23-4beb-8ebd-a68036990c07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:25,234 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 15:59:25,235 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43dde3bd-6bc6-4ed8-a44e-3f5b45d253e9', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43dde3bd-6bc6-4ed8-a44e-3f5b45d253e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:26,269 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:59:26,270 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6f1226-58b0-4e17-98b6-33d808672f2f', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6f1226-58b0-4e17-98b6-33d808672f2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:27,305 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:59:27,306 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40154784-d878-4bcf-8a88-e65cd63e34fa', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40154784-d878-4bcf-8a88-e65cd63e34fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:28,340 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:59:28,340 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26162eab-251e-4f27-89f1-125277b1594b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26162eab-251e-4f27-89f1-125277b1594b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:29,376 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:59:29,376 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66a43206-5fd8-4f0b-8bc3-95dca6d333d7', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66a43206-5fd8-4f0b-8bc3-95dca6d333d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:30,417 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.034s
2026-06-17 15:59:30,417 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87fe737-e66b-4ead-ba1e-c9b787ef007e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87fe737-e66b-4ead-ba1e-c9b787ef007e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:31,455 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:59:31,455 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33494613-f569-4268-8e0d-2951d2ee39d9', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33494613-f569-4268-8e0d-2951d2ee39d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:32,497 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.036s
2026-06-17 15:59:32,497 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685b4594-5d4f-4241-81b8-60a0b88acad2', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685b4594-5d4f-4241-81b8-60a0b88acad2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:33,528 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.025s
2026-06-17 15:59:33,529 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc68143d-f581-475b-8927-088dbf401539', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc68143d-f581-475b-8927-088dbf401539', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:34,565 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:59:34,565 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f559643b-7559-4c1e-9724-39ea5d9bc4b9', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f559643b-7559-4c1e-9724-39ea5d9bc4b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:35,596 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:59:35,596 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a71c81e7-41b2-4fc9-a54d-b6cd3b929002', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a71c81e7-41b2-4fc9-a54d-b6cd3b929002', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:36,630 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:59:36,630 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c655f4d6-25ff-41c6-82c6-b20697731251', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c655f4d6-25ff-41c6-82c6-b20697731251', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:37,670 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:59:37,670 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6671c43-72df-4f2d-a57a-54146b4cc0f6', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6671c43-72df-4f2d-a57a-54146b4cc0f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:38,705 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:59:38,705 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0cae7c5-f8c6-4b12-aa57-af9090f5b97b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0cae7c5-f8c6-4b12-aa57-af9090f5b97b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:39,735 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.025s
2026-06-17 15:59:39,736 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74962e63-488a-4a3b-9fa0-d2f3e75a838c', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74962e63-488a-4a3b-9fa0-d2f3e75a838c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:40,770 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:59:40,770 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28dfb188-13d0-4a3d-aea6-860e62f9fbab', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28dfb188-13d0-4a3d-aea6-860e62f9fbab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:41,808 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:59:41,808 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-262e46f0-b5b1-46ae-a098-1b25931a3e9e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-262e46f0-b5b1-46ae-a098-1b25931a3e9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:42,844 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:59:42,844 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e9b729-207d-437c-afb3-d91c96f2232b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e9b729-207d-437c-afb3-d91c96f2232b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:43,880 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 15:59:43,880 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5224db9-bf91-4ed0-8278-c84fe0505850', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5224db9-bf91-4ed0-8278-c84fe0505850', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:44,914 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 15:59:44,914 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eac6fd23-e143-4a14-b7c6-73988f8ce45e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eac6fd23-e143-4a14-b7c6-73988f8ce45e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:45,952 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:59:45,953 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b19b389-62a0-4adf-80f4-8ece1e590223', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b19b389-62a0-4adf-80f4-8ece1e590223', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:46,987 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:59:46,988 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b33d265-a54a-49c2-a008-631966fb78cb', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b33d265-a54a-49c2-a008-631966fb78cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:48,020 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:59:48,020 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1585e1bc-eab0-47c1-9193-2d80ae6162d5', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1585e1bc-eab0-47c1-9193-2d80ae6162d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:49,055 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 15:59:49,055 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82354ab5-2793-4d00-969b-2903234085a1', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82354ab5-2793-4d00-969b-2903234085a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:50,087 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:59:50,087 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56bd7b23-d422-4393-9c66-bd999aaa1eeb', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56bd7b23-d422-4393-9c66-bd999aaa1eeb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:51,122 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 15:59:51,122 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dec10400-2b8b-43a0-be58-211f93b0581a', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dec10400-2b8b-43a0-be58-211f93b0581a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:52,154 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:59:52,154 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac03eb0c-9873-4b6c-bbcb-5158aa80c636', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac03eb0c-9873-4b6c-bbcb-5158aa80c636', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:53,192 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:59:53,192 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c1a05b8-9723-411e-abd8-e162baad37eb', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c1a05b8-9723-411e-abd8-e162baad37eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:54,232 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:59:54,233 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b29b5c1-e82a-4ced-aa92-d732f46f41b0', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b29b5c1-e82a-4ced-aa92-d732f46f41b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:55,269 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 15:59:55,270 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb5596c-4c34-49ec-b634-5377d73ba1e9', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb5596c-4c34-49ec-b634-5377d73ba1e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:56,302 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:59:56,302 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8080f94-519a-4cdb-a146-c28f3a55dc9d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8080f94-519a-4cdb-a146-c28f3a55dc9d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:57,333 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 15:59:57,334 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4534714c-9bcd-4e76-87dd-5198f861ad8b', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4534714c-9bcd-4e76-87dd-5198f861ad8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:58,372 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 15:59:58,372 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12db5ce6-7103-4823-8f23-3774fa5d1862', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12db5ce6-7103-4823-8f23-3774fa5d1862', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 15:59:59,410 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 15:59:59,410 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 15:59:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ffb9c77-2fc5-415a-90a5-965e39ef788e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ffb9c77-2fc5-415a-90a5-965e39ef788e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:00,446 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 16:00:00,446 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3f1b5da-dc4e-4e84-a875-0978daf5084e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3f1b5da-dc4e-4e84-a875-0978daf5084e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:01,484 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 16:00:01,484 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83ea8492-6253-4208-819c-d6d8ac2943cd', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83ea8492-6253-4208-819c-d6d8ac2943cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:02,525 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 16:00:02,526 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e34f104-2eb8-4afa-a1cc-04d5e08d43ec', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e34f104-2eb8-4afa-a1cc-04d5e08d43ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:03,559 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 16:00:03,560 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-725c0807-46c1-40dd-b760-847a16760c2d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-725c0807-46c1-40dd-b760-847a16760c2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:04,593 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 16:00:04,593 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-023b5974-d2e5-4bb7-ab82-3916434993aa', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-023b5974-d2e5-4bb7-ab82-3916434993aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:05,629 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 16:00:05,630 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-946d5924-9ce3-4fd3-bc2f-dce5cbfe43a9', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-946d5924-9ce3-4fd3-bc2f-dce5cbfe43a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:06,667 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 16:00:06,667 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f0fc878-d8c9-458e-ab4e-7ac60a640f2f', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f0fc878-d8c9-458e-ab4e-7ac60a640f2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:07,704 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 16:00:07,704 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e218b2b-a245-4135-a8bb-0fbe7b752ccc', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e218b2b-a245-4135-a8bb-0fbe7b752ccc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:08,742 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 16:00:08,743 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d476b0c7-f971-4364-a24c-42040d663ec7', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d476b0c7-f971-4364-a24c-42040d663ec7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:09,780 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 16:00:09,780 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f8397f6-c67f-4924-8089-89ae52ba5647', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f8397f6-c67f-4924-8089-89ae52ba5647', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:10,816 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 16:00:10,816 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99e2db81-ac62-45a7-bb8d-c02a4fa52c64', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99e2db81-ac62-45a7-bb8d-c02a4fa52c64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:11,852 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.030s
2026-06-17 16:00:11,852 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-534f10d6-52e3-4450-bf72-415920296e0e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-534f10d6-52e3-4450-bf72-415920296e0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:12,890 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 16:00:12,890 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2c8211d-c84d-4cac-bcbb-0cb2113a1200', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2c8211d-c84d-4cac-bcbb-0cb2113a1200', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:13,924 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 16:00:13,924 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac0cb3c-8f39-48a0-b744-5033f38b522d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac0cb3c-8f39-48a0-b744-5033f38b522d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:14,961 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 16:00:14,961 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd2598a5-5602-498e-90fc-741696736327', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd2598a5-5602-498e-90fc-741696736327', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:16,001 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.035s
2026-06-17 16:00:16,002 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f262bb8-8674-4aea-8a3b-2b8aa6fae358', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f262bb8-8674-4aea-8a3b-2b8aa6fae358', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:17,043 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.036s
2026-06-17 16:00:17,044 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ddce3fb-5803-4f7c-bf6f-2e76579e3b1a', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ddce3fb-5803-4f7c-bf6f-2e76579e3b1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:18,078 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 16:00:18,078 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17b003db-1861-4c28-8822-fa8e53df6d4e', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17b003db-1861-4c28-8822-fa8e53df6d4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:19,112 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 16:00:19,112 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c442df-0258-4189-b4f9-190e3472b2f9', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c442df-0258-4189-b4f9-190e3472b2f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:20,148 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 16:00:20,148 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f17551-3de0-4175-858c-16a4c415ff37', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f17551-3de0-4175-858c-16a4c415ff37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:21,188 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.032s
2026-06-17 16:00:21,188 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32befef4-f17e-437c-8787-9d37f44c9f27', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32befef4-f17e-437c-8787-9d37f44c9f27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:22,221 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 16:00:22,222 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4ed4c61-7989-4686-ab70-b4d192b739a7', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4ed4c61-7989-4686-ab70-b4d192b739a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:23,264 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.037s
2026-06-17 16:00:23,265 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ef414e8-04c4-4e01-9e30-d95e8a9ab3f4', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ef414e8-04c4-4e01-9e30-d95e8a9ab3f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:24,303 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 16:00:24,303 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44ec28e2-7bb4-4724-b842-8c35b620cff2', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44ec28e2-7bb4-4724-b842-8c35b620cff2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:25,342 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 16:00:25,342 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d649753d-f5cf-4da0-bad7-f79da5fac69f', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d649753d-f5cf-4da0-bad7-f79da5fac69f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:26,374 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.026s
2026-06-17 16:00:26,374 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e092985-1081-4c7b-862c-a9ce92dda767', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e092985-1081-4c7b-862c-a9ce92dda767', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:27,416 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.034s
2026-06-17 16:00:27,416 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b60511b-fa59-402e-aaa0-96cfcaec8dfb', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b60511b-fa59-402e-aaa0-96cfcaec8dfb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:28,451 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 16:00:28,452 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd650c29-4c7e-429d-a9c0-fd461047bb6d', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd650c29-4c7e-429d-a9c0-fd461047bb6d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:29,486 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 16:00:29,486 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-519b815f-42de-453c-90d3-3dc970ef3835', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-519b815f-42de-453c-90d3-3dc970ef3835', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:30,519 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.027s
2026-06-17 16:00:30,519 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fbd4989-e976-46a0-94fd-a074fae3ed3f', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fbd4989-e976-46a0-94fd-a074fae3ed3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:31,558 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 16:00:31,558 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88b33de6-8657-4665-b891-5fbc1a9d90ad', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88b33de6-8657-4665-b891-5fbc1a9d90ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:32,592 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 16:00:32,592 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca98e63-160f-4c66-8316-8cc264e44a82', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca98e63-160f-4c66-8316-8cc264e44a82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:33,633 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.033s
2026-06-17 16:00:33,633 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62890830-9523-4bf4-b595-a93cfd56554a', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62890830-9523-4bf4-b595-a93cfd56554a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:34,668 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.029s
2026-06-17 16:00:34,668 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a6467bd-7b4e-48fb-900b-2ccd20499218', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a6467bd-7b4e-48fb-900b-2ccd20499218', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:35,702 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.028s
2026-06-17 16:00:35,702 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfaa72df-f0d2-464b-a8d5-78a83f1ae408', 'content-length': '1161', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfaa72df-f0d2-464b-a8d5-78a83f1ae408', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
Body: b'{"volume": {"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": null, "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5"}}'
2026-06-17 16:00:35,735 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.57/volume/v3/volumes/detail?all_tenants=1 0.027s
2026-06-17 16:00:35,735 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-434012ab-d940-4578-a2ae-ec09ff1dbcd1', 'content-length': '3435', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-434012ab-d940-4578-a2ae-ec09ff1dbcd1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.57/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:57:00.000000", "updated_at": "2026-06-17T15:57:09.000000", "name": "tempest-TestVolumeBootPattern-volume-795334107", "description": null, "volume_type": "tempest-scenario-type-luks2-928905803", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a"}], "user_id": "eefc20c9488348bf85e5566980d8b913", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "attachment_id": "1a55884b-5d6d-4cfa-8473-8496c0216a35", "volume_id": "3d77906d-54dd-4f8f-ba14-b4bf535cb88a", "server_id": "2f4b9d9a-cb99-44f8-9153-5897eab43804", "host_name": "np0000003065", "device": "/dev/vda", "attached_at": "2026-06-17T15:57:08.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "d739140cc40d4dfe82d6b055f6a667d5", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003065@storpool#default"}, {"id": "ba9e82e7-83b2-4038-a450-2ce733221d85", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:47:00.000000", "updated_at": "2026-06-17T15:47:06.000000", "name": "image-c0340820-1ffa-4c90-a8fd-7221be619739", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "4b03567e-c986-4f92-a5bd-67ca8fee468c", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/ba9e82e7-83b2-4038-a450-2ce733221d85"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/ba9e82e7-83b2-4038-a450-2ce733221d85"}], "user_id": "e22dbc8c2f514aa5b4caf5f66b6d45f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "89194f37b654442f974c1f5f5a118adc", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003065@storpool#template_virtual"}, {"id": "c6fac723-492e-4e1e-af01-fa8079cec1a9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-17T15:39:32.000000", "updated_at": "2026-06-17T15:39:39.000000", "name": "image-67272a6d-b8d2-4cd9-b095-dd69446b5f70", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "2efe8b67-6fe1-4074-9a7d-717d165ab08c", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.57/volume/v3/volumes/c6fac723-492e-4e1e-af01-fa8079cec1a9"}, {"rel": "bookmark", "href": "https://10.4.3.57/volume/volumes/c6fac723-492e-4e1e-af01-fa8079cec1a9"}], "user_id": "e22dbc8c2f514aa5b4caf5f66b6d45f3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "89194f37b654442f974c1f5f5a118adc", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003065@storpool#default"}]}'
2026-06-17 16:00:35,774 106088 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a 0.031s
2026-06-17 16:00:35,774 106088 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Wed, 17 Jun 2026 16:00:35 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-ed66aa4a-5a54-4c07-a1b9-722511a1ff11', 'x-openstack-request-id': 'req-ed66aa4a-5a54-4c07-a1b9-722511a1ff11', 'connection': 'close', 'status': '400', 'content-location': 'https://10.4.3.57/volume/v3/volumes/3d77906d-54dd-4f8f-ba14-b4bf535cb88a'}
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 3d77906d-54dd-4f8f-ba14-b4bf535cb88a within the required time (196 s). Timer started at 1781711839. Timer ended at 1781712035. 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)
|
||||||
VolumeTypesAdminTests) |
skip
pt20.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt20.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
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 | |
LiveMigrationWithoutHostTest) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt25.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt25.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| 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 | ||