Status: Pass 295 Failure 2 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| 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
pt1.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
pt1.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
ft1.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-01 22:41:36,555 106272 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1582593179 on backend None
2026-06-01 22:41:36,583 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.50/volume/v3/types 0.028s
2026-06-01 22:41:36,583 106272 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-1582593179", "extra_specs": {}}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03537954-83aa-4a78-af9e-01576ac0007a', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03537954-83aa-4a78-af9e-01576ac0007a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/types'}
Body: b'{"volume_type": {"id": "d10cd7f3-1e3b-410a-a75f-a187b49bc5cf", "name": "tempest-scenario-type-luksv2-1582593179", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-01 22:41:36,585 106272 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: d10cd7f3-1e3b-410a-a75f-a187b49bc5cf
2026-06-01 22:41:36,627 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.50/volume/v3/types/d10cd7f3-1e3b-410a-a75f-a187b49bc5cf/encryption 0.042s
2026-06-01 22:41:36,628 106272 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': 'Mon, 01 Jun 2026 22:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3140233a-0757-46d1-8592-bf6d6bbf51b5', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3140233a-0757-46d1-8592-bf6d6bbf51b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/types/d10cd7f3-1e3b-410a-a75f-a187b49bc5cf/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "d10cd7f3-1e3b-410a-a75f-a187b49bc5cf", "encryption_id": "8fea70b5-61cf-4632-966a-8be63fa20730"}}'
2026-06-01 22:41:36,802 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.50/volume/v3/volumes 0.172s
2026-06-01 22:41:36,802 106272 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-223040354", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "size": 1}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1457bc5c-02a0-454e-9a3c-93b3b9117a5a', 'content-length': '784', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1457bc5c-02a0-454e-9a3c-93b3b9117a5a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/volume/v3/volumes'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:36.750032", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-01 22:41:36,906 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.50/identity/v3/auth/tokens 0.095s
2026-06-01 22:41:36,906 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2937', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5279c956-129f-4f42-a5a8-1364d390408f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.50/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "d55050d137eb4313872a89d4f4260d3d", "name": "tempest-TestEncryptedCinderVolumes-284822048-project-member", "password_expires_at": null}, "audit_ids": ["GC4Z2WiBSA2_odnC0AdbaQ"], "expires_at": "2026-06-01T23:41:36.000000Z", "issued_at": "2026-06-01T22:41:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7717cf99e09d40b39654f6ff168bccb2", "name": "tempest-TestEncryptedCinderVolumes-284822048"}, "is_domain": false, "roles": [{"id": "5b0aacba3c5b4a19985cfeb6c526ed33", "name": "member"}, {"id": "13bc7549ccdc4500a1b7e8438c508664", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cd8a48865f3d4330b6671b52c71195b9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/networking", "region": "RegionOne"}], "id": "4a4b8a2770354d9fbbee14260d690c05", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8ec0c3cfcf2c44369ac5ec9f277f02fa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/compute/v2/7717cf99e09d40b39654f6ff168bccb2", "region": "RegionOne"}], "id": "6722ca40bc484b7da3887f0890058be4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a7c68d2bc72e44439b34cedcceeedc93", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/volume/v3", "region": "RegionOne"}], "id": "7ed2d26731c04d38b05f633b2f08ecee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "04bbe40ce01f4e439aeaf6fa74a2b407", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/image", "region": "RegionOne"}], "id": "a64787d0bb39430aa4b7a1fb48516c41", "type": "image", "name": "glance"}, {"endpoints": [{"id": "947e1f872e2a4a28b554b885bb8cc942", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/compute/v2.1", "region": "RegionOne"}], "id": "c7c5e0b32ec34995b9670b5d35ba1be3", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "491a742a106245b3b48033f710bb8d1e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50:8080/v1/AUTH_7717cf99e09d40b39654f6ff168bccb2", "region": "RegionOne"}, {"id": "6658bc487d194d519ad6670d0952b158", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.50:8080", "region": "RegionOne"}], "id": "d189e633357b4c85b1caa434079bd0b4", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "f99cf2afa1944fb5a9801a41ea10abf1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/placement", "region": "RegionOne"}], "id": "f3fcec9cc9324e4fb52c302b889c6751", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "de4d2d5921164710bf20c2f444c568e9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/identity", "region": "RegionOne"}], "id": "fb4f5c97885f46daa4b4e703f6852310", "type": "identity", "name": "keystone"}]}}'
2026-06-01 22:41:36,907 106272 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '050315d3-3939-43cf-9b5f-48adf67e4985', 'name': 'tempest-TestEncryptedCinderVolumes-621166351-network', 'tenant_id': '7717cf99e09d40b39654f6ff168bccb2', 'project_id': '7717cf99e09d40b39654f6ff168bccb2', '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': 7982, '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-01T22:38:49Z', 'updated_at': '2026-06-01T22:38:49Z', 'revision_number': 1} available for tenant
2026-06-01 22:41:36,907 106272 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-01 22:41:36,907 106272 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-01 22:41:36,948 106272 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.50/compute/v2.1/os-keypairs 0.040s
2026-06-01 22:41:36,948 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-55910240", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwsda75SeXvAdcAcObtJbeQVd0sREXOfT0bmMyJ+14uen4fsmOsSgp/+YZMTpxKBIHPaqN/EXgLMPGJV78G3iGCEN8FABbWVa6pWQefJhVxpWavq958L5GQehN1RdiaEQ=="}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8df7a12d-bba6-4820-97a1-63fde3d91a8e', 'x-compute-request-id': 'req-8df7a12d-bba6-4820-97a1-63fde3d91a8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-55910240", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwsda75SeXvAdcAcObtJbeQVd0sREXOfT0bmMyJ+14uen4fsmOsSgp/+YZMTpxKBIHPaqN/EXgLMPGJV78G3iGCEN8FABbWVa6pWQefJhVxpWavq958L5GQehN1RdiaEQ==", "fingerprint": "bb:bc:7f:90:e9:e7:12:de:37:c4:3a:42:48:86:74:06", "user_id": "d55050d137eb4313872a89d4f4260d3d"}}'
2026-06-01 22:41:36,949 106272 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-55910240 created
2026-06-01 22:41:37,138 106272 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.50/networking/v2.0/security-groups 0.188s
2026-06-01 22:41:37,138 106272 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--358950710", "description": "tempest-description--1499054217"}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-58434e7b-3053-483e-bc12-b7f9343c09c9', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.50/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "2915f29e-5771-4611-aa08-890b72612d56", "name": "tempest-securitygroup--358950710", "stateful": true, "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "project_id": "7717cf99e09d40b39654f6ff168bccb2", "description": "tempest-description--1499054217", "shared": false, "security_group_rules": [{"id": "26f038c9-a6f8-4ebf-ad86-2df60dc62694", "project_id": "7717cf99e09d40b39654f6ff168bccb2", "security_group_id": "2915f29e-5771-4611-aa08-890b72612d56", "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": 1423, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-01T22:41:37Z", "updated_at": "2026-06-01T22:41:37Z", "revision_number": 0, "tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}, {"id": "6b8d6c8f-9331-46df-9f07-55dfbb20cb23", "project_id": "7717cf99e09d40b39654f6ff168bccb2", "security_group_id": "2915f29e-5771-4611-aa08-890b72612d56", "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": 1424, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-01T22:41:37Z", "updated_at": "2026-06-01T22:41:37Z", "revision_number": 0, "tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}], "tags": [], "created_at": "2026-06-01T22:41:36Z", "updated_at": "2026-06-01T22:41:37Z", "revision_number": 1}}'
2026-06-01 22:41:37,286 106272 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.50/networking/v2.0/security-group-rules 0.147s
2026-06-01 22:41:37,286 106272 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": "2915f29e-5771-4611-aa08-890b72612d56", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-ff321820-e090-4e2b-a349-47a793f10928', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.50/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a0564d0a-927a-4866-b00e-e935f7ef8887", "project_id": "7717cf99e09d40b39654f6ff168bccb2", "security_group_id": "2915f29e-5771-4611-aa08-890b72612d56", "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-01T22:41:37Z", "updated_at": "2026-06-01T22:41:37Z", "revision_number": 0, "tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:41:37,456 106272 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.50/networking/v2.0/security-group-rules 0.170s
2026-06-01 22:41:37,457 106272 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": "2915f29e-5771-4611-aa08-890b72612d56", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-94bddca0-6147-4d95-8649-c0b691ce374b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.50/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "a5176286-7827-4843-84d7-ab4c2d219f6d", "project_id": "7717cf99e09d40b39654f6ff168bccb2", "security_group_id": "2915f29e-5771-4611-aa08-890b72612d56", "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-01T22:41:37Z", "updated_at": "2026-06-01T22:41:37Z", "revision_number": 0, "tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:41:37,457 106272 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--358950710 created
2026-06-01 22:41:38,044 106272 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.50/networking/v2.0/floatingips 0.587s
2026-06-01 22:41:38,045 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "18021fc7-8a06-4654-9aff-3b1a3cc84a3d"}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d94c3b83-f037-45cd-91ad-c5720055600e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.50/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "0306bc61-d913-4154-985e-21b22cc42b13", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "project_id": "7717cf99e09d40b39654f6ff168bccb2", "floating_ip_address": "172.24.5.125", "floating_network_id": "18021fc7-8a06-4654-9aff-3b1a3cc84a3d", "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-01T22:41:37Z", "updated_at": "2026-06-01T22:41:37Z", "revision_number": 0}}'
2026-06-01 22:41:38,045 106272 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '0306bc61-d913-4154-985e-21b22cc42b13', 'tenant_id': '7717cf99e09d40b39654f6ff168bccb2', 'project_id': '7717cf99e09d40b39654f6ff168bccb2', 'floating_ip_address': '172.24.5.125', 'floating_network_id': '18021fc7-8a06-4654-9aff-3b1a3cc84a3d', '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-01T22:41:37Z', 'updated_at': '2026-06-01T22:41:37Z', 'revision_number': 0, 'ip': '172.24.5.125'} created
2026-06-01 22:41:38,045 106272 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-55910240', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCwsda75SeXvAdcAcObtJbeQVd0sREXOfT0bmMyJ+14uen4fsmOsSgp/+YZMTpxKBIHPaqN/EXgLMPGJV78G3iGCEN8FABbWVa6pWQefJhVxpWavq958L5GQehN1RdiaEQ==', 'fingerprint': 'bb:bc:7f:90:e9:e7:12:de:37:c4:3a:42:48:86:74:06', 'user_id': 'd55050d137eb4313872a89d4f4260d3d', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCur2rtjGERxPj8ES5CPSY4Cq2HjZTU2KIxT4eAuVqXewM270R6OfxS\nIs4kvu6OITmgBwYFK4EEACKhZANiAAQsLHWu+Unl7wHXAHDm7SW3kFXdLERFzn09\nG5jMifteLnp+H7JjrEoKf/mGTE6cSgSBz2qjfxF4CzDxiVe/Bt4hghDfBQAW1lWu\nqVkHnyYVcaVmr6vefC+RkHoTdUXYmhE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2915f29e-5771-4611-aa08-890b72612d56', 'name': 'tempest-securitygroup--358950710', 'stateful': True, 'tenant_id': '7717cf99e09d40b39654f6ff168bccb2', 'project_id': '7717cf99e09d40b39654f6ff168bccb2', 'description': 'tempest-description--1499054217', 'shared': False, 'security_group_rules': [{'id': '26f038c9-a6f8-4ebf-ad86-2df60dc62694', 'project_id': '7717cf99e09d40b39654f6ff168bccb2', 'security_group_id': '2915f29e-5771-4611-aa08-890b72612d56', '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': 1423, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-01T22:41:37Z', 'updated_at': '2026-06-01T22:41:37Z', 'revision_number': 0, 'tenant_id': '7717cf99e09d40b39654f6ff168bccb2'}, {'id': '6b8d6c8f-9331-46df-9f07-55dfbb20cb23', 'project_id': '7717cf99e09d40b39654f6ff168bccb2', 'security_group_id': '2915f29e-5771-4611-aa08-890b72612d56', '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': 1424, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-01T22:41:37Z', 'updated_at': '2026-06-01T22:41:37Z', 'revision_number': 0, 'tenant_id': '7717cf99e09d40b39654f6ff168bccb2'}], 'tags': [], 'created_at': '2026-06-01T22:41:36Z', 'updated_at': '2026-06-01T22:41:37Z', 'revision_number': 1}, 'floating_ip': {'id': '0306bc61-d913-4154-985e-21b22cc42b13', 'tenant_id': '7717cf99e09d40b39654f6ff168bccb2', 'project_id': '7717cf99e09d40b39654f6ff168bccb2', 'floating_ip_address': '172.24.5.125', 'floating_network_id': '18021fc7-8a06-4654-9aff-3b1a3cc84a3d', '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-01T22:41:37Z', 'updated_at': '2026-06-01T22:41:37Z', 'revision_number': 0, 'ip': '172.24.5.125'}}
2026-06-01 22:41:38,732 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.50/compute/v2.1/servers 0.686s
2026-06-01 22:41:38,732 106272 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-446412400", "imageRef": "a672b8be-0616-460b-b90e-8ceffcc239c1", "flavorRef": "42", "networks": [{"uuid": "050315d3-3939-43cf-9b5f-48adf67e4985"}], "security_groups": [{"name": "tempest-securitygroup--358950710"}], "key_name": "tempest-keypair-55910240", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3002db8b-55d1-48bf-8971-f6febf9d57f8', 'x-compute-request-id': 'req-3002db8b-55d1-48bf-8971-f6febf9d57f8', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/compute/v2.1/servers'}
Body: b'{"server": {"id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--358950710"}], "adminPass": "4VuYVxW2B5h6"}}'
2026-06-01 22:41:38,872 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.137s
2026-06-01 22:41:38,872 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cacb0146-9fbf-43fb-890d-82033831ed76', 'x-compute-request-id': 'req-cacb0146-9fbf-43fb-890d-82033831ed76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-55910240", "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-01 22:41:39,999 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.120s
2026-06-01 22:41:39,999 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba1a2df1-f605-41f8-b0a7-60e827994f94', 'x-compute-request-id': 'req-ba1a2df1-f605-41f8-b0a7-60e827994f94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:39Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "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-01 22:41:41,132 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.122s
2026-06-01 22:41:41,132 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d509fc8-b865-4fc0-a16a-a0d2c47faaa0', 'x-compute-request-id': 'req-1d509fc8-b865-4fc0-a16a-a0d2c47faaa0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "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-01 22:41:41,138 106272 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-01 22:41:42,237 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.098s
2026-06-01 22:41:42,237 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1287', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bfacc44-94bc-4555-afdf-29b721d43857', 'x-compute-request-id': 'req-7bfacc44-94bc-4555-afdf-29b721d43857', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "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-01 22:41:43,350 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.107s
2026-06-01 22:41:43,351 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1295', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8daee0e-0d2e-475f-8a87-fb7fea6249ce', 'x-compute-request-id': 'req-f8daee0e-0d2e-475f-8a87-fb7fea6249ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-01 22:41:43,356 106272 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-01 22:41:44,552 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.195s
2026-06-01 22:41:44,552 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1372', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d25ac06d-b790-4171-ae13-e68b622f2997', 'x-compute-request-id': 'req-d25ac06d-b790-4171-ae13-e68b622f2997', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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": []}}'
2026-06-01 22:41:44,558 106272 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-06-01 22:41:45,766 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.207s
2026-06-01 22:41:45,766 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28c713dd-bedd-47b9-9cd2-12303b2d8439', 'x-compute-request-id': 'req-28c713dd-bedd-47b9-9cd2-12303b2d8439', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:41:45,772 106272 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 7 second wait
2026-06-01 22:41:46,959 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.186s
2026-06-01 22:41:46,959 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0179dedd-b53e-4434-9d48-079ebf9cbcdb', 'x-compute-request-id': 'req-0179dedd-b53e-4434-9d48-079ebf9cbcdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:41:48,160 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.195s
2026-06-01 22:41:48,161 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf173c8e-bcf2-45c4-8998-8100efa170b0', 'x-compute-request-id': 'req-cf173c8e-bcf2-45c4-8998-8100efa170b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:41:49,375 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.205s
2026-06-01 22:41:49,375 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6c5b61f-7093-444c-93af-eb5b0e3e41ff', 'x-compute-request-id': 'req-e6c5b61f-7093-444c-93af-eb5b0e3e41ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:41:50,645 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.262s
2026-06-01 22:41:50,646 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a132031-7d12-45c0-875a-c08b88424d53', 'x-compute-request-id': 'req-9a132031-7d12-45c0-875a-c08b88424d53', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:41:51,939 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.286s
2026-06-01 22:41:51,939 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56b194d3-a303-4866-aa76-997949a89a9d', 'x-compute-request-id': 'req-56b194d3-a303-4866-aa76-997949a89a9d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "BUILD", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:45Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:41:53,142 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.196s
2026-06-01 22:41:53,142 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3fcec44-b907-4c82-87dd-de5e9703d770', 'x-compute-request-id': 'req-d3fcec44-b907-4c82-87dd-de5e9703d770', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-621166351-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}]}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "ACTIVE", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:41:53,150 106272 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-06-01 22:41:53,268 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742/os-interface 0.117s
2026-06-01 22:41:53,268 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e83dda3-73d5-4651-88e0-da076057c9b7', 'x-compute-request-id': 'req-6e83dda3-73d5-4651-88e0-da076057c9b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "050315d3-3939-43cf-9b5f-48adf67e4985", "port_id": "66f4332f-fbdf-4ff5-9a95-b8fa3ed8fbe7", "mac_addr": "fa:16:3e:33:df:e9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f9102769-b2cb-4317-8b0c-f77a646bc5c6", "ip_address": "10.1.0.5"}]}]}'
2026-06-01 22:41:54,478 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.50/networking/v2.0/floatingips/0306bc61-d913-4154-985e-21b22cc42b13 1.207s
2026-06-01 22:41:54,478 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "66f4332f-fbdf-4ff5-9a95-b8fa3ed8fbe7"}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:41:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-06102c10-858f-42aa-a87a-127144887acf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/networking/v2.0/floatingips/0306bc61-d913-4154-985e-21b22cc42b13'}
Body: b'{"floatingip": {"id": "0306bc61-d913-4154-985e-21b22cc42b13", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "project_id": "7717cf99e09d40b39654f6ff168bccb2", "floating_ip_address": "172.24.5.125", "floating_network_id": "18021fc7-8a06-4654-9aff-3b1a3cc84a3d", "router_id": "64108b50-cbd4-4bc2-8990-ea19e175c81e", "port_id": "66f4332f-fbdf-4ff5-9a95-b8fa3ed8fbe7", "fixed_ip_address": "10.1.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "050315d3-3939-43cf-9b5f-48adf67e4985", "mac_address": "fa:16:3e:33:df:e9", "admin_state_up": true, "status": "ACTIVE", "device_id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-01T22:41:37Z", "updated_at": "2026-06-01T22:41:53Z", "revision_number": 1}}'
2026-06-01 22:41:54,478 106272 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.125:22' as 'cirros' with public key authentication
2026-06-01 22:42:30,673 106272 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-01 22:42:30,851 106272 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-01 22:42:30,852 106272 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.125 successfully created
2026-06-01 22:42:31,095 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.243s
2026-06-01 22:42:31,095 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e984814-f716-445b-a167-1ad32b9ba205', 'x-compute-request-id': 'req-9e984814-f716-445b-a167-1ad32b9ba205', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-621166351-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}, {"version": 4, "addr": "172.24.5.125", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}]}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "ACTIVE", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:41:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:42:31,132 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:42:31,132 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989605c8-41d4-48e0-b19c-1a8d98f23c9f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989605c8-41d4-48e0-b19c-1a8d98f23c9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:41:37.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:31,140 106272 INFO [tempest.common.waiters] volume 2558dbaa-e018-4ec3-8e4c-82635a423844 reached available after waiting for 0.140027 seconds
2026-06-01 22:42:31,166 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:42:31,166 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0fd7fd9-c1a5-4ef9-88c5-9f1164c9948e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0fd7fd9-c1a5-4ef9-88c5-9f1164c9948e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:41:37.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:33,752 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742/os-volume_attachments 2.580s
2026-06-01 22:42:33,752 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "2558dbaa-e018-4ec3-8e4c-82635a423844"}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:31 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-0adce6af-cd9f-4151-b17f-7214d1dc87e3', 'x-compute-request-id': 'req-0adce6af-cd9f-4151-b17f-7214d1dc87e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "serverId": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "volumeId": "2558dbaa-e018-4ec3-8e4c-82635a423844", "device": "/dev/vdb"}}'
2026-06-01 22:42:33,785 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:42:33,786 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b0b8ac-63c1-4eeb-852a-cbaea06561df', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b0b8ac-63c1-4eeb-852a-cbaea06561df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:34,823 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:42:34,823 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5792e514-f474-41f7-95ea-7d49e590f465', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5792e514-f474-41f7-95ea-7d49e590f465', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:35,861 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:42:35,862 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a7f69db-4ea4-47bd-b004-e59eea81345a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a7f69db-4ea4-47bd-b004-e59eea81345a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:36,907 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.038s
2026-06-01 22:42:36,908 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e89f3d4e-a3c9-4cfc-aaa0-676bc9d96bef', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e89f3d4e-a3c9-4cfc-aaa0-676bc9d96bef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:37,966 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.050s
2026-06-01 22:42:37,966 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7442b97-9538-401c-ad7b-6e2838cfb909', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7442b97-9538-401c-ad7b-6e2838cfb909', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:39,017 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.044s
2026-06-01 22:42:39,017 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c41a2f4c-c9c2-4040-acff-89e2cfc7bd9e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c41a2f4c-c9c2-4040-acff-89e2cfc7bd9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:40,062 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.038s
2026-06-01 22:42:40,062 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05f758dd-1eaf-4029-b81c-a5a0ac669fea', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05f758dd-1eaf-4029-b81c-a5a0ac669fea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:41,106 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.037s
2026-06-01 22:42:41,107 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b196552d-1718-41d6-a724-dbc374f3b639', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b196552d-1718-41d6-a724-dbc374f3b639', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:42,153 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.039s
2026-06-01 22:42:42,153 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1a0f41b-888d-473f-8e60-f74b230d82ff', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1a0f41b-888d-473f-8e60-f74b230d82ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:43,197 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.033s
2026-06-01 22:42:43,197 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-136940c8-d813-4fdc-89f3-a58acbbb9e05', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-136940c8-d813-4fdc-89f3-a58acbbb9e05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:44,242 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.039s
2026-06-01 22:42:44,242 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d80f130-c305-49fd-926b-95270fcac1a1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d80f130-c305-49fd-926b-95270fcac1a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:45,295 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.048s
2026-06-01 22:42:45,295 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898d370a-48df-4e93-893c-daec9fb354f0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898d370a-48df-4e93-893c-daec9fb354f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:46,347 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.045s
2026-06-01 22:42:46,348 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c07c7ac8-a317-4aaa-90ab-51475c5cfbc8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c07c7ac8-a317-4aaa-90ab-51475c5cfbc8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:47,391 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.035s
2026-06-01 22:42:47,391 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d27d579-83bb-4133-afe6-dbaf80523b56', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d27d579-83bb-4133-afe6-dbaf80523b56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:48,424 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:42:48,424 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d993e681-fbd0-4cd4-b004-390bbd253111', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d993e681-fbd0-4cd4-b004-390bbd253111', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:49,470 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.040s
2026-06-01 22:42:49,470 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2bf330e-b6cc-4085-a865-efcae1f3b6dc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2bf330e-b6cc-4085-a865-efcae1f3b6dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:50,504 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:42:50,504 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec22ee60-bff8-443a-9510-c90dad8b18c0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec22ee60-bff8-443a-9510-c90dad8b18c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:51,542 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:42:51,542 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb03e4ea-436f-4526-8b11-209299e21339', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb03e4ea-436f-4526-8b11-209299e21339', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:52,598 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.049s
2026-06-01 22:42:52,599 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9ccda52-f99e-4694-a1e7-ae3d40736c27', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9ccda52-f99e-4694-a1e7-ae3d40736c27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:53,643 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.036s
2026-06-01 22:42:53,643 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d63be0ee-0f17-4f72-9401-fbf4d57c7fac', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d63be0ee-0f17-4f72-9401-fbf4d57c7fac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:54,680 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:42:54,680 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b6ed405-6e1e-47e3-95bf-93b54193e9ad', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b6ed405-6e1e-47e3-95bf-93b54193e9ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:34.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:55,715 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:42:55,716 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76d875f8-66aa-4c25-8a02-d65d7bf60ae7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76d875f8-66aa-4c25-8a02-d65d7bf60ae7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:56,746 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:42:56,746 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-554729b9-7c12-46b2-95ba-cb07a7566635', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-554729b9-7c12-46b2-95ba-cb07a7566635', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:57,778 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:42:57,778 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebbfe32f-c4aa-40ed-82b0-06a883658531', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebbfe32f-c4aa-40ed-82b0-06a883658531', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:58,810 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:42:58,810 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d0cd0e7-2a3d-4d0f-b931-62dff762b7f7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d0cd0e7-2a3d-4d0f-b931-62dff762b7f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:42:59,845 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:42:59,846 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:42:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d2b1859-c830-4fbf-b1b1-2978271180ab', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d2b1859-c830-4fbf-b1b1-2978271180ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:00,882 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:43:00,883 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b73f464-a610-486e-8e6e-0825fbd73cef', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b73f464-a610-486e-8e6e-0825fbd73cef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:01,924 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:43:01,925 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aae8ad0-63ea-451e-8df5-d26fff688052', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aae8ad0-63ea-451e-8df5-d26fff688052', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:02,955 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:43:02,955 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd9cb1ba-b8a9-4793-b08e-b1d9b90c2b68', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd9cb1ba-b8a9-4793-b08e-b1d9b90c2b68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:04,000 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.037s
2026-06-01 22:43:04,000 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60ce91d6-cdaf-4dcc-87dc-40903abe1d1d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60ce91d6-cdaf-4dcc-87dc-40903abe1d1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:05,063 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.058s
2026-06-01 22:43:05,064 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe70652a-d259-4221-b303-05b724c52b10', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe70652a-d259-4221-b303-05b724c52b10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:06,098 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:43:06,099 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2119fa77-7237-42d9-a310-e6c5cfbc890c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2119fa77-7237-42d9-a310-e6c5cfbc890c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:07,129 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:43:07,129 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5007a5a2-86b6-4f80-bb6d-cbbb8998236b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5007a5a2-86b6-4f80-bb6d-cbbb8998236b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:08,167 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.033s
2026-06-01 22:43:08,167 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7edfe91-e410-4df4-b8be-9324b2ca567e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7edfe91-e410-4df4-b8be-9324b2ca567e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:09,202 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:43:09,203 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-594876e1-e53a-4d74-8e08-2491725527ec', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-594876e1-e53a-4d74-8e08-2491725527ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:10,276 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.067s
2026-06-01 22:43:10,276 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71da84a5-6ae1-4497-aba2-e44914bfc2e8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71da84a5-6ae1-4497-aba2-e44914bfc2e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:11,320 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.038s
2026-06-01 22:43:11,321 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb8bcd9-8bd4-42c2-867d-022586be641f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb8bcd9-8bd4-42c2-867d-022586be641f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:12,357 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:43:12,357 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-822859bc-6cd6-459e-905f-a38e68343b62', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-822859bc-6cd6-459e-905f-a38e68343b62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:13,396 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:43:13,396 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f23bcc1-ea27-4792-83d1-4c9c70b080e6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f23bcc1-ea27-4792-83d1-4c9c70b080e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:14,440 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.035s
2026-06-01 22:43:14,440 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-043c980f-8a03-4256-b815-7616421d439c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-043c980f-8a03-4256-b815-7616421d439c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:15,478 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.033s
2026-06-01 22:43:15,478 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c65992f-0039-42de-ae19-3a0fc056dfba', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c65992f-0039-42de-ae19-3a0fc056dfba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:16,511 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:43:16,511 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-396d6424-4ff6-4918-bcd5-872a6073c13b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-396d6424-4ff6-4918-bcd5-872a6073c13b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:17,540 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:43:17,540 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988080ec-1c87-4f48-8463-44280348b175', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988080ec-1c87-4f48-8463-44280348b175', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:18,574 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:43:18,574 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d360ef67-628f-4efa-bab5-9ab73337973d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d360ef67-628f-4efa-bab5-9ab73337973d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:19,608 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:43:19,608 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b3e336d-31b7-4a7a-969b-5b79d560e678', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b3e336d-31b7-4a7a-969b-5b79d560e678', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:20,641 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:43:20,642 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6657c240-dc23-401c-8cfd-eb49b3fd7300', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6657c240-dc23-401c-8cfd-eb49b3fd7300', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:21,673 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:43:21,673 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f9132bd-d8e7-4c70-9063-251a3d9895d7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f9132bd-d8e7-4c70-9063-251a3d9895d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:22,703 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:43:22,703 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0e6eeb-a359-4a31-874c-7ddf2bd5d1be', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe0e6eeb-a359-4a31-874c-7ddf2bd5d1be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:23,750 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.041s
2026-06-01 22:43:23,751 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a520d4fe-4243-45e2-b98d-3c2dbefbb69d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a520d4fe-4243-45e2-b98d-3c2dbefbb69d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:24,785 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:43:24,786 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41513640-fb4e-4bb3-a247-bd909b8991d9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41513640-fb4e-4bb3-a247-bd909b8991d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:25,818 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:43:25,819 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86b072c0-3768-4c60-8244-d5b6006c58d6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86b072c0-3768-4c60-8244-d5b6006c58d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:26,853 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:43:26,853 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-896e9c15-2af8-4e26-b674-fad9d45edaf1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-896e9c15-2af8-4e26-b674-fad9d45edaf1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:27,892 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.034s
2026-06-01 22:43:27,892 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e39b3af-4739-42cb-8a45-0519ee1c4c6d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e39b3af-4739-42cb-8a45-0519ee1c4c6d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:28,927 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:43:28,927 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab0f805-9154-4263-bda7-70fc2a72fb52', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab0f805-9154-4263-bda7-70fc2a72fb52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:29,961 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:43:29,961 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b16be9-442c-4588-8abc-bbb673f4c088', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b16be9-442c-4588-8abc-bbb673f4c088', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:31,005 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.038s
2026-06-01 22:43:31,005 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55506960-044b-4079-bfda-b6565109b6ae', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55506960-044b-4079-bfda-b6565109b6ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:32,050 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.037s
2026-06-01 22:43:32,050 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34cf2032-e117-496e-88d1-06bc50c1d1da', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34cf2032-e117-496e-88d1-06bc50c1d1da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:33,084 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:43:33,085 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66849cbb-d472-47ff-bb02-81efba1a20bf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66849cbb-d472-47ff-bb02-81efba1a20bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:34,119 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:43:34,120 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3d02266-7b24-41ba-bb0c-6d9d015a5ce4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3d02266-7b24-41ba-bb0c-6d9d015a5ce4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:35,154 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:43:35,155 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60ab8f84-fe22-490e-b5ff-b9cffde5d0c3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60ab8f84-fe22-490e-b5ff-b9cffde5d0c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:36,191 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:43:36,192 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc01777-4cd5-4ff5-bb24-28bb69615f77', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc01777-4cd5-4ff5-bb24-28bb69615f77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:37,230 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:43:37,230 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8193e6f-ae93-4af9-bdd5-2d2efee7d525', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8193e6f-ae93-4af9-bdd5-2d2efee7d525', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:38,266 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:43:38,267 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11c39112-3d5f-42a5-b939-870975ccfcfb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11c39112-3d5f-42a5-b939-870975ccfcfb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:39,309 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.036s
2026-06-01 22:43:39,309 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fee9db84-fbe8-4c95-97b6-5f1768d2ee82', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fee9db84-fbe8-4c95-97b6-5f1768d2ee82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:40,345 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:43:40,345 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-169812d0-8f7e-4624-bc6d-ac2ad9ee1871', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-169812d0-8f7e-4624-bc6d-ac2ad9ee1871', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:41,380 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:43:41,381 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49e776f1-9cbf-4ce3-be3a-440e1546825c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49e776f1-9cbf-4ce3-be3a-440e1546825c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:42,413 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:43:42,414 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e75e38d-716a-4d3d-8b6e-8c58484ba090', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e75e38d-716a-4d3d-8b6e-8c58484ba090', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:43,458 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.038s
2026-06-01 22:43:43,458 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b061b075-108a-49d0-bce2-fc12826bfebb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b061b075-108a-49d0-bce2-fc12826bfebb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:44,499 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.034s
2026-06-01 22:43:44,499 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52361c1-00cd-4e2c-996e-779c99c8ddb1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52361c1-00cd-4e2c-996e-779c99c8ddb1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:45,539 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.034s
2026-06-01 22:43:45,539 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c219ed6a-193a-4685-b9c5-773972cf1e39', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c219ed6a-193a-4685-b9c5-773972cf1e39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:46,574 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:43:46,574 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df62653b-b1e5-459a-97ae-f12b1d935f86', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df62653b-b1e5-459a-97ae-f12b1d935f86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:47,610 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:43:47,611 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ee64e48-ef77-4ed8-bec4-ff6a17baac57', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ee64e48-ef77-4ed8-bec4-ff6a17baac57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:48,648 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:43:48,649 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b87493c9-2d06-49b7-8c32-e81141da6fe5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b87493c9-2d06-49b7-8c32-e81141da6fe5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:49,681 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:43:49,681 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72ff7b55-6428-4fe5-949a-9f55affcfbc7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72ff7b55-6428-4fe5-949a-9f55affcfbc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:50,716 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:43:50,716 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdbb40a3-21f5-4076-ab57-2d4d5b53c88c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdbb40a3-21f5-4076-ab57-2d4d5b53c88c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:51,750 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:43:51,751 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13e8d57c-d462-447d-bbba-d8fb034ae96c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13e8d57c-d462-447d-bbba-d8fb034ae96c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:52,782 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:43:52,782 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58af92ee-8fff-4388-953e-9358d3565677', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58af92ee-8fff-4388-953e-9358d3565677', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:53,814 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:43:53,814 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9547f19f-f0da-49c9-a08e-4a1c7e79ee8e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9547f19f-f0da-49c9-a08e-4a1c7e79ee8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:54,850 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:43:54,851 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d2c6f92-85e6-4d2d-9009-bd708f05d54f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d2c6f92-85e6-4d2d-9009-bd708f05d54f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:55,891 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.034s
2026-06-01 22:43:55,891 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb214584-51e3-4f87-b757-1174714b3a4e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb214584-51e3-4f87-b757-1174714b3a4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:56,922 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:43:56,923 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b031dfc0-8de0-44f5-913e-5ced05352990', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b031dfc0-8de0-44f5-913e-5ced05352990', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:57,965 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.035s
2026-06-01 22:43:57,965 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5aee90-8cf2-49ac-8d68-12d8f13a3c7f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f5aee90-8cf2-49ac-8d68-12d8f13a3c7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:43:58,998 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:43:58,998 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:43:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9c0958-6ea0-43b8-a002-e86af5a1aa3d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9c0958-6ea0-43b8-a002-e86af5a1aa3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:00,035 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:44:00,035 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6f9b208-6661-415e-8faa-46522add58e5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f9b208-6661-415e-8faa-46522add58e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:01,069 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:44:01,069 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f70298-a773-4a96-bcb3-f192ef1723bc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f70298-a773-4a96-bcb3-f192ef1723bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:02,102 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:44:02,102 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32499c18-affe-4099-ba00-61f6b21c7f3e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32499c18-affe-4099-ba00-61f6b21c7f3e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:03,261 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.153s
2026-06-01 22:44:03,261 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6815b10-07b2-4ad1-8898-a429a4de2ef0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6815b10-07b2-4ad1-8898-a429a4de2ef0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:04,306 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.036s
2026-06-01 22:44:04,307 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8423c881-d24d-442d-b1f5-6b2e219d4264', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8423c881-d24d-442d-b1f5-6b2e219d4264', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:05,341 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:44:05,341 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ac28817-deae-47bf-80e4-6c03c75331c8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ac28817-deae-47bf-80e4-6c03c75331c8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:06,380 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:44:06,380 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9411cd-8836-4455-858e-95757fa5fff4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b9411cd-8836-4455-858e-95757fa5fff4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:07,424 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.035s
2026-06-01 22:44:07,425 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd9d8901-8c88-4e95-91e8-37e4a109ddd5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd9d8901-8c88-4e95-91e8-37e4a109ddd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:08,463 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:44:08,464 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8f8d555-6faa-4bcc-8ab7-3683299f0169', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8f8d555-6faa-4bcc-8ab7-3683299f0169', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:09,504 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:44:09,504 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25578ec-27d3-4702-906d-b55b625b4b6b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25578ec-27d3-4702-906d-b55b625b4b6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:10,533 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:44:10,533 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abfc7721-5e73-4346-8d31-916f74b4e912', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abfc7721-5e73-4346-8d31-916f74b4e912', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:11,567 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:44:11,567 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27b80bda-3eff-4173-8a36-a7a8380ca2a9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27b80bda-3eff-4173-8a36-a7a8380ca2a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:12,601 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:44:12,601 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48e7bf4-9d78-4871-bc4c-b7f8d552e86e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48e7bf4-9d78-4871-bc4c-b7f8d552e86e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:13,641 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.033s
2026-06-01 22:44:13,641 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bce4fd15-79be-49f3-b384-0bd352ecce7d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bce4fd15-79be-49f3-b384-0bd352ecce7d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:14,671 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.022s
2026-06-01 22:44:14,671 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54e76278-1665-49f7-9bb6-fbece5bb9870', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54e76278-1665-49f7-9bb6-fbece5bb9870', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:15,706 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:44:15,706 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84301550-735e-4eff-8ae3-863ad40957b7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84301550-735e-4eff-8ae3-863ad40957b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:16,740 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:44:16,740 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c484291d-e806-4a68-b91b-24e3af322516', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c484291d-e806-4a68-b91b-24e3af322516', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:17,772 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.022s
2026-06-01 22:44:17,772 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbcb4738-06a8-4800-ac66-db45ad0b2cdc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbcb4738-06a8-4800-ac66-db45ad0b2cdc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:18,807 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:44:18,808 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ef8389-ff8e-4c94-9c52-83f65aa5d8a9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ef8389-ff8e-4c94-9c52-83f65aa5d8a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:19,836 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:44:19,836 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5b2577d-07d9-4161-8180-42c8d74f2624', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5b2577d-07d9-4161-8180-42c8d74f2624', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:20,868 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:44:20,868 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d89d41-2309-4a3d-9876-4f6e7cc6a3b4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d89d41-2309-4a3d-9876-4f6e7cc6a3b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:21,895 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.022s
2026-06-01 22:44:21,896 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-148f3d71-f41c-4113-bafc-cf7a4286b23f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-148f3d71-f41c-4113-bafc-cf7a4286b23f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:22,928 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:44:22,928 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b2d7115-9ad2-4e15-9545-bbe68a0585e6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b2d7115-9ad2-4e15-9545-bbe68a0585e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:23,960 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:44:23,960 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8c5a2ea-df0e-47eb-9067-a85692b90c35', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8c5a2ea-df0e-47eb-9067-a85692b90c35', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:24,990 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:44:24,990 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed5b2105-3bc9-40f1-bef4-c9cb53b45400', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed5b2105-3bc9-40f1-bef4-c9cb53b45400', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:26,022 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:44:26,022 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f324e1-e328-4fed-90d1-0c2450c305b7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f324e1-e328-4fed-90d1-0c2450c305b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:27,064 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.036s
2026-06-01 22:44:27,064 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c55f1650-e775-4421-8bf0-3e9ed5f1f86b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c55f1650-e775-4421-8bf0-3e9ed5f1f86b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:28,111 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.040s
2026-06-01 22:44:28,111 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddb812c-61b5-4c19-b102-e6084a6cd77d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddb812c-61b5-4c19-b102-e6084a6cd77d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:29,142 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:44:29,142 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14804157-43e2-4faf-8e88-c9282d155a59', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14804157-43e2-4faf-8e88-c9282d155a59', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:30,173 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:44:30,173 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b608de1c-4755-4b09-9652-8c387540fe86', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b608de1c-4755-4b09-9652-8c387540fe86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:31,211 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:44:31,211 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3dc48f0-da9b-4108-af9a-7a62c7cca6dd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3dc48f0-da9b-4108-af9a-7a62c7cca6dd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:32,248 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:44:32,249 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd18399d-966d-4572-9f48-2ccbb997f023', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd18399d-966d-4572-9f48-2ccbb997f023', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:33,279 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:44:33,280 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45535047-409f-4f69-9b17-9948e87cb014', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45535047-409f-4f69-9b17-9948e87cb014', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:34,325 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.040s
2026-06-01 22:44:34,326 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0073f65-4862-4de7-bddd-98ff081415d7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0073f65-4862-4de7-bddd-98ff081415d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:35,362 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:44:35,362 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87078b48-63af-4f36-a421-6bf2754d2592', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87078b48-63af-4f36-a421-6bf2754d2592', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:36,406 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.037s
2026-06-01 22:44:36,407 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7c33ad6-760b-4610-95da-df58c632d45c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7c33ad6-760b-4610-95da-df58c632d45c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:37,456 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.042s
2026-06-01 22:44:37,456 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e282117-8535-4b83-836d-8e334a148447', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e282117-8535-4b83-836d-8e334a148447', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:38,517 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.055s
2026-06-01 22:44:38,517 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6451a16d-be3f-4f82-b109-fbdc7fd5d670', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6451a16d-be3f-4f82-b109-fbdc7fd5d670', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:39,555 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:44:39,555 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de11cc42-bf41-47c9-9a25-6ca6d1cae5af', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de11cc42-bf41-47c9-9a25-6ca6d1cae5af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:40,586 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:44:40,586 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcc87a4b-8bb2-48f9-98c8-e327bc82f2c9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcc87a4b-8bb2-48f9-98c8-e327bc82f2c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:41,618 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:44:41,618 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d2d13c4-0d10-423f-8b94-009b3bed1f35', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d2d13c4-0d10-423f-8b94-009b3bed1f35', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:42,650 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:44:42,650 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5366de94-eea7-42a3-8b99-347a5021e8ff', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5366de94-eea7-42a3-8b99-347a5021e8ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:43,682 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:44:43,682 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85c74937-41b7-415d-83c4-9376360f8f22', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85c74937-41b7-415d-83c4-9376360f8f22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:44,712 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:44:44,712 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2104efe6-0dea-4493-a3c5-376c771f8f67', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2104efe6-0dea-4493-a3c5-376c771f8f67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:45,743 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:44:45,743 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-026ff8f0-9dcd-4b8e-9037-355ee7e2e3e7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-026ff8f0-9dcd-4b8e-9037-355ee7e2e3e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:46,776 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:44:46,776 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd9d820-084a-4585-b391-a1d4267602cb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd9d820-084a-4585-b391-a1d4267602cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:47,814 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:44:47,815 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6403d5-a6fa-48a0-be40-3dd572aa3cb3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6403d5-a6fa-48a0-be40-3dd572aa3cb3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:48,850 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:44:48,850 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e8fd71b-86dd-4794-8f7b-a8b1c5814562', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8fd71b-86dd-4794-8f7b-a8b1c5814562', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:49,893 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.037s
2026-06-01 22:44:49,894 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e254b5-3f78-47bf-badf-2412ebd682b3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1e254b5-3f78-47bf-badf-2412ebd682b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:50,930 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:44:50,930 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bbbf6b6-d9bf-4c49-9941-17861a84717a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bbbf6b6-d9bf-4c49-9941-17861a84717a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:51,961 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:44:51,961 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a45f130-0bbc-4f2b-9ee6-0c89772c12b3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a45f130-0bbc-4f2b-9ee6-0c89772c12b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:52,998 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:44:52,998 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60cdb4f9-1169-4fbc-b4a9-54456c54ee15', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60cdb4f9-1169-4fbc-b4a9-54456c54ee15', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:54,035 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:44:54,036 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4d3556-ccfa-4d9f-a6c4-b725131e6d9f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4d3556-ccfa-4d9f-a6c4-b725131e6d9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:55,067 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:44:55,067 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d62fb04d-f23f-4db5-ae47-bc6e8994565f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d62fb04d-f23f-4db5-ae47-bc6e8994565f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:56,097 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:44:56,097 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7304960b-17c2-45cc-b30e-bf0e7a95ea38', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7304960b-17c2-45cc-b30e-bf0e7a95ea38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:57,127 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:44:57,128 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-661a8dd2-841b-4cc7-8f3c-44edb64d2b0c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-661a8dd2-841b-4cc7-8f3c-44edb64d2b0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:58,169 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.036s
2026-06-01 22:44:58,170 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44792cee-32b5-4c5e-a38b-1c30bfb70c8f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44792cee-32b5-4c5e-a38b-1c30bfb70c8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:44:59,203 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:44:59,203 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:44:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f5428c-becb-4e91-a308-ba3dbebfb8c4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f5428c-becb-4e91-a308-ba3dbebfb8c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:00,243 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.034s
2026-06-01 22:45:00,243 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-965093bb-bb1e-471a-81c1-6f541eccd1da', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965093bb-bb1e-471a-81c1-6f541eccd1da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:01,283 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.034s
2026-06-01 22:45:01,283 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aba860d-f95e-4d9e-bf2a-00b217cafe9e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aba860d-f95e-4d9e-bf2a-00b217cafe9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:02,312 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:45:02,312 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0f4f265-d281-4eff-8345-a4280dda4261', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0f4f265-d281-4eff-8345-a4280dda4261', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:03,350 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.033s
2026-06-01 22:45:03,350 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea2e5f7d-184d-434b-a3ef-4069f2ac8865', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea2e5f7d-184d-434b-a3ef-4069f2ac8865', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:04,379 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:45:04,380 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dccb395-9a4b-48e8-9aec-d083404f7e1a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dccb395-9a4b-48e8-9aec-d083404f7e1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:05,415 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:45:05,415 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b5288f8-002c-4881-92d5-b3cdd73cbebf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b5288f8-002c-4881-92d5-b3cdd73cbebf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:06,450 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.025s
2026-06-01 22:45:06,450 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a33b023-7105-45ac-9682-0c2d93bb805f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a33b023-7105-45ac-9682-0c2d93bb805f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:07,498 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.041s
2026-06-01 22:45:07,498 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c33c7a8-459e-4cca-86b0-75623bef1418', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c33c7a8-459e-4cca-86b0-75623bef1418', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:08,544 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.038s
2026-06-01 22:45:08,544 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00b2ceb5-7737-4718-9770-1364e118580d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00b2ceb5-7737-4718-9770-1364e118580d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:09,579 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.029s
2026-06-01 22:45:09,580 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d453d22-81a5-4fd6-bd6e-adcfa9881193', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d453d22-81a5-4fd6-bd6e-adcfa9881193', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:10,611 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:45:10,611 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e360416-5d5e-46b5-a7ef-5b649f58df10', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e360416-5d5e-46b5-a7ef-5b649f58df10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:11,647 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:45:11,647 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61dbd026-3867-4795-a0e4-c496ca254b01', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61dbd026-3867-4795-a0e4-c496ca254b01', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:12,675 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:45:12,676 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1f20497-530a-4178-9f7f-0789f3304888', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1f20497-530a-4178-9f7f-0789f3304888', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:13,707 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:45:13,707 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e86230c-9468-4632-84f7-0d4b388b5d38', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e86230c-9468-4632-84f7-0d4b388b5d38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:14,736 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:45:14,736 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e61f6ab2-ddc4-4edf-aede-7f8d4afa3937', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e61f6ab2-ddc4-4edf-aede-7f8d4afa3937', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:15,776 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.034s
2026-06-01 22:45:15,776 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecacde4a-6118-45bc-9547-dedc8784bdda', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecacde4a-6118-45bc-9547-dedc8784bdda', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:16,808 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:45:16,808 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be622b6-32f2-41bf-bda0-b0fce99a969c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be622b6-32f2-41bf-bda0-b0fce99a969c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:17,843 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:45:17,843 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f83912d4-7ef7-4411-b0b9-2ab5fbe74e7e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83912d4-7ef7-4411-b0b9-2ab5fbe74e7e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:18,881 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:45:18,882 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-185e901a-b6ad-482e-a675-ec5d03412c35', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-185e901a-b6ad-482e-a675-ec5d03412c35', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:19,919 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:45:19,919 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49dfd4e8-9c62-427e-9e74-748f1ec22145', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49dfd4e8-9c62-427e-9e74-748f1ec22145', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:20,954 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:45:20,954 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3fe4feb-c25a-4c51-a61e-59988c736a71', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3fe4feb-c25a-4c51-a61e-59988c736a71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:21,987 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:45:21,987 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d08f535-7dcb-4965-a06c-2dd004fc8486', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d08f535-7dcb-4965-a06c-2dd004fc8486', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:23,022 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:45:23,023 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-299575b2-a5aa-4eda-abdf-fb48ac97a0fb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-299575b2-a5aa-4eda-abdf-fb48ac97a0fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:24,064 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.034s
2026-06-01 22:45:24,064 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5f71965-47f8-425f-95a7-4b19a75fdf5e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5f71965-47f8-425f-95a7-4b19a75fdf5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:25,103 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:45:25,103 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bce27d3-bee0-4b0b-b081-3638aad89374', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bce27d3-bee0-4b0b-b081-3638aad89374', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:26,136 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.028s
2026-06-01 22:45:26,136 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30344f71-9264-45d4-bd8e-d009d8be7f10', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30344f71-9264-45d4-bd8e-d009d8be7f10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:27,164 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.022s
2026-06-01 22:45:27,165 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a82d3704-bd41-4bcc-8855-6190155870ee', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a82d3704-bd41-4bcc-8855-6190155870ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:28,195 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:45:28,195 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-740f2a54-947e-46f2-ab26-ce6a4f379a66', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-740f2a54-947e-46f2-ab26-ce6a4f379a66', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:29,232 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:45:29,232 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fa5b621-0d84-400b-8364-fac768dfaafb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fa5b621-0d84-400b-8364-fac768dfaafb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:30,262 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:45:30,262 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f47e6b02-cbd1-4a27-9563-fba15a238873', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f47e6b02-cbd1-4a27-9563-fba15a238873', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:31,291 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.022s
2026-06-01 22:45:31,291 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd3bd18-02d5-44ee-882b-1e918984e95b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd3bd18-02d5-44ee-882b-1e918984e95b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:32,320 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:45:32,320 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eab00319-492f-4c0a-9e2d-4042b4920fc8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eab00319-492f-4c0a-9e2d-4042b4920fc8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:33,365 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.040s
2026-06-01 22:45:33,365 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96e9cd94-ab99-4658-a7d8-c414fdcc0d2a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e9cd94-ab99-4658-a7d8-c414fdcc0d2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:34,396 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:45:34,397 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff6291ff-b866-481e-9cbf-2e3fdadfb8a6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff6291ff-b866-481e-9cbf-2e3fdadfb8a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:35,429 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:45:35,430 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10afb869-46be-489c-b4be-3fb75fad2d5e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10afb869-46be-489c-b4be-3fb75fad2d5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:36,468 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:45:36,468 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-944812d4-2c14-44f6-ba48-132dc8337687', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-944812d4-2c14-44f6-ba48-132dc8337687', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:37,501 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:45:37,501 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2753e932-181e-4e3e-849b-fb18163f6d9c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2753e932-181e-4e3e-849b-fb18163f6d9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:38,535 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:45:38,535 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a55d0bb0-6ddb-4854-97b9-cbb2b162f02d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a55d0bb0-6ddb-4854-97b9-cbb2b162f02d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:39,572 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:45:39,572 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988def2a-791d-4b88-a701-cea7a0534ccb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988def2a-791d-4b88-a701-cea7a0534ccb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:40,608 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.031s
2026-06-01 22:45:40,608 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9577d39-359a-424a-8fde-9dac0f8b4996', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9577d39-359a-424a-8fde-9dac0f8b4996', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:41,642 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:45:41,642 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf269a5-14a3-41af-b9f7-6f11635bdf38', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf269a5-14a3-41af-b9f7-6f11635bdf38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:42,672 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.023s
2026-06-01 22:45:42,672 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabd8030-87c8-4d5c-8b91-8a18114fd605', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabd8030-87c8-4d5c-8b91-8a18114fd605', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:43,700 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.022s
2026-06-01 22:45:43,700 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52e1440f-4923-4854-bde3-0ea86163b444', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52e1440f-4923-4854-bde3-0ea86163b444', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:44,742 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.036s
2026-06-01 22:45:44,742 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c2da2d-12f5-4774-8d89-7103bc0a3037', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c2da2d-12f5-4774-8d89-7103bc0a3037', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:45,775 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:45:45,775 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7726048a-bb55-4c74-bf76-bc9401d72c93', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7726048a-bb55-4c74-bf76-bc9401d72c93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:46,812 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.030s
2026-06-01 22:45:46,812 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e25a156a-457b-44b8-bfec-d6de89f8774f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e25a156a-457b-44b8-bfec-d6de89f8774f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:47,844 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.026s
2026-06-01 22:45:47,844 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f143253-dda1-47f5-a738-6c0eba89da0e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f143253-dda1-47f5-a738-6c0eba89da0e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:48,873 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.024s
2026-06-01 22:45:48,873 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0be821f3-01c5-429c-b44d-de66b486998e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0be821f3-01c5-429c-b44d-de66b486998e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:49,912 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.032s
2026-06-01 22:45:49,913 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-155b4a9a-fecd-4a98-b6a3-7a04b8d27e21', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-155b4a9a-fecd-4a98-b6a3-7a04b8d27e21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:42:55.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:45:49,997 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.078s
2026-06-01 22:45:49,998 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:49 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-647464fe-c5bc-402d-8ca4-f3aa711eae4d', 'x-compute-request-id': 'req-647464fe-c5bc-402d-8ca4-f3aa711eae4d', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b''
2026-06-01 22:45:50,187 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.189s
2026-06-01 22:45:50,187 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ba07603-40ac-4f29-8ffd-6000949e88d0', 'x-compute-request-id': 'req-8ba07603-40ac-4f29-8ffd-6000949e88d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-621166351-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}, {"version": 4, "addr": "172.24.5.125", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}]}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "ACTIVE", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:45:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:45:51,435 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.243s
2026-06-01 22:45:51,436 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7883ffdf-e73f-4263-81f7-d8d484065028', 'x-compute-request-id': 'req-7883ffdf-e73f-4263-81f7-d8d484065028', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-621166351-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}, {"version": 4, "addr": "172.24.5.125", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}]}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "ACTIVE", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:45:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:45:52,637 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.195s
2026-06-01 22:45:52,637 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1674', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38480671-3202-4f0e-934e-8444f13aee85', 'x-compute-request-id': 'req-38480671-3202-4f0e-934e-8444f13aee85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-621166351-network": [{"version": 4, "addr": "10.1.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}, {"version": 4, "addr": "172.24.5.125", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:df:e9"}]}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "ACTIVE", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:45:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--358950710"}], "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-01 22:45:53,739 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.095s
2026-06-01 22:45:53,739 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1320', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d142d9a0-9fda-4860-bbfa-d6cce41027f4', 'x-compute-request-id': 'req-d142d9a0-9fda-4860-bbfa-d6cce41027f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "ACTIVE", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:45:52Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": 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-01 22:45:54,834 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.088s
2026-06-01 22:45:54,835 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-283d9c76-0190-46f2-9ff2-606ef14cfd39', 'x-compute-request-id': 'req-283d9c76-0190-46f2-9ff2-606ef14cfd39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "DELETED", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:45:54Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-01T22:42:56Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": "2026-06-01T22:45:53.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-01 22:45:54,842 106272 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2026-06-01 22:45:55,930 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.087s
2026-06-01 22:45:55,930 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05ad9b8b-4402-4d66-8678-ac2098e0d71d', 'x-compute-request-id': 'req-05ad9b8b-4402-4d66-8678-ac2098e0d71d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "DELETED", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:45:54Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-01T22:42:56Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": "2026-06-01T22:45:53.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-01 22:45:57,041 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.106s
2026-06-01 22:45:57,041 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e928872-66ae-4e12-9d70-89fac417bca4', 'x-compute-request-id': 'req-9e928872-66ae-4e12-9d70-89fac417bca4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "DELETED", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:45:54Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-01T22:42:56Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": "2026-06-01T22:45:53.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-01 22:45:58,147 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.100s
2026-06-01 22:45:58,148 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1420', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32dddf35-309e-46ed-9815-cf246ace35bb', 'x-compute-request-id': 'req-32dddf35-309e-46ed-9815-cf246ace35bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:41:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "990418eadea7587b16a633f29f575883c0fdbb3a3285e05532a6bb01", "id": "49443a7f-fbe8-4416-a7ae-774d5dd7d742", "image": {"id": "a672b8be-0616-460b-b90e-8ceffcc239c1", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/images/a672b8be-0616-460b-b90e-8ceffcc239c1"}]}, "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-446412400", "status": "DELETED", "tenant_id": "7717cf99e09d40b39654f6ff168bccb2", "user_id": "d55050d137eb4313872a89d4f4260d3d", "updated": "2026-06-01T22:45:54Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-01T22:42:56Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-55910240", "OS-SRV-USG:launched_at": "2026-06-01T22:41:52.000000", "OS-SRV-USG:terminated_at": "2026-06-01T22:45:53.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-01 22:45:59,182 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742 0.029s
2026-06-01 22:45:59,182 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:59 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-2c99e4b4-279e-4a15-8f83-cc354717f438', 'x-compute-request-id': 'req-2c99e4b4-279e-4a15-8f83-cc354717f438', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/49443a7f-fbe8-4416-a7ae-774d5dd7d742'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 49443a7f-fbe8-4416-a7ae-774d5dd7d742 could not be found."}}'
2026-06-01 22:45:59,214 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.50/compute/v2.1/os-keypairs/tempest-keypair-55910240 0.031s
2026-06-01 22:45:59,214 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:59 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-0fe9d68c-121f-4349-8101-3b736a8860ad', 'x-compute-request-id': 'req-0fe9d68c-121f-4349-8101-3b736a8860ad', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/compute/v2.1/os-keypairs/tempest-keypair-55910240'}
Body: b''
2026-06-01 22:45:59,352 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.50/networking/v2.0/security-groups/2915f29e-5771-4611-aa08-890b72612d56 0.137s
2026-06-01 22:45:59,352 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-af207203-5e19-40b4-9405-2d44d63d7b2b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.50/networking/v2.0/security-groups/2915f29e-5771-4611-aa08-890b72612d56'}
Body: b''
2026-06-01 22:45:59,369 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.50/networking/v2.0/security-groups/2915f29e-5771-4611-aa08-890b72612d56 0.017s
2026-06-01 22:45:59,370 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5b5f4833-2fca-4256-ae5c-b8def5f2882c', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.50/networking/v2.0/security-groups/2915f29e-5771-4611-aa08-890b72612d56'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 2915f29e-5771-4611-aa08-890b72612d56 does not exist", "detail": ""}}'
2026-06-01 22:45:59,587 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.50/networking/v2.0/floatingips/0306bc61-d913-4154-985e-21b22cc42b13 0.217s
2026-06-01 22:45:59,587 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-5379cc7d-b2a4-4033-bf23-1a01065386e7', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.50/networking/v2.0/floatingips/0306bc61-d913-4154-985e-21b22cc42b13'}
Body: b''
2026-06-01 22:45:59,630 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.043s
2026-06-01 22:45:59,630 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:59 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-369ecde4-f7b9-42c4-91d1-409d8c4a03e5', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b''
2026-06-01 22:45:59,657 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.027s
2026-06-01 22:45:59,658 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:45:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-576f39f6-3389-49e0-b133-dc6c36efc8b7', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-576f39f6-3389-49e0-b133-dc6c36efc8b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"volume": {"id": "2558dbaa-e018-4ec3-8e4c-82635a423844", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:41:37.000000", "updated_at": "2026-06-01T22:46:00.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-223040354", "description": null, "volume_type": "tempest-scenario-type-luksv2-1582593179", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844"}], "user_id": "d55050d137eb4313872a89d4f4260d3d", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7717cf99e09d40b39654f6ff168bccb2"}}'
2026-06-01 22:46:00,678 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844 0.014s
2026-06-01 22:46:00,678 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:46:00 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-ca320591-4859-4a9a-a00c-1ca799caf762', 'x-openstack-request-id': 'req-ca320591-4859-4a9a-a00c-1ca799caf762', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.50/volume/v3/volumes/2558dbaa-e018-4ec3-8e4c-82635a423844'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2558dbaa-e018-4ec3-8e4c-82635a423844 could not be found."}}'
2026-06-01 22:46:00,820 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.50/volume/v3/volumes/detail?all_tenants=1 0.141s
2026-06-01 22:46:00,820 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:46:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4505cf3d-af98-4b52-a73d-e8f15d6d9131', 'content-length': '9740', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4505cf3d-af98-4b52-a73d-e8f15d6d9131', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "6c9ba909-188d-40e0-bf34-68b855d3048c", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:45:55.000000", "updated_at": "2026-06-01T22:46:00.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1383806657", "description": null, "volume_type": "storpool", "snapshot_id": "d0f2e232-932f-4916-9352-43449603507c", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/6c9ba909-188d-40e0-bf34-68b855d3048c"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/6c9ba909-188d-40e0-bf34-68b855d3048c"}], "user_id": "ba3f1a7a44fc42bc9fedeea7454d66f5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "9b68cec01f2543ed988269102d54337b", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001901@storpool#template_virtual"}, {"id": "a16205ae-1425-4416-b3d0-d757bcfa1bab", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:45:45.000000", "updated_at": "2026-06-01T22:45:54.000000", "name": "tempest-TestEncryptedCinderVolumes-1242195577", "description": null, "volume_type": "tempest-scenario-type-luks-1112803347", "snapshot_id": null, "source_volid": "c64067f1-4442-4454-b59f-300e1a80aff2", "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/a16205ae-1425-4416-b3d0-d757bcfa1bab"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/a16205ae-1425-4416-b3d0-d757bcfa1bab"}], "user_id": "63868c3ce7ce4bab80958067630dddc9", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "a16205ae-1425-4416-b3d0-d757bcfa1bab", "attachment_id": "e99ab20e-8fb5-4be2-9f8a-b9df8ad64ba6", "volume_id": "a16205ae-1425-4416-b3d0-d757bcfa1bab", "server_id": "2651b7d6-7ffe-48be-9407-4f9e481fae5c", "host_name": "np0000001901", "device": "/dev/vda", "attached_at": "2026-06-01T22:45:53.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "398d6db0d99945ddb79feae1315925fb", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001901@storpool#default", "volume_image_metadata": {"signature_verified": "False", "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": "a672b8be-0616-460b-b90e-8ceffcc239c1", "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": "fe7171e9-dd5d-4286-abbd-7631b78ab4aa", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:45:40.000000", "updated_at": "2026-06-01T22:45:54.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-164558149", "description": null, "volume_type": "storpool", "snapshot_id": "7446d39d-57c6-499e-a37b-a7e3bfd6bbff", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/fe7171e9-dd5d-4286-abbd-7631b78ab4aa"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/fe7171e9-dd5d-4286-abbd-7631b78ab4aa"}], "user_id": "ba3f1a7a44fc42bc9fedeea7454d66f5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "9b68cec01f2543ed988269102d54337b", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001901@storpool#template_virtual"}, {"id": "e57be856-edad-4c7a-b8a7-280bda1f57b5", "status": "available", "size": 1, "avail
2026-06-01 22:46:00,863 106272 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.50/volume/v3/types/d10cd7f3-1e3b-410a-a75f-a187b49bc5cf 0.033s
2026-06-01 22:46:00,863 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:46:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-367e53cf-09a1-496b-879a-bf5069536295', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/volume/v3/types/d10cd7f3-1e3b-410a-a75f-a187b49bc5cf'}
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 2558dbaa-e018-4ec3-8e4c-82635a423844 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
pt1.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
pt2.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
ft2.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-01 22:49:05,404 106272 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-413371057 on backend None
2026-06-01 22:49:05,424 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.50/volume/v3/types 0.020s
2026-06-01 22:49:05,424 106272 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-413371057", "extra_specs": {}}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9302cf8f-c338-4a41-a426-86ebc8ec9b73', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9302cf8f-c338-4a41-a426-86ebc8ec9b73', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/types'}
Body: b'{"volume_type": {"id": "375b35a1-15e7-4667-bf8f-a0b2263e67dd", "name": "tempest-scenario-type-luks2-413371057", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-01 22:49:05,426 106272 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 375b35a1-15e7-4667-bf8f-a0b2263e67dd
2026-06-01 22:49:05,449 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.50/volume/v3/types/375b35a1-15e7-4667-bf8f-a0b2263e67dd/encryption 0.022s
2026-06-01 22:49:05,449 106272 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': 'Mon, 01 Jun 2026 22:49:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae59babd-d602-42ad-b4fd-d85eabd8de3b', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae59babd-d602-42ad-b4fd-d85eabd8de3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/types/375b35a1-15e7-4667-bf8f-a0b2263e67dd/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "375b35a1-15e7-4667-bf8f-a0b2263e67dd", "encryption_id": "ebc0d7ef-3f80-4258-ab86-dd38f09f4f88"}}'
2026-06-01 22:49:05,577 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.50/volume/v3/volumes 0.126s
2026-06-01 22:49:05,577 106272 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-824716349", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-413371057", "size": 1}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7fd0233-38cd-41b4-8485-470e0e09ccf5', 'content-length': '777', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7fd0233-38cd-41b4-8485-470e0e09ccf5', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/volume/v3/volumes'}
Body: b'{"volume": {"id": "6c04606b-c728-488b-adfa-ff115bd143d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:49:05.534248", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-824716349", "description": null, "volume_type": "tempest-scenario-type-luks2-413371057", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}], "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-01 22:49:05,604 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9 0.023s
2026-06-01 22:49:05,604 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5d36673-e6f5-471f-9669-61f77e7bc41b', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5d36673-e6f5-471f-9669-61f77e7bc41b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9'}
Body: b'{"volume": {"id": "6c04606b-c728-488b-adfa-ff115bd143d9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:49:06.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-824716349", "description": null, "volume_type": "tempest-scenario-type-luks2-413371057", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}], "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc"}}'
2026-06-01 22:49:06,630 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9 0.022s
2026-06-01 22:49:06,631 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8801806-ab03-4529-856c-4002b4e0c3fb', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8801806-ab03-4529-856c-4002b4e0c3fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9'}
Body: b'{"volume": {"id": "6c04606b-c728-488b-adfa-ff115bd143d9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:49:06.000000", "updated_at": "2026-06-01T22:49:06.000000", "name": "tempest-TestVolumeBootPattern-volume-824716349", "description": null, "volume_type": "tempest-scenario-type-luks2-413371057", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}], "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc"}}'
2026-06-01 22:49:06,635 106272 INFO [tempest.common.waiters] volume 6c04606b-c728-488b-adfa-ff115bd143d9 reached available after waiting for 1.635251 seconds
2026-06-01 22:49:06,657 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9 0.022s
2026-06-01 22:49:06,658 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b72dbd7-70fd-4854-a097-c269a4f49552', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b72dbd7-70fd-4854-a097-c269a4f49552', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9'}
Body: b'{"volume": {"id": "6c04606b-c728-488b-adfa-ff115bd143d9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:49:06.000000", "updated_at": "2026-06-01T22:49:06.000000", "name": "tempest-TestVolumeBootPattern-volume-824716349", "description": null, "volume_type": "tempest-scenario-type-luks2-413371057", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}], "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc"}}'
2026-06-01 22:49:06,686 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9/action 0.023s
2026-06-01 22:49:06,686 106272 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': 'Mon, 01 Jun 2026 22:49:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-dc5f660e-122b-475b-8c5b-f00ff6f81a19', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc5f660e-122b-475b-8c5b-f00ff6f81a19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9/action'}
Body: b''
2026-06-01 22:49:06,735 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.50/identity/v3/auth/tokens 0.046s
2026-06-01 22:49:06,735 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2927', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b2786214-4770-41f0-a6f7-bce59332521e', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.50/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "42b047a32ef945cfa26b381cc2b6a7b5", "name": "tempest-TestVolumeBootPattern-220450671-project-member", "password_expires_at": null}, "audit_ids": ["JyRY54E6TE6KQKeigkS7aQ"], "expires_at": "2026-06-01T23:49:06.000000Z", "issued_at": "2026-06-01T22:49:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7bc42b0cceef4c1383a663ecbcafe1fc", "name": "tempest-TestVolumeBootPattern-220450671"}, "is_domain": false, "roles": [{"id": "5b0aacba3c5b4a19985cfeb6c526ed33", "name": "member"}, {"id": "13bc7549ccdc4500a1b7e8438c508664", "name": "reader"}], "catalog": [{"endpoints": [{"id": "cd8a48865f3d4330b6671b52c71195b9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/networking", "region": "RegionOne"}], "id": "4a4b8a2770354d9fbbee14260d690c05", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "8ec0c3cfcf2c44369ac5ec9f277f02fa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/compute/v2/7bc42b0cceef4c1383a663ecbcafe1fc", "region": "RegionOne"}], "id": "6722ca40bc484b7da3887f0890058be4", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "a7c68d2bc72e44439b34cedcceeedc93", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/volume/v3", "region": "RegionOne"}], "id": "7ed2d26731c04d38b05f633b2f08ecee", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "04bbe40ce01f4e439aeaf6fa74a2b407", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/image", "region": "RegionOne"}], "id": "a64787d0bb39430aa4b7a1fb48516c41", "type": "image", "name": "glance"}, {"endpoints": [{"id": "947e1f872e2a4a28b554b885bb8cc942", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/compute/v2.1", "region": "RegionOne"}], "id": "c7c5e0b32ec34995b9670b5d35ba1be3", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "491a742a106245b3b48033f710bb8d1e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50:8080/v1/AUTH_7bc42b0cceef4c1383a663ecbcafe1fc", "region": "RegionOne"}, {"id": "6658bc487d194d519ad6670d0952b158", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.50:8080", "region": "RegionOne"}], "id": "d189e633357b4c85b1caa434079bd0b4", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "f99cf2afa1944fb5a9801a41ea10abf1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/placement", "region": "RegionOne"}], "id": "f3fcec9cc9324e4fb52c302b889c6751", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "de4d2d5921164710bf20c2f444c568e9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.50/identity", "region": "RegionOne"}], "id": "fb4f5c97885f46daa4b4e703f6852310", "type": "identity", "name": "keystone"}]}}'
2026-06-01 22:49:06,735 106272 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '4266b807-ac3f-4353-a6f1-fc475d3efdfa', 'name': 'tempest-TestVolumeBootPattern-1000362520-network', 'tenant_id': '7bc42b0cceef4c1383a663ecbcafe1fc', 'project_id': '7bc42b0cceef4c1383a663ecbcafe1fc', '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': 25615, '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-01T22:48:27Z', 'updated_at': '2026-06-01T22:48:27Z', 'revision_number': 1} available for tenant
2026-06-01 22:49:07,229 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.50/compute/v2.1/servers 0.493s
2026-06-01 22:49:07,229 106272 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-608101288", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "6c04606b-c728-488b-adfa-ff115bd143d9", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "4266b807-ac3f-4353-a6f1-fc475d3efdfa"}]}}
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d01e209f-54eb-47be-ba66-d9360016b802', 'x-compute-request-id': 'req-d01e209f-54eb-47be-ba66-d9360016b802', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/compute/v2.1/servers'}
Body: b'{"server": {"id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "QL39VZz6PFZy"}}'
2026-06-01 22:49:07,312 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.081s
2026-06-01 22:49:07,312 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:07 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-2cc0a76e-640e-476d-a534-c57ea22b5890', 'x-compute-request-id': 'req-2cc0a76e-640e-476d-a534-c57ea22b5890', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:07Z", "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-01 22:49:08,404 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.084s
2026-06-01 22:49:08,405 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:08 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-e4e4044f-e2bb-4cc9-8b6e-726531db3180', 'x-compute-request-id': 'req-e4e4044f-e2bb-4cc9-8b6e-726531db3180', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:08Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:09,499 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.086s
2026-06-01 22:49:09,499 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:09 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-b2705cf9-00c0-4dd5-87f8-d1bf31def59e', 'x-compute-request-id': 'req-b2705cf9-00c0-4dd5-87f8-d1bf31def59e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49: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, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:09,506 106272 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-06-01 22:49:10,586 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.079s
2026-06-01 22:49:10,586 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:10 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-d8af2ad3-7086-4c58-bbb1-f15a6910f31b', 'x-compute-request-id': 'req-d8af2ad3-7086-4c58-bbb1-f15a6910f31b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49: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, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:11,680 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.089s
2026-06-01 22:49:11,681 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:11 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-db634543-5b2c-412c-99b0-ce12aef7cca2', 'x-compute-request-id': 'req-db634543-5b2c-412c-99b0-ce12aef7cca2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:11Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:11,685 106272 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-06-01 22:49:12,872 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.186s
2026-06-01 22:49:12,872 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:12 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-eb3804cd-3eae-4403-85b2-ce2d2fc4c27f', 'x-compute-request-id': 'req-eb3804cd-3eae-4403-85b2-ce2d2fc4c27f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:13Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:12,877 106272 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait
2026-06-01 22:49:14,061 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.184s
2026-06-01 22:49:14,061 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:13 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-bcc7ea79-3be2-4405-a733-e8c46590516b', 'x-compute-request-id': 'req-bcc7ea79-3be2-4405-a733-e8c46590516b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:13Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:15,216 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.149s
2026-06-01 22:49:15,217 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:15 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-7bbd56e4-f2d4-45e9-98fd-3ddc6c19a1e4', 'x-compute-request-id': 'req-7bbd56e4-f2d4-45e9-98fd-3ddc6c19a1e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:15,222 106272 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-06-01 22:49:16,377 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.154s
2026-06-01 22:49:16,377 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:16 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-f5ad64ad-f05d-49a3-8e68-d88d34e9143c', 'x-compute-request-id': 'req-f5ad64ad-f05d-49a3-8e68-d88d34e9143c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:17,554 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.172s
2026-06-01 22:49:17,555 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:17 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-03ae9f66-b5ce-4443-91f6-2fa8e95669df', 'x-compute-request-id': 'req-03ae9f66-b5ce-4443-91f6-2fa8e95669df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:18,811 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.251s
2026-06-01 22:49:18,811 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:18 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-74c698b8-949b-496e-971a-228da672d51a', 'x-compute-request-id': 'req-74c698b8-949b-496e-971a-228da672d51a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:20,011 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.194s
2026-06-01 22:49:20,011 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:19 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-c529b959-0ad6-47be-b9d3-be71b5d057ad', 'x-compute-request-id': 'req-c529b959-0ad6-47be-b9d3-be71b5d057ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:21,189 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.171s
2026-06-01 22:49:21,189 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:21 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-cade8eb4-7563-4a2e-9178-e89504c5871f', 'x-compute-request-id': 'req-cade8eb4-7563-4a2e-9178-e89504c5871f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:22,362 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.168s
2026-06-01 22:49:22,363 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:22 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-e5f2fdd2-5c0d-463b-8259-c7c4d0e8ba10', 'x-compute-request-id': 'req-e5f2fdd2-5c0d-463b-8259-c7c4d0e8ba10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:23,581 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.213s
2026-06-01 22:49:23,581 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:23 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-c21b1dac-3f64-468e-97a3-9a747f86952c', 'x-compute-request-id': 'req-c21b1dac-3f64-468e-97a3-9a747f86952c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:24,775 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.186s
2026-06-01 22:49:24,775 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:24 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-5a9e7021-c9e4-4ffb-8536-7f3345985fb7', 'x-compute-request-id': 'req-5a9e7021-c9e4-4ffb-8536-7f3345985fb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:25,932 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.151s
2026-06-01 22:49:25,933 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:25 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-95af1f8a-5b9a-45e3-89a5-b85bdac7818b', 'x-compute-request-id': 'req-95af1f8a-5b9a-45e3-89a5-b85bdac7818b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:27,085 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.147s
2026-06-01 22:49:27,086 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:26 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-51472f61-e578-42e7-86da-94bd16dd64b6', 'x-compute-request-id': 'req-51472f61-e578-42e7-86da-94bd16dd64b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:28,253 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.161s
2026-06-01 22:49:28,254 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:28 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-112981a1-8a25-46c2-a3a8-b3411beb8d7f', 'x-compute-request-id': 'req-112981a1-8a25-46c2-a3a8-b3411beb8d7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:29,505 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.245s
2026-06-01 22:49:29,506 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:29 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-40822b64-2b86-4dc5-a138-0d75d4d83728', 'x-compute-request-id': 'req-40822b64-2b86-4dc5-a138-0d75d4d83728', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:30,732 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.218s
2026-06-01 22:49:30,733 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:30 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-7d711488-8bdc-4c33-a664-6bd7dcf6545c', 'x-compute-request-id': 'req-7d711488-8bdc-4c33-a664-6bd7dcf6545c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:31,911 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.170s
2026-06-01 22:49:31,911 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:31 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-762f60e4-2b73-4428-88ba-08b17aea896f', 'x-compute-request-id': 'req-762f60e4-2b73-4428-88ba-08b17aea896f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:15Z", "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:33,081 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.161s
2026-06-01 22:49:33,082 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:32 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-321dd731-d131-4e59-bcc9-87d53ff09627', 'x-compute-request-id': 'req-321dd731-d131-4e59-bcc9-87d53ff09627', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "74cc311b8ae962d14afde8376ed0a6e99197f0cefef56615db9060aa", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:34,247 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.160s
2026-06-01 22:49:34,247 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1141', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2675ca5f-eb96-489b-8677-496fd233f2ae', 'x-compute-request-id': 'req-2675ca5f-eb96-489b-8677-496fd233f2ae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:35,417 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.164s
2026-06-01 22:49:35,417 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1141', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d422986b-8cdb-448d-a738-11b49b6f35c7', 'x-compute-request-id': 'req-d422986b-8cdb-448d-a738-11b49b6f35c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:36,511 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.086s
2026-06-01 22:49:36,512 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1099', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a630e3c-a1de-4659-a34c-2f332361c47f', 'x-compute-request-id': 'req-1a630e3c-a1de-4659-a34c-2f332361c47f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:37,610 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.088s
2026-06-01 22:49:37,610 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1097', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5d3dad3-c4b0-4364-8b72-c15c3e01f7a2', 'x-compute-request-id': 'req-b5d3dad3-c4b0-4364-8b72-c15c3e01f7a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "BUILD", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:37Z", "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": [{"id": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:37,616 106272 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 30 second wait
2026-06-01 22:49:38,715 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.098s
2026-06-01 22:49:38,715 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1289', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-267e3d20-7b4b-48d9-96a8-c5269cf5fbb3', 'x-compute-request-id': 'req-267e3d20-7b4b-48d9-96a8-c5269cf5fbb3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-01T22:49:07Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.50/compute/flavors/42"}]}, "hostId": "", "id": "6839fd38-b4d2-4230-8842-16b2e8f06349", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}, {"rel": "bookmark", "href": "https://10.4.3.50/compute/servers/6839fd38-b4d2-4230-8842-16b2e8f06349"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-608101288", "status": "ERROR", "tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc", "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "updated": "2026-06-01T22:49:38Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-01T22:49:38Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 6839fd38-b4d2-4230-8842-16b2e8f06349."}, "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": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6c04606b-c728-488b-adfa-ff115bd143d9"}]}}'
2026-06-01 22:49:38,720 106272 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 31 second wait
2026-06-01 22:49:39,123 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 204 DELETE https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.402s
2026-06-01 22:49:39,123 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:38 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-df7c6632-84a4-40c9-b7b2-a2fdca5ffe72', 'x-compute-request-id': 'req-df7c6632-84a4-40c9-b7b2-a2fdca5ffe72', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b''
2026-06-01 22:49:39,149 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 404 GET https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349 0.025s
2026-06-01 22:49:39,149 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-3d49d778-5d52-4a35-9272-ff594d969719', 'x-compute-request-id': 'req-3d49d778-5d52-4a35-9272-ff594d969719', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.50/compute/v2.1/servers/6839fd38-b4d2-4230-8842-16b2e8f06349'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 6839fd38-b4d2-4230-8842-16b2e8f06349 could not be found."}}'
2026-06-01 22:49:39,185 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9 0.034s
2026-06-01 22:49:39,185 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:39 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-77288aa6-acbf-4272-ae0a-940cba5a47c2', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9'}
Body: b''
2026-06-01 22:49:39,214 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9 0.028s
2026-06-01 22:49:39,214 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2eabbab-2522-45e9-a740-195c1dc9da03', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2eabbab-2522-45e9-a740-195c1dc9da03', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9'}
Body: b'{"volume": {"id": "6c04606b-c728-488b-adfa-ff115bd143d9", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:49:06.000000", "updated_at": "2026-06-01T22:49:39.000000", "name": "tempest-TestVolumeBootPattern-volume-824716349", "description": null, "volume_type": "tempest-scenario-type-luks2-413371057", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/6c04606b-c728-488b-adfa-ff115bd143d9"}], "user_id": "42b047a32ef945cfa26b381cc2b6a7b5", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7bc42b0cceef4c1383a663ecbcafe1fc"}}'
2026-06-01 22:49:40,237 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9 0.018s
2026-06-01 22:49:40,237 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:40 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-4ed1879e-a028-4ede-adf1-eb46b5d43100', 'x-openstack-request-id': 'req-4ed1879e-a028-4ede-adf1-eb46b5d43100', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.50/volume/v3/volumes/6c04606b-c728-488b-adfa-ff115bd143d9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6c04606b-c728-488b-adfa-ff115bd143d9 could not be found."}}'
2026-06-01 22:49:40,261 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.50/volume/v3/volumes/detail?all_tenants=1 0.024s
2026-06-01 22:49:40,261 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b5bf5bc-b6a1-4949-aaf4-56d07673c9b2', 'content-length': '4207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b5bf5bc-b6a1-4949-aaf4-56d07673c9b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.50/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "665c1597-cc6e-44f0-934f-a8e6114ce12e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:49:33.000000", "updated_at": "2026-06-01T22:49:38.000000", "name": "image-2abb9dbf-522c-43ba-91ea-1ac66fa9e31a", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "a9566de1-79c9-4cf7-9bb0-23bdfd797af1", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/665c1597-cc6e-44f0-934f-a8e6114ce12e"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/665c1597-cc6e-44f0-934f-a8e6114ce12e"}], "user_id": "41ebbf688d7c4c629be36a2a1c3bd27d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b3cbbf736bf44883b19e8fb54fc1baa6", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001901@storpool#template_virtual"}, {"id": "fb7d1720-144d-4835-9a18-3f714c1c583d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:37:21.000000", "updated_at": "2026-06-01T22:37:26.000000", "name": "image-08bb8767-812a-4a56-b8cb-614320d67aa8", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "e81bf4c8-f49b-4346-91d7-fdec5193c58f", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/fb7d1720-144d-4835-9a18-3f714c1c583d"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/fb7d1720-144d-4835-9a18-3f714c1c583d"}], "user_id": "41ebbf688d7c4c629be36a2a1c3bd27d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b3cbbf736bf44883b19e8fb54fc1baa6", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001901@storpool#default"}, {"id": "3e68eafe-0a83-49f2-9199-90e395a95683", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:29:00.000000", "updated_at": "2026-06-01T22:29:05.000000", "name": "image-a672b8be-0616-460b-b90e-8ceffcc239c1", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "a97b8a68-9cdf-4327-8857-83f6264532d4", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/3e68eafe-0a83-49f2-9199-90e395a95683"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/3e68eafe-0a83-49f2-9199-90e395a95683"}], "user_id": "41ebbf688d7c4c629be36a2a1c3bd27d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b3cbbf736bf44883b19e8fb54fc1baa6", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001901@storpool#template_virtual"}, {"id": "a0baa43f-c46e-433c-aef7-2c5cea603040", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-01T22:28:45.000000", "updated_at": "2026-06-01T22:28:55.000000", "name": "image-a672b8be-0616-460b-b90e-8ceffcc239c1", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "3ff14144-c082-48f1-88d5-61e14fc73cdd", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.50/volume/v3/volumes/a0baa43f-c46e-433c-aef7-2c5cea603040"}, {"rel": "bookmark", "href": "https://10.4.3.50/volume/volumes/a0baa43f-c46e-433c-aef7-2c5cea603040"}], "user_id": "41ebbf688d7c4c629be36a2a1c3bd27d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b3cbbf736bf44883b19e8fb54fc1baa6", "os-vol-mig-status-attr:mi
2026-06-01 22:49:40,308 106272 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.50/volume/v3/types/375b35a1-15e7-4667-bf8f-a0b2263e67dd 0.039s
2026-06-01 22:49:40,308 106272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Mon, 01 Jun 2026 22:49:40 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-198cf77c-e297-459c-b81e-aa0f8f651ffb', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.50/volume/v3/types/375b35a1-15e7-4667-bf8f-a0b2263e67dd'}
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_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 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 6839fd38-b4d2-4230-8842-16b2e8f06349 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-06-01T22:49:38Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 6839fd38-b4d2-4230-8842-16b2e8f06349.'}. Request ID of server operation performed before checking the server status req-d01e209f-54eb-47be-ba66-d9360016b802.
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt2.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
pt2.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
pt2.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
pt2.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
pt2.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
pt3.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
pt3.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
pt3.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
pt4.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
pt5.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
pt6.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
pt7.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
pt8.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
pt9.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
pt9.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
pt9.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
pt9.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
pt10.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
pt10.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
pt10.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
pt10.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
pt11.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
pt11.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
pt11.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
pt12.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
pt12.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
pt13.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
pt13.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
pt14.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
pt15.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
pt16.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
pt16.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
pt17.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
pt18.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 | |
VolumeTypesReaderTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt19.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt20.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
pt21.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
pt22.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
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt24.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt24.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt25.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
pt26.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
pt27.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
pt28.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
pt29.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
pt30.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
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt32.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.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
pt34.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
pt35.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
pt36.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
pt37.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
pt37.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
pt38.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
pt39.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
pt40.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
pt41.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
pt42.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
pt42.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
pt43.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
pt44.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
pt45.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
pt45.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
pt46.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
pt47.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
pt47.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
pt48.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
pt48.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
pt49.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
pt49.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
pt50.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
pt50.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
pt51.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
pt51.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
pt51.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
pt52.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
pt53.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt54.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt55.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.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
pt58.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
pt59.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
pt60.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
pt61.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
pt61.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
pt62.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
pt62.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
pt63.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
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt67.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
pt67.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
pt68.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
pt68.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
pt69.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
pt69.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
pt70.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
pt70.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt71.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
pt72.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
pt72.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
pt72.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
pt73.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
pt74.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
pt74.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
pt74.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
pt74.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
pt74.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
pt75.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
pt75.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
pt75.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
pt75.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
pt75.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
pt76.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
pt76.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
pt77.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
pt77.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
pt78.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
pt78.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
pt78.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
pt78.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
pt78.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
pt79.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
pt79.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
pt79.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt80.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt81.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt82.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
pt83.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
pt83.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
pt84.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
pt85.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
pt86.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
pt87.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
pt88.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
pt88.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
pt89.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
pt89.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
pt90.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
pt91.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
pt91.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
pt92.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
pt92.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
pt93.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
pt93.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
pt94.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
pt94.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
pt95.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
pt95.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt96.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
pt97.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
pt97.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
pt97.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
pt97.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
pt98.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
pt99.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
pt99.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
pt100.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
pt101.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
pt102.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
pt102.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
pt103.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
pt103.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
pt103.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
pt104.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt105.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt106.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt107.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt108.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt109.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
pt110.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
pt111.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
pt111.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
pt112.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
pt113.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
pt114.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
pt115.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
pt116.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
pt117.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 | 321 | 295 | 2 | 0 | 24 | ||