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-18 17:34:27,774 106119 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-114402820 on backend None
2026-06-18 17:34:27,806 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.23/volume/v3/types 0.031s
2026-06-18 17:34:27,806 106119 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-114402820", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf8fe64-a41d-430e-827d-d02414941600', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf8fe64-a41d-430e-827d-d02414941600', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/types'}
Body: b'{"volume_type": {"id": "f3ed4c2d-10b7-4b83-a88d-71b8dae7b5c9", "name": "tempest-scenario-type-luksv2-114402820", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-18 17:34:27,808 106119 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: f3ed4c2d-10b7-4b83-a88d-71b8dae7b5c9
2026-06-18 17:34:27,839 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.23/volume/v3/types/f3ed4c2d-10b7-4b83-a88d-71b8dae7b5c9/encryption 0.031s
2026-06-18 17:34:27,839 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46561070-7241-40fa-88a0-665aeecf9b30', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46561070-7241-40fa-88a0-665aeecf9b30', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/types/f3ed4c2d-10b7-4b83-a88d-71b8dae7b5c9/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "f3ed4c2d-10b7-4b83-a88d-71b8dae7b5c9", "encryption_id": "af2ccd30-1679-40ab-aa5e-2e83d3d25e5c"}}'
2026-06-18 17:34:28,081 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.23/volume/v3/volumes 0.240s
2026-06-18 17:34:28,081 106119 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-2056194358", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "size": 1}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4043052-5a3c-4628-afee-2ec4f52782dc', 'content-length': '784', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4043052-5a3c-4628-afee-2ec4f52782dc', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/volume/v3/volumes'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.007320", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-18 17:34:28,217 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.23/identity/v3/auth/tokens 0.122s
2026-06-18 17:34:28,217 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:28 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-0ad231a5-1d15-4e32-83e6-efe369a800a8', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.23/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "6ed09ac918ff40f9924b55d5bd07bbfc", "name": "tempest-TestEncryptedCinderVolumes-480165170-project-member", "password_expires_at": null}, "audit_ids": ["q07OP0nsTdS-pbpX1Na4Kw"], "expires_at": "2026-06-18T18:34:28.000000Z", "issued_at": "2026-06-18T17:34:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea7f1c58280246eeb07c803a0f79de7d", "name": "tempest-TestEncryptedCinderVolumes-480165170"}, "is_domain": false, "roles": [{"id": "cfca1dc9a2bd474e820de2ef84d1a393", "name": "reader"}, {"id": "869f85e80de943c298326a2134090d87", "name": "member"}], "catalog": [{"endpoints": [{"id": "877836bf09584aadbc11fc3ed445353d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/networking", "region": "RegionOne"}], "id": "11d95e82ed22410694229649dcc44ac7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7c24d764516749cfb7e1229b9f26b37e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/compute/v2/ea7f1c58280246eeb07c803a0f79de7d", "region": "RegionOne"}], "id": "4189da6a48d1436f9ae650a6e315f151", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e3018b42bc744f5385c8bca057ae1d8d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/compute/v2.1", "region": "RegionOne"}], "id": "7d63f3f579794924bc6dbf7da1e52717", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "279d49339dd6465aa4265ccf20c099b5", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.23:8080", "region": "RegionOne"}, {"id": "4cf6861a2ca04421a3b4d1393885f711", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23:8080/v1/AUTH_ea7f1c58280246eeb07c803a0f79de7d", "region": "RegionOne"}], "id": "93793bb73b494678969f79cbf8f65aa6", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c27edb9d92e141218f532fd93eb652a1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/identity", "region": "RegionOne"}], "id": "a188e247d3a04decaa21fdc07a481765", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7b368667a7074312aebbf3317d15b6bc", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/placement", "region": "RegionOne"}], "id": "ab8750001d75412fba27e8a40e2aac91", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "595d63dc897b4f81a7d1980639fa9cfe", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/image", "region": "RegionOne"}], "id": "ae51e485124242819bff94037ca6048d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ff201487f76847438b8248648e092918", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/volume/v3", "region": "RegionOne"}], "id": "e576b97ae122462e8a20b4e4db7e756e", "type": "block-storage", "name": "cinder"}]}}'
2026-06-18 17:34:28,217 106119 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '85d45559-f712-47e2-89e2-8034b87c49e2', 'name': 'tempest-TestEncryptedCinderVolumes-291295232-network', 'tenant_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'project_id': 'ea7f1c58280246eeb07c803a0f79de7d', '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': 22835, '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-18T17:31:25Z', 'updated_at': '2026-06-18T17:31:25Z', 'revision_number': 1} available for tenant
2026-06-18 17:34:28,218 106119 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-06-18 17:34:28,218 106119 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-06-18 17:34:28,287 106119 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.23/compute/v2.1/os-keypairs 0.068s
2026-06-18 17:34:28,287 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-208016595", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDgz1TA1BmpcoBVncWEwbwzMbkG/ejoT4JeWETfECiV44rbscbpjuQmJhRLvIDRyR7TuwMaolcg793+S9OwvpRrlwedMHhouk3aRLSs/G2/FVIVY4dQCW7DZEL0A9zy5UQ=="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88097f6-d1c6-4e21-a2a6-250e7a92f228', 'x-compute-request-id': 'req-c88097f6-d1c6-4e21-a2a6-250e7a92f228', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-208016595", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDgz1TA1BmpcoBVncWEwbwzMbkG/ejoT4JeWETfECiV44rbscbpjuQmJhRLvIDRyR7TuwMaolcg793+S9OwvpRrlwedMHhouk3aRLSs/G2/FVIVY4dQCW7DZEL0A9zy5UQ==", "fingerprint": "cc:a4:e0:5e:74:7b:87:8e:d7:ce:45:c9:23:ca:db:7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc"}}'
2026-06-18 17:34:28,289 106119 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-208016595 created
2026-06-18 17:34:28,511 106119 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.23/networking/v2.0/security-groups 0.222s
2026-06-18 17:34:28,512 106119 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--197581629", "description": "tempest-description--1187271386"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-dacd332e-b5b1-44c9-8753-bd693b804f2a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.23/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "49e38ca7-4d8b-4943-a783-f540e3f62100", "name": "tempest-securitygroup--197581629", "stateful": true, "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "project_id": "ea7f1c58280246eeb07c803a0f79de7d", "description": "tempest-description--1187271386", "shared": false, "security_group_rules": [{"id": "37c4a9ad-c4cd-4e5f-b41c-4b7c75d92e7c", "project_id": "ea7f1c58280246eeb07c803a0f79de7d", "security_group_id": "49e38ca7-4d8b-4943-a783-f540e3f62100", "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": 965, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T17:34:28Z", "updated_at": "2026-06-18T17:34:28Z", "revision_number": 0, "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}, {"id": "6c570f06-eefc-4f01-b1eb-d58ced2ea3c4", "project_id": "ea7f1c58280246eeb07c803a0f79de7d", "security_group_id": "49e38ca7-4d8b-4943-a783-f540e3f62100", "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": 964, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-06-18T17:34:28Z", "updated_at": "2026-06-18T17:34:28Z", "revision_number": 0, "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}], "tags": [], "created_at": "2026-06-18T17:34:28Z", "updated_at": "2026-06-18T17:34:28Z", "revision_number": 1}}'
2026-06-18 17:34:28,682 106119 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.23/networking/v2.0/security-group-rules 0.170s
2026-06-18 17:34:28,682 106119 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": "49e38ca7-4d8b-4943-a783-f540e3f62100", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a2b324fa-26e9-462a-b448-5c3ae5552661', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.23/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "92471857-dad6-42d3-b68d-4169d5ccbbe6", "project_id": "ea7f1c58280246eeb07c803a0f79de7d", "security_group_id": "49e38ca7-4d8b-4943-a783-f540e3f62100", "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-18T17:34:28Z", "updated_at": "2026-06-18T17:34:28Z", "revision_number": 0, "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:34:28,977 106119 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.23/networking/v2.0/security-group-rules 0.294s
2026-06-18 17:34:28,977 106119 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": "49e38ca7-4d8b-4943-a783-f540e3f62100", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-52838051-0782-43b5-b28f-0c60a36dd7f7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.23/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "920e842c-1996-41ac-9063-2d9a01daf47d", "project_id": "ea7f1c58280246eeb07c803a0f79de7d", "security_group_id": "49e38ca7-4d8b-4943-a783-f540e3f62100", "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-18T17:34:28Z", "updated_at": "2026-06-18T17:34:28Z", "revision_number": 0, "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:34:28,977 106119 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--197581629 created
2026-06-18 17:34:29,580 106119 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.23/networking/v2.0/floatingips 0.602s
2026-06-18 17:34:29,580 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "42c61e9b-23c9-4e3b-8302-e9015384423a"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-81231763-4fb4-49de-8efb-8de6f1e65418', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.23/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "36aa6916-bd59-4b1e-afe6-b3e6e7660f06", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "project_id": "ea7f1c58280246eeb07c803a0f79de7d", "floating_ip_address": "172.24.5.38", "floating_network_id": "42c61e9b-23c9-4e3b-8302-e9015384423a", "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-18T17:34:29Z", "updated_at": "2026-06-18T17:34:29Z", "revision_number": 0}}'
2026-06-18 17:34:29,580 106119 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '36aa6916-bd59-4b1e-afe6-b3e6e7660f06', 'tenant_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'project_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'floating_ip_address': '172.24.5.38', 'floating_network_id': '42c61e9b-23c9-4e3b-8302-e9015384423a', '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-18T17:34:29Z', 'updated_at': '2026-06-18T17:34:29Z', 'revision_number': 0, 'ip': '172.24.5.38'} created
2026-06-18 17:34:29,580 106119 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-208016595', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDgz1TA1BmpcoBVncWEwbwzMbkG/ejoT4JeWETfECiV44rbscbpjuQmJhRLvIDRyR7TuwMaolcg793+S9OwvpRrlwedMHhouk3aRLSs/G2/FVIVY4dQCW7DZEL0A9zy5UQ==', 'fingerprint': 'cc:a4:e0:5e:74:7b:87:8e:d7:ce:45:c9:23:ca:db:7d', 'user_id': '6ed09ac918ff40f9924b55d5bd07bbfc', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBu360INJWrUqVqOhVhHE2nhii9cHXoXWskFUKWhqNGkTBRawNqmS83\nngFV4INfXvygBwYFK4EEACKhZANiAAQ4M9UwNQZqXKAVZ3FhMG8MzG5Bv3o6E+CX\nlhE3xAoleOK27HG6Y7kJiYUS7yA0cke07sDGqJXIO/d/kvTsL6Ua5cHnTB4aLpN2\nkS0rPxtvxVSFWOHUAluw2RC9APc8uVE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '49e38ca7-4d8b-4943-a783-f540e3f62100', 'name': 'tempest-securitygroup--197581629', 'stateful': True, 'tenant_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'project_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'description': 'tempest-description--1187271386', 'shared': False, 'security_group_rules': [{'id': '37c4a9ad-c4cd-4e5f-b41c-4b7c75d92e7c', 'project_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'security_group_id': '49e38ca7-4d8b-4943-a783-f540e3f62100', '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': 965, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T17:34:28Z', 'updated_at': '2026-06-18T17:34:28Z', 'revision_number': 0, 'tenant_id': 'ea7f1c58280246eeb07c803a0f79de7d'}, {'id': '6c570f06-eefc-4f01-b1eb-d58ced2ea3c4', 'project_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'security_group_id': '49e38ca7-4d8b-4943-a783-f540e3f62100', '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': 964, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-06-18T17:34:28Z', 'updated_at': '2026-06-18T17:34:28Z', 'revision_number': 0, 'tenant_id': 'ea7f1c58280246eeb07c803a0f79de7d'}], 'tags': [], 'created_at': '2026-06-18T17:34:28Z', 'updated_at': '2026-06-18T17:34:28Z', 'revision_number': 1}, 'floating_ip': {'id': '36aa6916-bd59-4b1e-afe6-b3e6e7660f06', 'tenant_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'project_id': 'ea7f1c58280246eeb07c803a0f79de7d', 'floating_ip_address': '172.24.5.38', 'floating_network_id': '42c61e9b-23c9-4e3b-8302-e9015384423a', '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-18T17:34:29Z', 'updated_at': '2026-06-18T17:34:29Z', 'revision_number': 0, 'ip': '172.24.5.38'}}
2026-06-18 17:34:30,753 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.23/compute/v2.1/servers 1.172s
2026-06-18 17:34:30,753 106119 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-921244012", "imageRef": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "flavorRef": "42", "networks": [{"uuid": "85d45559-f712-47e2-89e2-8034b87c49e2"}], "security_groups": [{"name": "tempest-securitygroup--197581629"}], "key_name": "tempest-keypair-208016595", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed6d3445-1175-4840-b1f1-184fd16e5d0d', 'x-compute-request-id': 'req-ed6d3445-1175-4840-b1f1-184fd16e5d0d', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/compute/v2.1/servers'}
Body: b'{"server": {"id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--197581629"}], "adminPass": "8fDDYcqFzNob"}}'
2026-06-18 17:34:30,862 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.105s
2026-06-18 17:34:30,862 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1236', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f676f241-7e83-4055-b53a-db1da4d1f7e1', 'x-compute-request-id': 'req-f676f241-7e83-4055-b53a-db1da4d1f7e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:31Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:32,280 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.410s
2026-06-18 17:34:32,280 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a375c7c5-7462-4365-a543-bedf7ce2b1cb', 'x-compute-request-id': 'req-a375c7c5-7462-4365-a543-bedf7ce2b1cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:33,431 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.138s
2026-06-18 17:34:33,431 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9402672-9564-4579-9890-64caf39622a2', 'x-compute-request-id': 'req-d9402672-9564-4579-9890-64caf39622a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:33,436 106119 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-18 17:34:34,541 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.104s
2026-06-18 17:34:34,542 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1288', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f75f4041-54b1-4629-bebb-9bb2e714b4b5', 'x-compute-request-id': 'req-f75f4041-54b1-4629-bebb-9bb2e714b4b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:35,691 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.138s
2026-06-18 17:34:35,691 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d75e0284-bb02-4156-b5f1-da3a51fcca1a', 'x-compute-request-id': 'req-d75e0284-bb02-4156-b5f1-da3a51fcca1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:35,697 106119 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-06-18 17:34:37,147 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.449s
2026-06-18 17:34:37,147 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7affe07-8fca-4c95-b34b-83ebdd8456d6', 'x-compute-request-id': 'req-d7affe07-8fca-4c95-b34b-83ebdd8456d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:38,555 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.396s
2026-06-18 17:34:38,555 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bca4f250-289d-42c3-8ccc-297bc78f3ddc', 'x-compute-request-id': 'req-bca4f250-289d-42c3-8ccc-297bc78f3ddc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:38,561 106119 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-06-18 17:34:39,791 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.227s
2026-06-18 17:34:39,791 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e96b22b6-008f-4ad8-a18f-5937a576d4c2', 'x-compute-request-id': 'req-e96b22b6-008f-4ad8-a18f-5937a576d4c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:41,062 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.263s
2026-06-18 17:34:41,062 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47f39b38-8547-4379-9a2c-bc851e4ad455', 'x-compute-request-id': 'req-47f39b38-8547-4379-9a2c-bc851e4ad455', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:42,334 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.263s
2026-06-18 17:34:42,334 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74efb753-d351-4841-9f3c-24c9a8c67467', 'x-compute-request-id': 'req-74efb753-d351-4841-9f3c-24c9a8c67467', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:43,533 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.192s
2026-06-18 17:34:43,533 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e77e4c3e-2c6a-4874-9331-c3cd9c9f1900', 'x-compute-request-id': 'req-e77e4c3e-2c6a-4874-9331-c3cd9c9f1900', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:44,754 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.212s
2026-06-18 17:34:44,755 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e209dcd7-365b-49a5-93ee-579adc39c2d5', 'x-compute-request-id': 'req-e209dcd7-365b-49a5-93ee-579adc39c2d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:46,892 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 1.131s
2026-06-18 17:34:46,892 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1361', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58399e5b-643b-414e-bc8c-c17c0cc62981', 'x-compute-request-id': 'req-58399e5b-643b-414e-bc8c-c17c0cc62981', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "BUILD", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:37Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:48,673 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.769s
2026-06-18 17:34:48,673 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-067d7217-15d1-41ca-a930-f3a6b9b83f69', 'x-compute-request-id': 'req-067d7217-15d1-41ca-a930-f3a6b9b83f69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-291295232-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}]}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "ACTIVE", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": "2026-06-18T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:34:48,687 106119 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-06-18 17:34:49,362 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688/os-interface 0.675s
2026-06-18 17:34:49,363 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:48 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-e55f1859-d98d-4287-b9d3-7f221e696ca8', 'x-compute-request-id': 'req-e55f1859-d98d-4287-b9d3-7f221e696ca8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "85d45559-f712-47e2-89e2-8034b87c49e2", "port_id": "f8409663-c3c9-4d01-af5b-ea5bc83c1945", "mac_addr": "fa:16:3e:07:93:10", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "3a64a8d5-8da8-4cd9-8566-3d41be9784a5", "ip_address": "10.1.0.8"}]}]}'
2026-06-18 17:34:50,003 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.23/networking/v2.0/floatingips/36aa6916-bd59-4b1e-afe6-b3e6e7660f06 0.638s
2026-06-18 17:34:50,003 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "f8409663-c3c9-4d01-af5b-ea5bc83c1945"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:34:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-290b995a-60a5-4d80-be6e-15cbdd6bb50e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/networking/v2.0/floatingips/36aa6916-bd59-4b1e-afe6-b3e6e7660f06'}
Body: b'{"floatingip": {"id": "36aa6916-bd59-4b1e-afe6-b3e6e7660f06", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "project_id": "ea7f1c58280246eeb07c803a0f79de7d", "floating_ip_address": "172.24.5.38", "floating_network_id": "42c61e9b-23c9-4e3b-8302-e9015384423a", "router_id": "df7accdb-a367-4686-b04d-5f0510d44216", "port_id": "f8409663-c3c9-4d01-af5b-ea5bc83c1945", "fixed_ip_address": "10.1.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "85d45559-f712-47e2-89e2-8034b87c49e2", "mac_address": "fa:16:3e:07:93:10", "admin_state_up": true, "status": "ACTIVE", "device_id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-06-18T17:34:29Z", "updated_at": "2026-06-18T17:34:49Z", "revision_number": 1}}'
2026-06-18 17:34:50,004 106119 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.38:22' as 'cirros' with public key authentication
2026-06-18 17:35:26,032 106119 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-06-18 17:35:26,260 106119 INFO [paramiko.transport] Authentication (publickey) successful!
2026-06-18 17:35:26,261 106119 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.38 successfully created
2026-06-18 17:35:26,520 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.259s
2026-06-18 17:35:26,520 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:26 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-bb179d7f-db46-4ab0-8fe7-c630f66ecdc1', 'x-compute-request-id': 'req-bb179d7f-db46-4ab0-8fe7-c630f66ecdc1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-291295232-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}, {"version": 4, "addr": "172.24.5.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}]}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "ACTIVE", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:34:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": "2026-06-18T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:35:26,565 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:35:26,566 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a68befe4-f5da-4d78-ba97-763d0e41318c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a68befe4-f5da-4d78-ba97-763d0e41318c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:34:28.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:26,575 106119 INFO [tempest.common.waiters] volume edd4641e-226a-4121-89e0-ff2505ba93d0 reached available after waiting for 0.575101 seconds
2026-06-18 17:35:26,605 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:35:26,606 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b55ceed5-bc72-4321-8de4-6ca84dc521d3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b55ceed5-bc72-4321-8de4-6ca84dc521d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:34:28.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:29,197 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688/os-volume_attachments 2.583s
2026-06-18 17:35:29,197 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "edd4641e-226a-4121-89e0-ff2505ba93d0"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:26 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-741f549b-5126-4adb-9f65-7a898e75e04c', 'x-compute-request-id': 'req-741f549b-5126-4adb-9f65-7a898e75e04c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "serverId": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "volumeId": "edd4641e-226a-4121-89e0-ff2505ba93d0", "device": "/dev/vdb"}}'
2026-06-18 17:35:29,229 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.031s
2026-06-18 17:35:29,229 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a8992ff-4b1b-4e2b-a879-868a889305d5', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a8992ff-4b1b-4e2b-a879-868a889305d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:29.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:30,287 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.053s
2026-06-18 17:35:30,288 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3337c1b5-cf40-4581-9576-ec5217f0c5de', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3337c1b5-cf40-4581-9576-ec5217f0c5de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:31,450 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.153s
2026-06-18 17:35:31,451 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10189087-ff31-4903-8eab-76c636cf9926', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10189087-ff31-4903-8eab-76c636cf9926', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:32,555 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.093s
2026-06-18 17:35:32,555 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e42b911-946d-4fba-a533-8fad1110db50', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e42b911-946d-4fba-a533-8fad1110db50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:36,099 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 2.536s
2026-06-18 17:35:36,099 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c7f1388-c6ec-417d-a0b6-f6cc788f955d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c7f1388-c6ec-417d-a0b6-f6cc788f955d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:37,159 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.051s
2026-06-18 17:35:37,160 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-896406cc-dab6-476c-9f2e-ba1bf6be10f2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-896406cc-dab6-476c-9f2e-ba1bf6be10f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:38,256 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.087s
2026-06-18 17:35:38,256 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f51ca630-dabf-4a54-bc09-ffcd6e4de4ab', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f51ca630-dabf-4a54-bc09-ffcd6e4de4ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:41,231 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 1.962s
2026-06-18 17:35:41,232 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ac497fa-637f-459f-910c-7c3692bbca95', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ac497fa-637f-459f-910c-7c3692bbca95', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:42,313 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.075s
2026-06-18 17:35:42,313 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aea8ef5-8d32-4c8b-a6fd-e64ddd64f99e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aea8ef5-8d32-4c8b-a6fd-e64ddd64f99e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:43,372 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.048s
2026-06-18 17:35:43,372 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad673b75-453d-4f9f-8eba-49672a12b126', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad673b75-453d-4f9f-8eba-49672a12b126', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:46,551 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 2.167s
2026-06-18 17:35:46,551 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c74489f-bbfa-4473-8ccd-b9d8bd8490e0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c74489f-bbfa-4473-8ccd-b9d8bd8490e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:47,627 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.069s
2026-06-18 17:35:47,627 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc027bb6-0ec6-48f9-90f8-0e8fbdd44269', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc027bb6-0ec6-48f9-90f8-0e8fbdd44269', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:48,671 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.037s
2026-06-18 17:35:48,671 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-032ee847-5aa5-4625-831c-8b076d9fd819', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-032ee847-5aa5-4625-831c-8b076d9fd819', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:49,722 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:35:49,722 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-596d13a2-8649-430a-ad6c-8991a7fc400d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-596d13a2-8649-430a-ad6c-8991a7fc400d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:50,763 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.032s
2026-06-18 17:35:50,763 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94de4e0c-b6fb-4662-a426-b433d1f9a57d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94de4e0c-b6fb-4662-a426-b433d1f9a57d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:51,820 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.048s
2026-06-18 17:35:51,820 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef04a9e-4ec8-4ea6-bdaf-a85df3438391', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef04a9e-4ec8-4ea6-bdaf-a85df3438391', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:52,857 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.031s
2026-06-18 17:35:52,857 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38dd7b29-ff5c-4ee9-a9a5-2633be096667', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38dd7b29-ff5c-4ee9-a9a5-2633be096667', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:53,949 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.087s
2026-06-18 17:35:53,950 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fb2377a-5d13-4bfe-8ff9-dd8ce8d04011', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fb2377a-5d13-4bfe-8ff9-dd8ce8d04011', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:55,029 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.074s
2026-06-18 17:35:55,030 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a43b5d-dc2e-4cd6-90d7-5628f56422df', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a43b5d-dc2e-4cd6-90d7-5628f56422df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:56,095 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.057s
2026-06-18 17:35:56,095 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7e7556e-fb0c-4ceb-b0fe-6b45b6f5acf3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7e7556e-fb0c-4ceb-b0fe-6b45b6f5acf3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:57,596 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.490s
2026-06-18 17:35:57,597 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a23d90e3-5934-4aec-8687-6b545430dec2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a23d90e3-5934-4aec-8687-6b545430dec2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:30.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:58,642 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.037s
2026-06-18 17:35:58,642 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee66768d-4e42-4029-92fa-90b24c5b96e3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee66768d-4e42-4029-92fa-90b24c5b96e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:35:59,680 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:35:59,680 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7986fb69-0747-4c95-8d09-fc0970b43c8c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7986fb69-0747-4c95-8d09-fc0970b43c8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:00,720 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:36:00,721 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9aea96c1-2a85-4919-9697-4c2c33cdbc07', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9aea96c1-2a85-4919-9697-4c2c33cdbc07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:01,793 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.062s
2026-06-18 17:36:01,793 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d79e8d-92f5-4553-a454-47070e7b24e5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d79e8d-92f5-4553-a454-47070e7b24e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:02,833 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:36:02,833 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf2a8646-be05-4651-b109-e4e38545538b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf2a8646-be05-4651-b109-e4e38545538b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:03,886 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.047s
2026-06-18 17:36:03,886 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5b488b3-cb36-4a5c-b794-dc10d7604d8d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5b488b3-cb36-4a5c-b794-dc10d7604d8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:04,933 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.035s
2026-06-18 17:36:04,933 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372a6dd9-a78b-4826-a76a-72e316a05eda', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372a6dd9-a78b-4826-a76a-72e316a05eda', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:05,978 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:36:05,979 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42c2f19-b81c-4e78-a3aa-3dd5f7669e6c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42c2f19-b81c-4e78-a3aa-3dd5f7669e6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:07,044 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.057s
2026-06-18 17:36:07,044 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-525e4ec1-2a49-42bc-a785-bbcdbd981886', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-525e4ec1-2a49-42bc-a785-bbcdbd981886', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:08,080 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:36:08,080 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-539cf516-5bdc-4605-8b92-3126f3ae4f74', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-539cf516-5bdc-4605-8b92-3126f3ae4f74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:09,120 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.032s
2026-06-18 17:36:09,121 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7900981e-da42-4d7f-9029-afee8be206f4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7900981e-da42-4d7f-9029-afee8be206f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:10,171 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.041s
2026-06-18 17:36:10,172 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f56622ca-d8ea-4306-81ec-00662b092e41', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f56622ca-d8ea-4306-81ec-00662b092e41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:11,217 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.036s
2026-06-18 17:36:11,217 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1ea664a-2551-4231-b551-1ad719f602eb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1ea664a-2551-4231-b551-1ad719f602eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:12,255 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:36:12,256 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264988f6-4923-45e2-85a5-3304aeda45f1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264988f6-4923-45e2-85a5-3304aeda45f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:13,316 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.053s
2026-06-18 17:36:13,316 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f23f185f-b436-43bc-820c-95fe2f24815f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f23f185f-b436-43bc-820c-95fe2f24815f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:14,352 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:36:14,352 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9acaee99-143b-43ca-9350-b278e8176e3d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9acaee99-143b-43ca-9350-b278e8176e3d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:15,406 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.044s
2026-06-18 17:36:15,406 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0852425-6f58-48b3-bc0c-73cf044995a1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0852425-6f58-48b3-bc0c-73cf044995a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:16,444 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.031s
2026-06-18 17:36:16,444 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e756397b-e5ab-4628-b0b5-b2a8a362a861', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e756397b-e5ab-4628-b0b5-b2a8a362a861', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:17,529 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.078s
2026-06-18 17:36:17,529 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42cff12-ac34-43b0-943a-418e460b5609', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42cff12-ac34-43b0-943a-418e460b5609', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:18,573 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.035s
2026-06-18 17:36:18,574 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4957181-f2a2-46a8-8443-657eebf84969', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4957181-f2a2-46a8-8443-657eebf84969', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:19,614 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.032s
2026-06-18 17:36:19,614 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95780969-bab3-4c2d-b733-b304c2ff35c9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95780969-bab3-4c2d-b733-b304c2ff35c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:20,662 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.040s
2026-06-18 17:36:20,662 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8073a68-21b1-4bf3-ad40-c8170710a3b7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8073a68-21b1-4bf3-ad40-c8170710a3b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:21,707 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:36:21,708 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b8a0c71-f9b9-41cf-90e1-65506af2a32a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b8a0c71-f9b9-41cf-90e1-65506af2a32a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:22,773 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.055s
2026-06-18 17:36:22,773 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d5acdd7-a1a1-4935-9a4f-3d35048aa539', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d5acdd7-a1a1-4935-9a4f-3d35048aa539', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:23,831 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.048s
2026-06-18 17:36:23,832 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90ffae17-6115-46c1-a37a-14aa2bd62fee', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90ffae17-6115-46c1-a37a-14aa2bd62fee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:24,875 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:36:24,876 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d429121-5ddb-4862-8f18-b0d8ca2a02b3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d429121-5ddb-4862-8f18-b0d8ca2a02b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:25,923 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.041s
2026-06-18 17:36:25,923 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fd7ffb5-f60a-43a1-b357-b48881b11e6b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fd7ffb5-f60a-43a1-b357-b48881b11e6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:26,973 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.042s
2026-06-18 17:36:26,973 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4488340-c2b3-41af-b89b-163c1a7acaee', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4488340-c2b3-41af-b89b-163c1a7acaee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:28,032 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.052s
2026-06-18 17:36:28,032 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42200419-4dbc-42f4-b38f-3a96bec686bf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42200419-4dbc-42f4-b38f-3a96bec686bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:29,104 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.062s
2026-06-18 17:36:29,104 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad742daa-0807-46d6-9383-f5dca59e8a55', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad742daa-0807-46d6-9383-f5dca59e8a55', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:30,184 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.074s
2026-06-18 17:36:30,185 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a742f88-e772-43ec-a22e-738b7a3a4cce', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a742f88-e772-43ec-a22e-738b7a3a4cce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:31,263 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.071s
2026-06-18 17:36:31,263 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da663572-04c4-4174-8f4f-1c0bed7a264b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da663572-04c4-4174-8f4f-1c0bed7a264b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:32,325 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.052s
2026-06-18 17:36:32,326 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4afd0df-80c5-4aef-850a-9adada01f5d4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4afd0df-80c5-4aef-850a-9adada01f5d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:33,374 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.037s
2026-06-18 17:36:33,374 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50d8cfd5-d1d8-42ea-be21-2b4848a82af9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50d8cfd5-d1d8-42ea-be21-2b4848a82af9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:34,441 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.061s
2026-06-18 17:36:34,441 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17050e8a-ea31-4cd3-899e-9d1ff923f795', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17050e8a-ea31-4cd3-899e-9d1ff923f795', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:35,540 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.093s
2026-06-18 17:36:35,540 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d37a1f1c-ef4e-4c94-843a-44fdc1b50353', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37a1f1c-ef4e-4c94-843a-44fdc1b50353', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:36,665 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.116s
2026-06-18 17:36:36,666 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f13d3ff-4271-4eb3-a58d-e8a55afcc995', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f13d3ff-4271-4eb3-a58d-e8a55afcc995', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:37,724 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.052s
2026-06-18 17:36:37,725 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d544b70-cf5f-4ac9-bdb7-3e42ede7232a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d544b70-cf5f-4ac9-bdb7-3e42ede7232a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:38,777 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:36:38,777 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35130318-34a7-464d-9b1a-ae90ac3f2571', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35130318-34a7-464d-9b1a-ae90ac3f2571', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:39,822 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.037s
2026-06-18 17:36:39,823 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14e4b942-7cb4-47bf-9633-a2a34d5256fa', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14e4b942-7cb4-47bf-9633-a2a34d5256fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:40,869 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.039s
2026-06-18 17:36:40,870 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-063975df-498e-4247-9169-34631f0b7fb9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-063975df-498e-4247-9169-34631f0b7fb9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:41,914 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.037s
2026-06-18 17:36:41,914 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa4b2261-dc43-4997-8b66-57424bd0bb42', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa4b2261-dc43-4997-8b66-57424bd0bb42', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:42,955 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.033s
2026-06-18 17:36:42,955 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21aa9ff-3908-4458-8035-d7ac1cbc4181', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21aa9ff-3908-4458-8035-d7ac1cbc4181', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:44,022 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.061s
2026-06-18 17:36:44,023 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4f4b18b-fee3-4b39-a2ef-9ab0e6f126c2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4f4b18b-fee3-4b39-a2ef-9ab0e6f126c2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:45,090 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.059s
2026-06-18 17:36:45,090 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7b21090-6172-4c4d-a537-4cc003e68ce7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7b21090-6172-4c4d-a537-4cc003e68ce7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:46,131 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.031s
2026-06-18 17:36:46,131 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4d25b95-face-47f7-8cd2-73daa7fc9117', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4d25b95-face-47f7-8cd2-73daa7fc9117', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:47,172 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.035s
2026-06-18 17:36:47,172 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee64c274-05e4-4d67-b456-d5fd574c1cb7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee64c274-05e4-4d67-b456-d5fd574c1cb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:48,208 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:36:48,209 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a20ec24a-2475-4c44-b049-8d4ee8f420d1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a20ec24a-2475-4c44-b049-8d4ee8f420d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:49,245 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:36:49,245 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecf97e98-8d3c-44cb-b545-906f7591ca8a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecf97e98-8d3c-44cb-b545-906f7591ca8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:50,286 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:36:50,287 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa4ff199-364f-411b-8187-7572a50aaf06', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa4ff199-364f-411b-8187-7572a50aaf06', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:51,322 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:36:51,322 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4178c63-a778-46ba-b097-94e2fcbbf629', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4178c63-a778-46ba-b097-94e2fcbbf629', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:52,357 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.026s
2026-06-18 17:36:52,357 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caa311b9-092c-45e7-9120-74dc44e41855', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caa311b9-092c-45e7-9120-74dc44e41855', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:53,407 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.044s
2026-06-18 17:36:53,407 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ecfe8aa-c0b1-45db-ba47-b9881aa6b499', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ecfe8aa-c0b1-45db-ba47-b9881aa6b499', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:54,441 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.025s
2026-06-18 17:36:54,441 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e65051a2-da85-4f6c-83e2-a90e3cc3d963', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e65051a2-da85-4f6c-83e2-a90e3cc3d963', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:55,487 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.040s
2026-06-18 17:36:55,487 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-495fdbd4-9453-4911-b881-f36ba9c357b1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-495fdbd4-9453-4911-b881-f36ba9c357b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:56,528 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:36:56,528 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b20eb54a-d919-43c9-aadc-6b73f27b774f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b20eb54a-d919-43c9-aadc-6b73f27b774f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:57,572 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.037s
2026-06-18 17:36:57,572 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ed150e0-940b-4dc8-b6bc-51f75a364a8d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ed150e0-940b-4dc8-b6bc-51f75a364a8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:58,616 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.033s
2026-06-18 17:36:58,616 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd17f35b-419f-4fa5-ba95-58cce2d8f353', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd17f35b-419f-4fa5-ba95-58cce2d8f353', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:36:59,645 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:36:59,646 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-715250ef-2add-484e-a2ab-d940400f132f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-715250ef-2add-484e-a2ab-d940400f132f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:00,696 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:37:00,697 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07fc34b0-c198-48a5-9d01-30ee5c94fcec', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07fc34b0-c198-48a5-9d01-30ee5c94fcec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:01,732 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.027s
2026-06-18 17:37:01,732 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e51caae2-cae1-4ef7-899a-b9759d2123e7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e51caae2-cae1-4ef7-899a-b9759d2123e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:02,772 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.032s
2026-06-18 17:37:02,772 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e407fe4a-d4f2-4029-b797-e2de1628b21d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e407fe4a-d4f2-4029-b797-e2de1628b21d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:03,824 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.044s
2026-06-18 17:37:03,824 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee8596b-ce90-43b0-b6e0-31d5f67adff3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee8596b-ce90-43b0-b6e0-31d5f67adff3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:04,853 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:37:04,853 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a1f401a-376f-42e5-83ac-9d42dc4ed0a2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a1f401a-376f-42e5-83ac-9d42dc4ed0a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:05,886 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:37:05,887 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae39407-c310-4e83-99ca-72b4e31005f5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae39407-c310-4e83-99ca-72b4e31005f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:06,925 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.029s
2026-06-18 17:37:06,925 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dfdfffa-860b-4ee9-9962-3567868fec63', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dfdfffa-860b-4ee9-9962-3567868fec63', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:07,966 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.036s
2026-06-18 17:37:07,967 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-404a038b-e2cb-4a36-9e88-89b669d4d79c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-404a038b-e2cb-4a36-9e88-89b669d4d79c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:09,002 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:37:09,002 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68548ed1-d779-449a-95e8-16abf79fb2f5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68548ed1-d779-449a-95e8-16abf79fb2f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:10,028 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.021s
2026-06-18 17:37:10,029 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3b0067-a95e-4472-a3a6-296f6ec6ee21', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3b0067-a95e-4472-a3a6-296f6ec6ee21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:11,055 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.021s
2026-06-18 17:37:11,055 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a99ee33-0ba2-4cc4-a056-55e0053c7f83', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a99ee33-0ba2-4cc4-a056-55e0053c7f83', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:12,098 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:37:12,099 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-821a6ad8-5200-4e05-aafb-ef0097e6a653', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-821a6ad8-5200-4e05-aafb-ef0097e6a653', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:13,139 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.033s
2026-06-18 17:37:13,139 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cad30c4-14e3-4f4f-8ac4-a79358582cd0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cad30c4-14e3-4f4f-8ac4-a79358582cd0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:14,170 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:37:14,170 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3d246b8-8882-44bb-a20f-1523c32bab36', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3d246b8-8882-44bb-a20f-1523c32bab36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:15,212 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.035s
2026-06-18 17:37:15,212 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9d14cdb-6bc4-4aff-b3a2-4c674290549f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9d14cdb-6bc4-4aff-b3a2-4c674290549f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:16,261 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.042s
2026-06-18 17:37:16,261 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899a3bad-bf7f-46b9-aea8-3bb98f3199e0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899a3bad-bf7f-46b9-aea8-3bb98f3199e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:17,317 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:37:17,317 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79173725-b638-4359-8693-5e794f9e9cd2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79173725-b638-4359-8693-5e794f9e9cd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:18,361 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:37:18,361 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c243a393-d72d-4e05-87c9-6cd670a0042a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c243a393-d72d-4e05-87c9-6cd670a0042a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:19,395 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.029s
2026-06-18 17:37:19,395 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04a06da5-c01d-4d5a-84c3-cd3033802be5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04a06da5-c01d-4d5a-84c3-cd3033802be5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:20,437 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.035s
2026-06-18 17:37:20,437 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50c6ddb2-1e42-4cd8-8e6b-15cdc0e0d41f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50c6ddb2-1e42-4cd8-8e6b-15cdc0e0d41f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:21,474 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:37:21,474 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e623be28-36a4-4249-8dd9-89370e899f70', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e623be28-36a4-4249-8dd9-89370e899f70', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:22,515 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:37:22,515 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6994f695-02ef-4dd0-87df-d3ff1f8988ad', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6994f695-02ef-4dd0-87df-d3ff1f8988ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:23,566 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.043s
2026-06-18 17:37:23,567 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c4dd350-5ebe-4822-8deb-d2e23fdccffd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c4dd350-5ebe-4822-8deb-d2e23fdccffd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:24,618 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.035s
2026-06-18 17:37:24,618 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8094404d-4f0e-4553-b7b7-e72998405d39', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8094404d-4f0e-4553-b7b7-e72998405d39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:25,663 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.039s
2026-06-18 17:37:25,663 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fd82364-a18b-4fb8-a21a-21fb9e6740f0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fd82364-a18b-4fb8-a21a-21fb9e6740f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:26,695 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.026s
2026-06-18 17:37:26,696 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6f885d8-6890-4ebc-b6ba-59a064e93d5c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6f885d8-6890-4ebc-b6ba-59a064e93d5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:27,743 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:37:27,743 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e494179-fb27-4e7b-9f9e-4bfa35b4695d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e494179-fb27-4e7b-9f9e-4bfa35b4695d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:28,779 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:37:28,780 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ea5a835-71aa-43a9-a486-da7bed2edc4a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ea5a835-71aa-43a9-a486-da7bed2edc4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:29,816 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:37:29,816 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e52777d-6a62-4731-acf0-bc4114a7566a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e52777d-6a62-4731-acf0-bc4114a7566a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:30,853 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.029s
2026-06-18 17:37:30,854 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a0f51bc-a8b6-4f92-bb9a-40c92d359567', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a0f51bc-a8b6-4f92-bb9a-40c92d359567', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:31,887 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.025s
2026-06-18 17:37:31,887 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6663eee-b8b1-4917-9e2b-b19b68920949', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6663eee-b8b1-4917-9e2b-b19b68920949', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:32,920 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:37:32,920 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f87fcd66-9693-4971-89c9-93ba0abdbce7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f87fcd66-9693-4971-89c9-93ba0abdbce7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:33,952 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.027s
2026-06-18 17:37:33,952 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c342fd6-dedb-453c-b947-004abc14a6e4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c342fd6-dedb-453c-b947-004abc14a6e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:34,991 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.033s
2026-06-18 17:37:34,992 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03a5c1bc-31b4-4080-b83c-7cccbf49a496', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03a5c1bc-31b4-4080-b83c-7cccbf49a496', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:36,029 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.029s
2026-06-18 17:37:36,029 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b23e0b8-2688-4813-8d3d-fd526c8abcf9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b23e0b8-2688-4813-8d3d-fd526c8abcf9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:37,070 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:37:37,071 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0d6824-60a7-4565-8c5c-bd4f04922068', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0d6824-60a7-4565-8c5c-bd4f04922068', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:38,113 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.032s
2026-06-18 17:37:38,113 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dabe65d-1db5-4655-bc4d-6d6771a806b5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dabe65d-1db5-4655-bc4d-6d6771a806b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:39,161 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.039s
2026-06-18 17:37:39,161 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b7be1fe-598a-4b12-bc02-4d29affe6b1c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b7be1fe-598a-4b12-bc02-4d29affe6b1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:40,223 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.055s
2026-06-18 17:37:40,223 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d93b0267-82c9-429b-879c-167cc41f1ead', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d93b0267-82c9-429b-879c-167cc41f1ead', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:41,284 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.050s
2026-06-18 17:37:41,284 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d558738-8383-4890-a329-aeb6a7ba3f56', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d558738-8383-4890-a329-aeb6a7ba3f56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:42,343 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.050s
2026-06-18 17:37:42,344 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a92bcf5-1481-44af-b46b-b3cdd22b8653', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a92bcf5-1481-44af-b46b-b3cdd22b8653', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:43,377 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.027s
2026-06-18 17:37:43,377 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0324d9ac-19f4-47d5-ac68-d61c32639e62', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0324d9ac-19f4-47d5-ac68-d61c32639e62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:44,408 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.025s
2026-06-18 17:37:44,409 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea7ed405-35eb-41b9-9b2a-84f02aaf6c49', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea7ed405-35eb-41b9-9b2a-84f02aaf6c49', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:45,445 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:37:45,445 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a75a1136-9bd4-45a0-89b9-9f6b6373edec', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a75a1136-9bd4-45a0-89b9-9f6b6373edec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:46,485 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:37:46,485 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-224d3c41-76ca-4c29-abf3-a04733e954b5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-224d3c41-76ca-4c29-abf3-a04733e954b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:47,519 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.025s
2026-06-18 17:37:47,519 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-231ac7e8-7dd8-4e79-acac-81310bf1848c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-231ac7e8-7dd8-4e79-acac-81310bf1848c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:48,549 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:37:48,549 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff3d12eb-a2f8-49ae-aa2b-63e1dbdb731b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff3d12eb-a2f8-49ae-aa2b-63e1dbdb731b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:49,581 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.027s
2026-06-18 17:37:49,581 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b492a1f-4a91-4c33-b114-cda7b494372c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b492a1f-4a91-4c33-b114-cda7b494372c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:50,614 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.027s
2026-06-18 17:37:50,615 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb9ca0cb-fe66-4645-8ee9-f108aa264045', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb9ca0cb-fe66-4645-8ee9-f108aa264045', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:51,649 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:37:51,650 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52b3b270-a024-4a9b-accf-331944fc6245', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52b3b270-a024-4a9b-accf-331944fc6245', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:52,680 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:37:52,680 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58b56247-6f9d-4516-a0c0-a1be3b9a49a3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58b56247-6f9d-4516-a0c0-a1be3b9a49a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:53,708 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:37:53,708 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63ceff96-5728-4f03-b20e-f1eec57a5e60', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63ceff96-5728-4f03-b20e-f1eec57a5e60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:54,742 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:37:54,742 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa89348-7540-49bb-8743-617ad38e21cf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa89348-7540-49bb-8743-617ad38e21cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:55,783 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:37:55,784 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade8c775-252e-449f-9cd7-246524dc205d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade8c775-252e-449f-9cd7-246524dc205d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:56,827 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:37:56,827 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1cff16b-2262-4cd7-bd63-ee1a8ff82a04', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1cff16b-2262-4cd7-bd63-ee1a8ff82a04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:57,867 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.032s
2026-06-18 17:37:57,867 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-481d1071-edff-4f65-9a5f-cefd21a0ed4b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-481d1071-edff-4f65-9a5f-cefd21a0ed4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:58,895 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.023s
2026-06-18 17:37:58,896 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-045c96e4-d777-4867-a2bf-397f7127e552', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-045c96e4-d777-4867-a2bf-397f7127e552', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:37:59,925 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.022s
2026-06-18 17:37:59,925 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:37:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f64c298-1da4-4b41-8af6-c20008911771', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f64c298-1da4-4b41-8af6-c20008911771', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:00,963 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.029s
2026-06-18 17:38:00,963 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f98a7a65-ddd7-40e8-9036-20b421c0680d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f98a7a65-ddd7-40e8-9036-20b421c0680d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:02,000 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.031s
2026-06-18 17:38:02,000 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44be6888-34d5-4f84-a718-b6ec2216aa37', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44be6888-34d5-4f84-a718-b6ec2216aa37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:03,035 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.027s
2026-06-18 17:38:03,035 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-440eea2b-4a69-4473-895b-f547a2a0a1bb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-440eea2b-4a69-4473-895b-f547a2a0a1bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:04,078 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.038s
2026-06-18 17:38:04,079 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0718807-d05e-4e34-878d-d0ca21064ec8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0718807-d05e-4e34-878d-d0ca21064ec8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:05,112 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.025s
2026-06-18 17:38:05,112 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c4d51fc-fd8c-4069-8fac-c0a5e623ec0c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c4d51fc-fd8c-4069-8fac-c0a5e623ec0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:06,146 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:38:06,147 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0c25fa9-e5a2-42d5-b5b6-88309e33d683', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0c25fa9-e5a2-42d5-b5b6-88309e33d683', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:07,193 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.039s
2026-06-18 17:38:07,193 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e710363-5646-4b1a-82a5-c18a512b1dd3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e710363-5646-4b1a-82a5-c18a512b1dd3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:08,224 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:38:08,224 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb53cea8-948c-472f-8414-be463ae4c932', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb53cea8-948c-472f-8414-be463ae4c932', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:09,265 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.036s
2026-06-18 17:38:09,266 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bf906ea-ceea-49af-a119-237cccd89e8b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bf906ea-ceea-49af-a119-237cccd89e8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:10,301 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.029s
2026-06-18 17:38:10,302 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7008eabe-380d-4b1d-8455-2d743873b9ef', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7008eabe-380d-4b1d-8455-2d743873b9ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:11,336 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.029s
2026-06-18 17:38:11,336 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-579726e3-c542-45d1-83d5-fb25dea7e1ac', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-579726e3-c542-45d1-83d5-fb25dea7e1ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:12,365 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:38:12,366 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6a4183c-7065-43e6-aa8e-3ad457c6f0cc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6a4183c-7065-43e6-aa8e-3ad457c6f0cc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:13,405 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.035s
2026-06-18 17:38:13,406 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f229af-7e3a-46b7-b2e2-b5a16edf2f81', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f229af-7e3a-46b7-b2e2-b5a16edf2f81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:14,438 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.026s
2026-06-18 17:38:14,438 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bcab3c3-b668-43b4-beea-bd7fdf6df7db', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bcab3c3-b668-43b4-beea-bd7fdf6df7db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:15,475 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:38:15,475 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc586af-5314-4063-ac47-bbacc6a2a423', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc586af-5314-4063-ac47-bbacc6a2a423', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:16,507 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.025s
2026-06-18 17:38:16,508 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c965b8c-7cc7-4b4f-9d1a-7dc4a6d259ee', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c965b8c-7cc7-4b4f-9d1a-7dc4a6d259ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:17,544 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:38:17,545 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b4e578-0fa5-4e59-a7d4-cf9092f04938', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b4e578-0fa5-4e59-a7d4-cf9092f04938', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:18,588 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.039s
2026-06-18 17:38:18,589 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd713e6-6e10-4504-b593-dea251ca43fc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd713e6-6e10-4504-b593-dea251ca43fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:19,619 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.025s
2026-06-18 17:38:19,620 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08955b4e-af31-406c-9551-3d469b8ea5e9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08955b4e-af31-406c-9551-3d469b8ea5e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:20,678 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.052s
2026-06-18 17:38:20,678 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ca0c897-2c3d-4e45-a4b5-8e6767076b68', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ca0c897-2c3d-4e45-a4b5-8e6767076b68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:21,712 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.026s
2026-06-18 17:38:21,712 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d2fc337-5da8-4e7c-b04e-d8b574667778', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d2fc337-5da8-4e7c-b04e-d8b574667778', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:22,750 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:38:22,750 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9f09d9e-ab5c-4d96-a0fa-8e64098f1706', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9f09d9e-ab5c-4d96-a0fa-8e64098f1706', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:23,798 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.043s
2026-06-18 17:38:23,798 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a892837f-23f2-4afd-9919-4cdcc035f820', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a892837f-23f2-4afd-9919-4cdcc035f820', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:24,837 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.031s
2026-06-18 17:38:24,837 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e9ed10c-b8d3-4b43-a104-8ffeafb291b1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e9ed10c-b8d3-4b43-a104-8ffeafb291b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:25,876 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.032s
2026-06-18 17:38:25,877 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5880b610-858c-42b7-82fa-cf232d4a1d76', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5880b610-858c-42b7-82fa-cf232d4a1d76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:26,917 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.034s
2026-06-18 17:38:26,918 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdf1e731-8f1b-4e12-af0a-627a17f9fed9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdf1e731-8f1b-4e12-af0a-627a17f9fed9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:27,965 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.040s
2026-06-18 17:38:27,965 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5e529cd-ce8a-46db-b3c9-e2ceb3c54bf3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5e529cd-ce8a-46db-b3c9-e2ceb3c54bf3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:29,019 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.047s
2026-06-18 17:38:29,020 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea88b9a4-d5ed-45f6-b05f-982981ae9859', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea88b9a4-d5ed-45f6-b05f-982981ae9859', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:30,066 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.040s
2026-06-18 17:38:30,067 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-273d0921-ef60-4065-b36f-ad555d5d8271', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-273d0921-ef60-4065-b36f-ad555d5d8271', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:31,117 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.044s
2026-06-18 17:38:31,117 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773267e6-51d8-49f9-bc66-edc98809b694', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773267e6-51d8-49f9-bc66-edc98809b694', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:32,167 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.042s
2026-06-18 17:38:32,167 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45e3ba03-c706-4f14-bda2-3f1df9fd24aa', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45e3ba03-c706-4f14-bda2-3f1df9fd24aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:33,224 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.050s
2026-06-18 17:38:33,224 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aff2d1f-9872-470a-b090-99ec009af39d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aff2d1f-9872-470a-b090-99ec009af39d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:34,282 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.047s
2026-06-18 17:38:34,282 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9b6221-32b3-4075-b0b6-a5473770accf', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d9b6221-32b3-4075-b0b6-a5473770accf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:35,335 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.046s
2026-06-18 17:38:35,335 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86a8418b-ae17-43b4-82db-2bb1cd934935', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86a8418b-ae17-43b4-82db-2bb1cd934935', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:36,377 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.036s
2026-06-18 17:38:36,377 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-636c77f6-d2c4-4ca8-a573-20e1ef2a37d7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-636c77f6-d2c4-4ca8-a573-20e1ef2a37d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:37,415 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.031s
2026-06-18 17:38:37,415 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8711783-31f2-45be-a815-f0a080762481', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8711783-31f2-45be-a815-f0a080762481', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:38,455 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.033s
2026-06-18 17:38:38,455 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b733f5-b915-4ef4-9e7f-e9e8c1f5d9a3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b733f5-b915-4ef4-9e7f-e9e8c1f5d9a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:39,486 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:38:39,486 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3ba53b-2324-4ffa-8142-0cd2d1bcb05d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3ba53b-2324-4ffa-8142-0cd2d1bcb05d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:40,520 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.028s
2026-06-18 17:38:40,520 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-317dd9f7-8469-4db1-8f01-ff784b16a072', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-317dd9f7-8469-4db1-8f01-ff784b16a072', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:41,573 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.048s
2026-06-18 17:38:41,573 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71272dbb-d5bb-4775-9cd4-c6666b22f1d2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71272dbb-d5bb-4775-9cd4-c6666b22f1d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:42,621 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.042s
2026-06-18 17:38:42,621 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-251d1058-0b03-400a-8cf8-7587fecc1ca1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-251d1058-0b03-400a-8cf8-7587fecc1ca1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:43,660 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.030s
2026-06-18 17:38:43,660 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e6ecac9-150d-4241-b557-639466d011ec', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e6ecac9-150d-4241-b557-639466d011ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:44,703 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.027s
2026-06-18 17:38:44,703 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f5c65db-8832-4a14-b0a6-7565b675ac46', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f5c65db-8832-4a14-b0a6-7565b675ac46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:45,733 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.024s
2026-06-18 17:38:45,734 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e4403f-f868-4128-91ad-459234ae3e21', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e4403f-f868-4128-91ad-459234ae3e21', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:45,838 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.099s
2026-06-18 17:38:45,839 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:45 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-b420dfbc-76ee-4f0c-a56c-3d5ac0e96690', 'x-compute-request-id': 'req-b420dfbc-76ee-4f0c-a56c-3d5ac0e96690', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b''
2026-06-18 17:38:46,086 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.247s
2026-06-18 17:38:46,087 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:45 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-5a46338d-6064-4dd6-939a-ecfce9e6fd25', 'x-compute-request-id': 'req-5a46338d-6064-4dd6-939a-ecfce9e6fd25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-291295232-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}, {"version": 4, "addr": "172.24.5.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}]}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "ACTIVE", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:38:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": "2026-06-18T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:38:47,288 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.196s
2026-06-18 17:38:47,288 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:47 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-182132cc-5d9c-448f-b161-5b8114cb6ee6', 'x-compute-request-id': 'req-182132cc-5d9c-448f-b161-5b8114cb6ee6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-291295232-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}, {"version": 4, "addr": "172.24.5.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}]}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "ACTIVE", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:38:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": "2026-06-18T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:38:48,507 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.209s
2026-06-18 17:38:48,507 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:48 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-9f60f8ab-25b2-41e9-913e-8a5d93c93013', 'x-compute-request-id': 'req-9f60f8ab-25b2-41e9-913e-8a5d93c93013', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-291295232-network": [{"version": 4, "addr": "10.1.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}, {"version": 4, "addr": "172.24.5.38", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:93:10"}]}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "ACTIVE", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:38:48Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": "2026-06-18T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--197581629"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:38:49,608 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.095s
2026-06-18 17:38:49,609 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1321', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ed39348-ac07-4b1a-a123-140bcc683b9c', 'x-compute-request-id': 'req-6ed39348-ac07-4b1a-a123-140bcc683b9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "ACTIVE", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:38:48Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": "2026-06-18T17:34:47.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:38:50,770 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.155s
2026-06-18 17:38:50,770 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1421', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b4ee65f-509c-4fcc-89fc-06fd18bf6c6c', 'x-compute-request-id': 'req-7b4ee65f-509c-4fcc-89fc-06fd18bf6c6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "DELETED", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:38:50Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T17:35:59Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": "2026-06-18T17:34:47.000000", "OS-SRV-USG:terminated_at": "2026-06-18T17:38:49.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:38:50,777 106119 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2026-06-18 17:38:52,049 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.271s
2026-06-18 17:38:52,053 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1421', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55b5d9d3-e4f1-4b9c-9c8d-281d16d848e4', 'x-compute-request-id': 'req-55b5d9d3-e4f1-4b9c-9c8d-281d16d848e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:34:30Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "549c0e8801e5ed324765da437f0f8692d8698df3b16dd9e768fa6d91", "id": "bdafd26e-8c7b-4cd1-94e1-0d5508594688", "image": {"id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/images/b369231e-da55-4ee5-a40b-daa06dfe6e65"}]}, "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-921244012", "status": "DELETED", "tenant_id": "ea7f1c58280246eeb07c803a0f79de7d", "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "updated": "2026-06-18T17:38:50Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T17:35:59Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-208016595", "OS-SRV-USG:launched_at": "2026-06-18T17:34:47.000000", "OS-SRV-USG:terminated_at": "2026-06-18T17:38:49.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:38:53,094 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688 0.030s
2026-06-18 17:38:53,094 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:53 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-cef4c705-f218-47a4-8f13-ab9534a81618', 'x-compute-request-id': 'req-cef4c705-f218-47a4-8f13-ab9534a81618', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/bdafd26e-8c7b-4cd1-94e1-0d5508594688'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance bdafd26e-8c7b-4cd1-94e1-0d5508594688 could not be found."}}'
2026-06-18 17:38:53,125 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.23/compute/v2.1/os-keypairs/tempest-keypair-208016595 0.030s
2026-06-18 17:38:53,125 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:53 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-17db8bd7-8625-4644-9292-3c39a826e738', 'x-compute-request-id': 'req-17db8bd7-8625-4644-9292-3c39a826e738', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/compute/v2.1/os-keypairs/tempest-keypair-208016595'}
Body: b''
2026-06-18 17:38:53,297 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.23/networking/v2.0/security-groups/49e38ca7-4d8b-4943-a783-f540e3f62100 0.172s
2026-06-18 17:38:53,297 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-c18fd9bf-750d-458f-b83d-eee08445aa40', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.23/networking/v2.0/security-groups/49e38ca7-4d8b-4943-a783-f540e3f62100'}
Body: b''
2026-06-18 17:38:53,313 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.23/networking/v2.0/security-groups/49e38ca7-4d8b-4943-a783-f540e3f62100 0.016s
2026-06-18 17:38:53,314 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-67112465-e6da-4e7d-b520-37a9e2a77a12', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.23/networking/v2.0/security-groups/49e38ca7-4d8b-4943-a783-f540e3f62100'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 49e38ca7-4d8b-4943-a783-f540e3f62100 does not exist", "detail": ""}}'
2026-06-18 17:38:53,621 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.23/networking/v2.0/floatingips/36aa6916-bd59-4b1e-afe6-b3e6e7660f06 0.306s
2026-06-18 17:38:53,621 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-dbeb7b9d-c99f-43e4-b6e6-344f86b76992', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.23/networking/v2.0/floatingips/36aa6916-bd59-4b1e-afe6-b3e6e7660f06'}
Body: b''
2026-06-18 17:38:53,658 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.037s
2026-06-18 17:38:53,659 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:53 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-14fbef32-0ef4-44f7-bcc8-ff3622b9218c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b''
2026-06-18 17:38:53,694 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.035s
2026-06-18 17:38:53,695 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4f7d7c-e519-456a-9131-b457069909f6', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4f7d7c-e519-456a-9131-b457069909f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"volume": {"id": "edd4641e-226a-4121-89e0-ff2505ba93d0", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:34:28.000000", "updated_at": "2026-06-18T17:38:54.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-2056194358", "description": null, "volume_type": "tempest-scenario-type-luksv2-114402820", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0"}], "user_id": "6ed09ac918ff40f9924b55d5bd07bbfc", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea7f1c58280246eeb07c803a0f79de7d"}}'
2026-06-18 17:38:54,727 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0 0.022s
2026-06-18 17:38:54,728 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:54 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-cbb2c6db-cbe7-4e3b-8f4c-09fe0c426ad8', 'x-openstack-request-id': 'req-cbb2c6db-cbe7-4e3b-8f4c-09fe0c426ad8', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.23/volume/v3/volumes/edd4641e-226a-4121-89e0-ff2505ba93d0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume edd4641e-226a-4121-89e0-ff2505ba93d0 could not be found."}}'
2026-06-18 17:38:54,910 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.23/volume/v3/volumes/detail?all_tenants=1 0.181s
2026-06-18 17:38:54,910 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dea8fb9-8c0b-4990-92fc-24f64e71177e', 'content-length': '11727', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dea8fb9-8c0b-4990-92fc-24f64e71177e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "6713f904-8b39-40e7-96a5-2f38779d4012", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:38:53.000000", "updated_at": "2026-06-18T17:38:53.000000", "name": "", "description": "", "volume_type": "storpool", "snapshot_id": "3c5645a2-105e-44b2-ab16-b78074e270b5", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/6713f904-8b39-40e7-96a5-2f38779d4012"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/6713f904-8b39-40e7-96a5-2f38779d4012"}], "user_id": "c2f693f896014cefb0008465d55a147f", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "82cb32c7ab13483681149da911fdf90e", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003167@storpool#default", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "b369231e-da55-4ee5-a40b-daa06dfe6e65", "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": "6401dbfe-2efc-4124-a5e3-d8512b6ac276", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:38:50.000000", "updated_at": "2026-06-18T17:38:50.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1083415351", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/6401dbfe-2efc-4124-a5e3-d8512b6ac276"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/6401dbfe-2efc-4124-a5e3-d8512b6ac276"}], "user_id": "f521f5d66c0b4280bd244b05c2ef0e5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "762a1aa5fe9a46ddb0cdf99fd787c1a2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003167@storpool#default"}, {"id": "e9441f32-8f34-413c-a05b-d8b8654d1f5d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:38:47.000000", "updated_at": "2026-06-18T17:38:48.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1646886328", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/e9441f32-8f34-413c-a05b-d8b8654d1f5d"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/e9441f32-8f34-413c-a05b-d8b8654d1f5d"}], "user_id": "f521f5d66c0b4280bd244b05c2ef0e5d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "762a1aa5fe9a46ddb0cdf99fd787c1a2", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003167@storpool#template_virtual"}, {"id": "32582840-7cf6-4d9d-8e0d-3e5009445aca", "status": "restoring-backup", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:38:45.000000", "updated_at": "2026-06-18T17:38:46.000000", "name": "restore_backup_ab411093-655b-4955-961c-aa20b3810d02", "description": "auto-created_from_restore_from_backup", "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/32582840-7cf6-4d9d-8e0d-3e5009445aca"}, {"rel": "bookmark", "href": "https://10.4.3.
2026-06-18 17:38:54,969 106119 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.23/volume/v3/types/f3ed4c2d-10b7-4b83-a88d-71b8dae7b5c9 0.047s
2026-06-18 17:38:54,969 106119 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:38:54 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-365ce6fc-2c7f-4ffe-be0f-1ca601791fca', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/volume/v3/types/f3ed4c2d-10b7-4b83-a88d-71b8dae7b5c9'}
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 edd4641e-226a-4121-89e0-ff2505ba93d0 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-18 17:35:16,671 106115 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-807681023 on backend None
2026-06-18 17:35:16,697 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.23/volume/v3/types 0.026s
2026-06-18 17:35:16,697 106115 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-807681023", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-821596d0-eeaa-4826-8a27-c2847ebc0ce2', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-821596d0-eeaa-4826-8a27-c2847ebc0ce2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/types'}
Body: b'{"volume_type": {"id": "8154d9e9-70fd-48d8-8a5c-ff05bae4e033", "name": "tempest-scenario-type-luks2-807681023", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-06-18 17:35:16,698 106115 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 8154d9e9-70fd-48d8-8a5c-ff05bae4e033
2026-06-18 17:35:16,729 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.23/volume/v3/types/8154d9e9-70fd-48d8-8a5c-ff05bae4e033/encryption 0.030s
2026-06-18 17:35:16,729 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45454bd8-0813-4af9-b8b2-1dca31582895', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45454bd8-0813-4af9-b8b2-1dca31582895', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/types/8154d9e9-70fd-48d8-8a5c-ff05bae4e033/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "8154d9e9-70fd-48d8-8a5c-ff05bae4e033", "encryption_id": "4a5d2bd0-2de3-4326-9e23-848fb8075ca3"}}'
2026-06-18 17:35:16,942 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.23/volume/v3/volumes 0.212s
2026-06-18 17:35:16,943 106115 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-1173260966", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-807681023", "size": 1}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c39ed14e-5488-48ed-9b46-0cc5c11d28c2', 'content-length': '778', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c39ed14e-5488-48ed-9b46-0cc5c11d28c2', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/volume/v3/volumes'}
Body: b'{"volume": {"id": "bb296c22-9dcf-4350-9d8a-807623eb8a6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:16.888808", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1173260966", "description": null, "volume_type": "tempest-scenario-type-luks2-807681023", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}], "user_id": "c2f693f896014cefb0008465d55a147f", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-06-18 17:35:16,982 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d 0.033s
2026-06-18 17:35:16,982 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15323b87-a397-4c9a-baba-8cedab986c17', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15323b87-a397-4c9a-baba-8cedab986c17', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d'}
Body: b'{"volume": {"id": "bb296c22-9dcf-4350-9d8a-807623eb8a6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:17.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1173260966", "description": null, "volume_type": "tempest-scenario-type-luks2-807681023", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}], "user_id": "c2f693f896014cefb0008465d55a147f", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82cb32c7ab13483681149da911fdf90e"}}'
2026-06-18 17:35:18,041 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d 0.049s
2026-06-18 17:35:18,042 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d25f49-0a4b-4f70-9914-29eba9d03ff1', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d25f49-0a4b-4f70-9914-29eba9d03ff1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d'}
Body: b'{"volume": {"id": "bb296c22-9dcf-4350-9d8a-807623eb8a6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:17.000000", "updated_at": "2026-06-18T17:35:17.000000", "name": "tempest-TestVolumeBootPattern-volume-1173260966", "description": null, "volume_type": "tempest-scenario-type-luks2-807681023", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}], "user_id": "c2f693f896014cefb0008465d55a147f", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82cb32c7ab13483681149da911fdf90e"}}'
2026-06-18 17:35:18,051 106115 INFO [tempest.common.waiters] volume bb296c22-9dcf-4350-9d8a-807623eb8a6d reached available after waiting for 2.051548 seconds
2026-06-18 17:35:18,081 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d 0.030s
2026-06-18 17:35:18,082 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b26d560-bd6a-49c9-9ecc-bf27aac176e5', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b26d560-bd6a-49c9-9ecc-bf27aac176e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d'}
Body: b'{"volume": {"id": "bb296c22-9dcf-4350-9d8a-807623eb8a6d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:17.000000", "updated_at": "2026-06-18T17:35:17.000000", "name": "tempest-TestVolumeBootPattern-volume-1173260966", "description": null, "volume_type": "tempest-scenario-type-luks2-807681023", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}], "user_id": "c2f693f896014cefb0008465d55a147f", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82cb32c7ab13483681149da911fdf90e"}}'
2026-06-18 17:35:18,124 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d/action 0.034s
2026-06-18 17:35:18,124 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-set_bootable": {"bootable": true}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-68146b00-7d1e-4b45-8149-674ad7cc3b4a', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68146b00-7d1e-4b45-8149-674ad7cc3b4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d/action'}
Body: b''
2026-06-18 17:35:18,228 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.23/identity/v3/auth/tokens 0.097s
2026-06-18 17:35:18,228 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:18 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-ad4a135c-959e-4eea-8379-743872108ef8', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.23/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "c2f693f896014cefb0008465d55a147f", "name": "tempest-TestVolumeBootPattern-814288522-project-member", "password_expires_at": null}, "audit_ids": ["nZP9UVGARsqJJbd7_CsbJQ"], "expires_at": "2026-06-18T18:35:18.000000Z", "issued_at": "2026-06-18T17:35:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "82cb32c7ab13483681149da911fdf90e", "name": "tempest-TestVolumeBootPattern-814288522"}, "is_domain": false, "roles": [{"id": "cfca1dc9a2bd474e820de2ef84d1a393", "name": "reader"}, {"id": "869f85e80de943c298326a2134090d87", "name": "member"}], "catalog": [{"endpoints": [{"id": "877836bf09584aadbc11fc3ed445353d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/networking", "region": "RegionOne"}], "id": "11d95e82ed22410694229649dcc44ac7", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "7c24d764516749cfb7e1229b9f26b37e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/compute/v2/82cb32c7ab13483681149da911fdf90e", "region": "RegionOne"}], "id": "4189da6a48d1436f9ae650a6e315f151", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "e3018b42bc744f5385c8bca057ae1d8d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/compute/v2.1", "region": "RegionOne"}], "id": "7d63f3f579794924bc6dbf7da1e52717", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "279d49339dd6465aa4265ccf20c099b5", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.23:8080", "region": "RegionOne"}, {"id": "4cf6861a2ca04421a3b4d1393885f711", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23:8080/v1/AUTH_82cb32c7ab13483681149da911fdf90e", "region": "RegionOne"}], "id": "93793bb73b494678969f79cbf8f65aa6", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "c27edb9d92e141218f532fd93eb652a1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/identity", "region": "RegionOne"}], "id": "a188e247d3a04decaa21fdc07a481765", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "7b368667a7074312aebbf3317d15b6bc", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/placement", "region": "RegionOne"}], "id": "ab8750001d75412fba27e8a40e2aac91", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "595d63dc897b4f81a7d1980639fa9cfe", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/image", "region": "RegionOne"}], "id": "ae51e485124242819bff94037ca6048d", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ff201487f76847438b8248648e092918", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.23/volume/v3", "region": "RegionOne"}], "id": "e576b97ae122462e8a20b4e4db7e756e", "type": "block-storage", "name": "cinder"}]}}'
2026-06-18 17:35:18,229 106115 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': 'eccfab27-ef76-4579-aeda-70dbadf64580', 'name': 'tempest-TestVolumeBootPattern-1813920978-network', 'tenant_id': '82cb32c7ab13483681149da911fdf90e', 'project_id': '82cb32c7ab13483681149da911fdf90e', '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': 15531, '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-18T17:34:27Z', 'updated_at': '2026-06-18T17:34:27Z', 'revision_number': 1} available for tenant
2026-06-18 17:35:18,966 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.23/compute/v2.1/servers 0.736s
2026-06-18 17:35:18,966 106115 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-1584617538", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "bb296c22-9dcf-4350-9d8a-807623eb8a6d", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "eccfab27-ef76-4579-aeda-70dbadf64580"}]}}
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21aafd21-b55b-43f3-bd90-fdae7e29868b', 'x-compute-request-id': 'req-21aafd21-b55b-43f3-bd90-fdae7e29868b', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/compute/v2.1/servers'}
Body: b'{"server": {"id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "SeMmt5S6TxFx"}}'
2026-06-18 17:35:19,073 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.105s
2026-06-18 17:35:19,073 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1052', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f959ed0c-1894-40df-b7f1-669d08628cca', 'x-compute-request-id': 'req-f959ed0c-1894-40df-b7f1-669d08628cca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:19Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:19Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-06-18 17:35:21,507 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 1.427s
2026-06-18 17:35:21,507 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1102', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f569d9b-96fd-4758-a276-aeb4224e4ce1', 'x-compute-request-id': 'req-5f569d9b-96fd-4758-a276-aeb4224e4ce1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:20Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:22,640 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.126s
2026-06-18 17:35:22,640 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1008c006-a7db-453a-a906-da3040a28218', 'x-compute-request-id': 'req-1008c006-a7db-453a-a906-da3040a28218', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:22Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:22,649 106115 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-06-18 17:35:23,931 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.282s
2026-06-18 17:35:23,932 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea03fc98-d083-4495-820e-c03b19cd8c1e', 'x-compute-request-id': 'req-ea03fc98-d083-4495-820e-c03b19cd8c1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:22Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:25,058 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.118s
2026-06-18 17:35:25,059 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1158', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1479168e-b1de-4846-826b-79cd7006b1d0', 'x-compute-request-id': 'req-1479168e-b1de-4846-826b-79cd7006b1d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:25Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:25,066 106115 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 6 second wait
2026-06-18 17:35:26,270 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.204s
2026-06-18 17:35:26,270 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-959e882a-a9ce-42e7-a1d3-47d15514faae', 'x-compute-request-id': 'req-959e882a-a9ce-42e7-a1d3-47d15514faae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:25Z", "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": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:27,542 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.266s
2026-06-18 17:35:27,543 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-553fd969-617b-4146-bfe7-929989847312', 'x-compute-request-id': 'req-553fd969-617b-4146-bfe7-929989847312', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:26Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:27,552 106115 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 8 second wait
2026-06-18 17:35:28,766 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.214s
2026-06-18 17:35:28,767 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2165e55-0a3b-4a0d-8814-96135dcf40e6', 'x-compute-request-id': 'req-d2165e55-0a3b-4a0d-8814-96135dcf40e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:26Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:30,111 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.336s
2026-06-18 17:35:30,112 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651d30b2-b3fb-499e-b0cf-fe0369588971', 'x-compute-request-id': 'req-651d30b2-b3fb-499e-b0cf-fe0369588971', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:30,119 106115 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 11 second wait
2026-06-18 17:35:31,463 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.343s
2026-06-18 17:35:31,463 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e995c332-a717-465d-84d6-b91f40076eba', 'x-compute-request-id': 'req-e995c332-a717-465d-84d6-b91f40076eba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:33,057 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.586s
2026-06-18 17:35:33,057 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d360bc0-0e90-4971-88c8-c18c05787e08', 'x-compute-request-id': 'req-1d360bc0-0e90-4971-88c8-c18c05787e08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:36,662 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 2.596s
2026-06-18 17:35:36,662 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e21ed111-ebbd-4c72-932e-5298b3112747', 'x-compute-request-id': 'req-e21ed111-ebbd-4c72-932e-5298b3112747', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:38,095 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.424s
2026-06-18 17:35:38,095 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f966da29-76a4-4dda-8fe9-bf7faf5c97a6', 'x-compute-request-id': 'req-f966da29-76a4-4dda-8fe9-bf7faf5c97a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:41,582 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 2.478s
2026-06-18 17:35:41,582 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4109a998-3f91-407c-971d-dbb9c250f16e', 'x-compute-request-id': 'req-4109a998-3f91-407c-971d-dbb9c250f16e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:43,131 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.543s
2026-06-18 17:35:43,132 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd38099a-d333-42dd-af11-f186e56eeb57', 'x-compute-request-id': 'req-fd38099a-d333-42dd-af11-f186e56eeb57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:47,028 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 2.889s
2026-06-18 17:35:47,029 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dff043a-08ae-4e41-90a4-5f1fb2603fe9', 'x-compute-request-id': 'req-6dff043a-08ae-4e41-90a4-5f1fb2603fe9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:48,388 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.350s
2026-06-18 17:35:48,389 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab1352ea-a133-4b06-8eef-c97b93de5e12', 'x-compute-request-id': 'req-ab1352ea-a133-4b06-8eef-c97b93de5e12', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:49,608 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.211s
2026-06-18 17:35:49,608 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81650261-ae81-48ab-8c8d-dfaf304225e8', 'x-compute-request-id': 'req-81650261-ae81-48ab-8c8d-dfaf304225e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:51,162 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.548s
2026-06-18 17:35:51,162 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96554751-7a31-4d88-8469-672e9126a46d', 'x-compute-request-id': 'req-96554751-7a31-4d88-8469-672e9126a46d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:52,403 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.236s
2026-06-18 17:35:52,403 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-866c12c2-1e53-4d06-9eb9-3f9a326f09f9', 'x-compute-request-id': 'req-866c12c2-1e53-4d06-9eb9-3f9a326f09f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:54,095 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.682s
2026-06-18 17:35:54,095 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97527680-08c8-45db-9624-afd7cd82d6e7', 'x-compute-request-id': 'req-97527680-08c8-45db-9624-afd7cd82d6e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:55,622 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.518s
2026-06-18 17:35:55,622 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da9573af-4b1c-4f69-a69c-6cac21987e36', 'x-compute-request-id': 'req-da9573af-4b1c-4f69-a69c-6cac21987e36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:57,633 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 1.000s
2026-06-18 17:35:57,633 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c023409-a987-44d0-9eb7-c62debdc01f4', 'x-compute-request-id': 'req-6c023409-a987-44d0-9eb7-c62debdc01f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:56Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:35:58,848 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.208s
2026-06-18 17:35:58,848 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85846182-579e-4dc2-8f71-21c1d81046ef', 'x-compute-request-id': 'req-85846182-579e-4dc2-8f71-21c1d81046ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "585c18a75546a07ff2e92cc65b070963c5131db3805e8e5d5e5c2850", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:56Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:36:00,120 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.257s
2026-06-18 17:36:00,122 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:35:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1142', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ebea7d3-b2ad-44e1-b5ff-968b638cc6fe', 'x-compute-request-id': 'req-0ebea7d3-b2ad-44e1-b5ff-968b638cc6fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:59Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:36:01,452 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.321s
2026-06-18 17:36:01,452 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1142', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16d1ef04-4b89-4e92-a81a-4ad6e5f1dc78', 'x-compute-request-id': 'req-16d1ef04-4b89-4e92-a81a-4ad6e5f1dc78', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:59Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:36:02,593 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.134s
2026-06-18 17:36:02,593 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1100', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd882485-092a-4419-b188-4d3ae01c25b0', 'x-compute-request-id': 'req-cd882485-092a-4419-b188-4d3ae01c25b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:35:59Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:36:03,694 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.094s
2026-06-18 17:36:03,695 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1098', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-117b3e01-22c8-4055-9e2f-61ddfdfa8e85', 'x-compute-request-id': 'req-117b3e01-22c8-4055-9e2f-61ddfdfa8e85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "BUILD", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:36:03Z", "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:36:03,702 106115 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 44 second wait
2026-06-18 17:36:04,808 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.106s
2026-06-18 17:36:04,808 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50b8bde1-3696-43e1-858f-a46fc936b6d1', 'x-compute-request-id': 'req-50b8bde1-3696-43e1-858f-a46fc936b6d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-06-18T17:35:18Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.23/compute/flavors/42"}]}, "hostId": "", "id": "914211d1-2203-42ee-b7e0-cf6e2afc9942", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}, {"rel": "bookmark", "href": "https://10.4.3.23/compute/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1584617538", "status": "ERROR", "tenant_id": "82cb32c7ab13483681149da911fdf90e", "user_id": "c2f693f896014cefb0008465d55a147f", "updated": "2026-06-18T17:36:04Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-06-18T17:36:04Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 914211d1-2203-42ee-b7e0-cf6e2afc9942."}, "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": "bb296c22-9dcf-4350-9d8a-807623eb8a6d"}]}}'
2026-06-18 17:36:04,816 106115 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 45 second wait
2026-06-18 17:36:05,414 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 204 DELETE https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.597s
2026-06-18 17:36:05,417 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:04 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-b85798e2-c67a-44cf-affb-432d29ef0a02', 'x-compute-request-id': 'req-b85798e2-c67a-44cf-affb-432d29ef0a02', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b''
2026-06-18 17:36:05,445 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 404 GET https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942 0.028s
2026-06-18 17:36:05,445 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:05 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-ab4812f6-0779-4d44-9f41-65b10aef97dd', 'x-compute-request-id': 'req-ab4812f6-0779-4d44-9f41-65b10aef97dd', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.23/compute/v2.1/servers/914211d1-2203-42ee-b7e0-cf6e2afc9942'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 914211d1-2203-42ee-b7e0-cf6e2afc9942 could not be found."}}'
2026-06-18 17:36:05,492 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d 0.044s
2026-06-18 17:36:05,492 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:05 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-56d70eb9-8f2b-473d-94a7-7099217c3b4a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d'}
Body: b''
2026-06-18 17:36:05,523 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d 0.031s
2026-06-18 17:36:05,524 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d38d252-5a46-4d10-9f78-f4ab2e8a6f1c', 'content-length': '869', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d38d252-5a46-4d10-9f78-f4ab2e8a6f1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d'}
Body: b'{"volume": {"id": "bb296c22-9dcf-4350-9d8a-807623eb8a6d", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:17.000000", "updated_at": "2026-06-18T17:36:05.000000", "name": "tempest-TestVolumeBootPattern-volume-1173260966", "description": null, "volume_type": "tempest-scenario-type-luks2-807681023", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d"}], "user_id": "c2f693f896014cefb0008465d55a147f", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "82cb32c7ab13483681149da911fdf90e"}}'
2026-06-18 17:36:06,547 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d 0.017s
2026-06-18 17:36:06,547 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:06 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-6d25891a-3048-48c7-8856-cbff071daf04', 'x-openstack-request-id': 'req-6d25891a-3048-48c7-8856-cbff071daf04', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.23/volume/v3/volumes/bb296c22-9dcf-4350-9d8a-807623eb8a6d'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume bb296c22-9dcf-4350-9d8a-807623eb8a6d could not be found."}}'
2026-06-18 17:36:06,580 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.23/volume/v3/volumes/detail?all_tenants=1 0.032s
2026-06-18 17:36:06,580 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7237a202-dc77-4625-850c-ea1f56e09870', 'content-length': '11707', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7237a202-dc77-4625-850c-ea1f56e09870', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.23/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "380def1f-30fc-4b46-a943-4d04b28dd09f", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:58.000000", "updated_at": "2026-06-18T17:35:58.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-995659258", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/380def1f-30fc-4b46-a943-4d04b28dd09f"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/380def1f-30fc-4b46-a943-4d04b28dd09f"}], "user_id": "15ff2445026d47599ce52185aa3b6ebb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "441860dfdfd64ada85145a80fa3aefb5", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003167@storpool#template_virtual"}, {"id": "8816fa21-609c-4202-ad71-720f2dbc3831", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:51.000000", "updated_at": "2026-06-18T17:35:52.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-445878992", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/8816fa21-609c-4202-ad71-720f2dbc3831"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/8816fa21-609c-4202-ad71-720f2dbc3831"}], "user_id": "d8c2faab1025474a9a0d1ee7f71bba52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "e6170a0d43fe446cbc5e3e01c3334aae", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003167@storpool#template_virtual"}, {"id": "94179f36-f53b-42a7-b372-b52fa0196d56", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:36.000000", "updated_at": "2026-06-18T17:35:37.000000", "name": "tempest-TestStampPattern-volume-568643137", "description": null, "volume_type": "storpool", "snapshot_id": "3f92dcd2-3176-418f-a962-2c8199f972b9", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/94179f36-f53b-42a7-b372-b52fa0196d56"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/94179f36-f53b-42a7-b372-b52fa0196d56"}], "user_id": "1f85100d7f7945d9870b2a587e02fac7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "1c9fb329209648fca0fe5b68c7ea3d13", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003167@storpool#default"}, {"id": "1821497b-5e7e-41dd-8317-6a992dc400b3", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-06-18T17:35:22.000000", "updated_at": "2026-06-18T17:35:49.000000", "name": "tempest-VolumesActionsTest-Volume-573415266", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {"readonly": "False"}, "links": [{"rel": "self", "href": "https://10.4.3.23/volume/v3/volumes/1821497b-5e7e-41dd-8317-6a992dc400b3"}, {"rel": "bookmark", "href": "https://10.4.3.23/volume/volumes/1821497b-5e7e-41dd-8317-6a992dc400b3"}], "user_id": "4da25da4ec214f82b2aa4359e79cf6af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "5652f81b92d94b869e49ef135869f862", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000003167@storpool#template_virtual"}, {"id": "edd46
2026-06-18 17:36:06,629 106115 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.23/volume/v3/types/8154d9e9-70fd-48d8-8a5c-ff05bae4e033 0.040s
2026-06-18 17:36:06,630 106115 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 18 Jun 2026 17:36:06 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-29d19aba-f9e5-4253-8345-9fda6cd33180', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.23/volume/v3/types/8154d9e9-70fd-48d8-8a5c-ff05bae4e033'}
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 914211d1-2203-42ee-b7e0-cf6e2afc9942 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-06-18T17:36:04Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 914211d1-2203-42ee-b7e0-cf6e2afc9942.'}. Request ID of server operation performed before checking the server status req-21aafd21-b55b-43f3-bd90-fdae7e29868b.
|
||||||
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 | |
VolumeTypesAdminTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt19.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
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 | |
LiveAutoBlockMigrationV225Test) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt24.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
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 | ||