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-05-28 15:19:39,995 106369 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-23603366 on backend None
2026-05-28 15:19:40,020 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.109/volume/v3/types 0.026s
2026-05-28 15:19:40,021 106369 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-23603366", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3a0d222-3319-4dee-a4e9-ca023d99d5d0', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3a0d222-3319-4dee-a4e9-ca023d99d5d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/types'}
Body: b'{"volume_type": {"id": "75f0ed96-ed65-4448-86ea-6efc591ee003", "name": "tempest-scenario-type-luksv2-23603366", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-28 15:19:40,022 106369 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 75f0ed96-ed65-4448-86ea-6efc591ee003
2026-05-28 15:19:40,048 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.109/volume/v3/types/75f0ed96-ed65-4448-86ea-6efc591ee003/encryption 0.026s
2026-05-28 15:19:40,048 106369 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, 28 May 2026 15:19:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ef07030-1dbe-47ee-bc9e-986c8c526345', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ef07030-1dbe-47ee-bc9e-986c8c526345', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/types/75f0ed96-ed65-4448-86ea-6efc591ee003/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "75f0ed96-ed65-4448-86ea-6efc591ee003", "encryption_id": "d7dfa19f-75fa-4354-a583-85ec804ef1a8"}}'
2026-05-28 15:19:40,212 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.109/volume/v3/volumes 0.163s
2026-05-28 15:19:40,213 106369 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-845279577", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2385520c-9d09-4a0b-9589-1661e1b0ceb1', 'content-length': '784', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2385520c-9d09-4a0b-9589-1661e1b0ceb1', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/volume/v3/volumes'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.149773", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 15:19:40,335 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.109/identity/v3/auth/tokens 0.115s
2026-05-28 15:19:40,335 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2946', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e6127eed-bda7-42da-b530-1d7b7e8e666b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.109/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "098362a6ca6b4ef6bbd7de566d7390a2", "name": "tempest-TestEncryptedCinderVolumes-252446735-project-member", "password_expires_at": null}, "audit_ids": ["6fwl5KG9T6Wk6XNgQtGT5w"], "expires_at": "2026-05-28T16:19:40.000000Z", "issued_at": "2026-05-28T15:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38cd591f43a941b1bb3214960295f3aa", "name": "tempest-TestEncryptedCinderVolumes-252446735"}, "is_domain": false, "roles": [{"id": "ee0c43bd539440e2bf83b5bc412b21c3", "name": "reader"}, {"id": "827637a37e044cfb810b02ed0589d8b2", "name": "member"}], "catalog": [{"endpoints": [{"id": "43a2fd23e55e48a588d7a8e83cec39ff", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/networking", "region": "RegionOne"}], "id": "0ed5f1ba384f48e4a8629aea6263e796", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5683f438d4064edc80650e06cf3cfe3e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109:8080/v1/AUTH_38cd591f43a941b1bb3214960295f3aa", "region": "RegionOne"}, {"id": "c1534e81e5974ecbb114072f6535b324", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.109:8080", "region": "RegionOne"}], "id": "254e0cf59dcd4a969a3a548deaf1efb8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "75e343e383194e17bf7ba9142f8143a2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/placement", "region": "RegionOne"}], "id": "279c52005b3b4253beacd433de0eeaed", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "369359f72dc94766a06b1dee95a60f5d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/volume/v3", "region": "RegionOne"}], "id": "34b6ff02a18941c9a1f26e22016e0c47", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4984a3461b494b5a807b7cb3b2bcf9bb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/compute/v2.1", "region": "RegionOne"}], "id": "563f108c37fa49518c453e6c4e4f8879", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9a7921864cbe463099fa84c7e81db6ad", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/compute/v2/38cd591f43a941b1bb3214960295f3aa", "region": "RegionOne"}], "id": "7ad4dbcba52c491abb13da45cf555e16", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2a5b7d2b55d74571866afe4e3958f921", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/identity", "region": "RegionOne"}], "id": "d714c1c90f7e4869862ff472538be95e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "30131faf6b2a4c5e80107e58c57c988c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/image", "region": "RegionOne"}], "id": "f1a437f37d8d4360bf93fb671768e605", "type": "image", "name": "glance"}]}}'
2026-05-28 15:19:40,336 106369 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '8167ca6a-0dcc-4a6b-841e-5f9d08cfa3ae', 'name': 'tempest-TestEncryptedCinderVolumes-1409875328-network', 'tenant_id': '38cd591f43a941b1bb3214960295f3aa', 'project_id': '38cd591f43a941b1bb3214960295f3aa', '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': 42386, '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-05-28T15:16:31Z', 'updated_at': '2026-05-28T15:16:31Z', 'revision_number': 1} available for tenant
2026-05-28 15:19:40,336 106369 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-28 15:19:40,336 106369 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-28 15:19:40,396 106369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.109/compute/v2.1/os-keypairs 0.059s
2026-05-28 15:19:40,396 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-331094188", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIOJDKx/Zwxg4A6sEnUyaYTpO4+wEbtPWi2hZ0+razT13RJ1QYClCkubprZgP/P9wwL4mVrDXLI78BMsDctVe61v7uyI7V2IrpSQ6v7k61fA2S5l0dqzuIAseZ0xzlUg8w=="}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:40 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-823cba0f-78c8-473c-9353-6f3e1aa6adde', 'x-compute-request-id': 'req-823cba0f-78c8-473c-9353-6f3e1aa6adde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-331094188", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIOJDKx/Zwxg4A6sEnUyaYTpO4+wEbtPWi2hZ0+razT13RJ1QYClCkubprZgP/P9wwL4mVrDXLI78BMsDctVe61v7uyI7V2IrpSQ6v7k61fA2S5l0dqzuIAseZ0xzlUg8w==", "fingerprint": "7a:22:95:59:3d:1e:b0:e9:8a:9e:77:00:eb:b5:ca:34", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2"}}'
2026-05-28 15:19:40,397 106369 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-331094188 created
2026-05-28 15:19:40,669 106369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.109/networking/v2.0/security-groups 0.271s
2026-05-28 15:19:40,669 106369 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--1109868121", "description": "tempest-description--1607768484"}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-1df69d7c-616c-48ea-b430-b3157e150010', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.109/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "bce412d4-9571-4471-abf4-ff67f97480f2", "name": "tempest-securitygroup--1109868121", "stateful": true, "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "project_id": "38cd591f43a941b1bb3214960295f3aa", "description": "tempest-description--1607768484", "shared": false, "security_group_rules": [{"id": "1aaa08c8-f730-4d74-b1f9-534cb7136e1c", "project_id": "38cd591f43a941b1bb3214960295f3aa", "security_group_id": "bce412d4-9571-4471-abf4-ff67f97480f2", "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": 1096, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T15:19:40Z", "updated_at": "2026-05-28T15:19:40Z", "revision_number": 0, "tenant_id": "38cd591f43a941b1bb3214960295f3aa"}, {"id": "98f56373-abe7-475a-85fe-4c6952b3209e", "project_id": "38cd591f43a941b1bb3214960295f3aa", "security_group_id": "bce412d4-9571-4471-abf4-ff67f97480f2", "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": 1095, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T15:19:40Z", "updated_at": "2026-05-28T15:19:40Z", "revision_number": 0, "tenant_id": "38cd591f43a941b1bb3214960295f3aa"}], "tags": [], "created_at": "2026-05-28T15:19:40Z", "updated_at": "2026-05-28T15:19:40Z", "revision_number": 1}}'
2026-05-28 15:19:40,921 106369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.109/networking/v2.0/security-group-rules 0.251s
2026-05-28 15:19:40,921 106369 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": "bce412d4-9571-4471-abf4-ff67f97480f2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-bd14d220-c9b7-43bb-8e20-c223a27e96dd', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.109/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "0c331296-5f0b-4a13-b5b5-17e4827d0416", "project_id": "38cd591f43a941b1bb3214960295f3aa", "security_group_id": "bce412d4-9571-4471-abf4-ff67f97480f2", "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-05-28T15:19:40Z", "updated_at": "2026-05-28T15:19:40Z", "revision_number": 0, "tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:19:41,223 106369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.109/networking/v2.0/security-group-rules 0.301s
2026-05-28 15:19:41,223 106369 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": "bce412d4-9571-4471-abf4-ff67f97480f2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f7bf0f57-bca3-48e4-a5c8-53c6c37df3d1', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.109/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "8758eeea-82d8-4bc6-a374-f4960fe57ee1", "project_id": "38cd591f43a941b1bb3214960295f3aa", "security_group_id": "bce412d4-9571-4471-abf4-ff67f97480f2", "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-05-28T15:19:41Z", "updated_at": "2026-05-28T15:19:41Z", "revision_number": 0, "tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:19:41,223 106369 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1109868121 created
2026-05-28 15:19:41,991 106369 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.109/networking/v2.0/floatingips 0.768s
2026-05-28 15:19:41,992 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "ed320bc3-b304-4906-8a34-a96dab92cf7a"}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-85780cfc-f7ed-40ee-b85f-dc46f3fd278f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.109/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "fba0238c-7d3f-4b1c-ba53-6104ccdc4157", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "project_id": "38cd591f43a941b1bb3214960295f3aa", "floating_ip_address": "172.24.5.204", "floating_network_id": "ed320bc3-b304-4906-8a34-a96dab92cf7a", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T15:19:41Z", "updated_at": "2026-05-28T15:19:41Z", "revision_number": 0}}'
2026-05-28 15:19:41,992 106369 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fba0238c-7d3f-4b1c-ba53-6104ccdc4157', 'tenant_id': '38cd591f43a941b1bb3214960295f3aa', 'project_id': '38cd591f43a941b1bb3214960295f3aa', 'floating_ip_address': '172.24.5.204', 'floating_network_id': 'ed320bc3-b304-4906-8a34-a96dab92cf7a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-28T15:19:41Z', 'updated_at': '2026-05-28T15:19:41Z', 'revision_number': 0, 'ip': '172.24.5.204'} created
2026-05-28 15:19:41,992 106369 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-331094188', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIOJDKx/Zwxg4A6sEnUyaYTpO4+wEbtPWi2hZ0+razT13RJ1QYClCkubprZgP/P9wwL4mVrDXLI78BMsDctVe61v7uyI7V2IrpSQ6v7k61fA2S5l0dqzuIAseZ0xzlUg8w==', 'fingerprint': '7a:22:95:59:3d:1e:b0:e9:8a:9e:77:00:eb:b5:ca:34', 'user_id': '098362a6ca6b4ef6bbd7de566d7390a2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAsmYn212Y0Pzj6S5IcVsFaR6yLJ4F2bIFyjXQuHP3Z6QDpV7h3zwsz\nPght2s6zIWigBwYFK4EEACKhZANiAASDiQysf2cMYOAOrBJ1MmmE6TuPsBG7T1ot\noWdPq2s09d0SdUGApQpLm6a2YD/z/cMC+Jlaw1yyO/ATLA3LVXutb+7siO1diK6U\nkOr+5OtXwNkuZdHas7iALHmdMc5VIPM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bce412d4-9571-4471-abf4-ff67f97480f2', 'name': 'tempest-securitygroup--1109868121', 'stateful': True, 'tenant_id': '38cd591f43a941b1bb3214960295f3aa', 'project_id': '38cd591f43a941b1bb3214960295f3aa', 'description': 'tempest-description--1607768484', 'shared': False, 'security_group_rules': [{'id': '1aaa08c8-f730-4d74-b1f9-534cb7136e1c', 'project_id': '38cd591f43a941b1bb3214960295f3aa', 'security_group_id': 'bce412d4-9571-4471-abf4-ff67f97480f2', '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': 1096, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T15:19:40Z', 'updated_at': '2026-05-28T15:19:40Z', 'revision_number': 0, 'tenant_id': '38cd591f43a941b1bb3214960295f3aa'}, {'id': '98f56373-abe7-475a-85fe-4c6952b3209e', 'project_id': '38cd591f43a941b1bb3214960295f3aa', 'security_group_id': 'bce412d4-9571-4471-abf4-ff67f97480f2', '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': 1095, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T15:19:40Z', 'updated_at': '2026-05-28T15:19:40Z', 'revision_number': 0, 'tenant_id': '38cd591f43a941b1bb3214960295f3aa'}], 'tags': [], 'created_at': '2026-05-28T15:19:40Z', 'updated_at': '2026-05-28T15:19:40Z', 'revision_number': 1}, 'floating_ip': {'id': 'fba0238c-7d3f-4b1c-ba53-6104ccdc4157', 'tenant_id': '38cd591f43a941b1bb3214960295f3aa', 'project_id': '38cd591f43a941b1bb3214960295f3aa', 'floating_ip_address': '172.24.5.204', 'floating_network_id': 'ed320bc3-b304-4906-8a34-a96dab92cf7a', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2026-05-28T15:19:41Z', 'updated_at': '2026-05-28T15:19:41Z', 'revision_number': 0, 'ip': '172.24.5.204'}}
2026-05-28 15:19:43,171 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.109/compute/v2.1/servers 1.179s
2026-05-28 15:19:43,172 106369 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-970946238", "imageRef": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "flavorRef": "42", "networks": [{"uuid": "8167ca6a-0dcc-4a6b-841e-5f9d08cfa3ae"}], "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "key_name": "tempest-keypair-331094188", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '406', 'location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce', '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-3876292e-f079-4c48-bb18-309a84c27113', 'x-compute-request-id': 'req-3876292e-f079-4c48-bb18-309a84c27113', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/compute/v2.1/servers'}
Body: b'{"server": {"id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "adminPass": "hCjPHMVGZe76"}}'
2026-05-28 15:19:43,288 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.115s
2026-05-28 15:19:43,289 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:43 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-160a09d5-f208-4591-9ca0-05a2ad7f5224', 'x-compute-request-id': 'req-160a09d5-f208-4591-9ca0-05a2ad7f5224', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:43Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-331094188", "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-05-28 15:19:44,418 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.122s
2026-05-28 15:19:44,419 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1244', '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-b98620cd-7729-42c4-8c94-bc90ac82798a', 'x-compute-request-id': 'req-b98620cd-7729-42c4-8c94-bc90ac82798a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "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-05-28 15:19:45,579 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.146s
2026-05-28 15:19:45,579 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:45 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-fccd27b5-b4b7-40dd-9deb-5af7560a7152', 'x-compute-request-id': 'req-fccd27b5-b4b7-40dd-9deb-5af7560a7152', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "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-05-28 15:19:45,585 106369 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-28 15:19:46,705 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.119s
2026-05-28 15:19:46,705 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:46 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-160adcf4-a3c6-4a02-8c98-2944881d554a', 'x-compute-request-id': 'req-160adcf4-a3c6-4a02-8c98-2944881d554a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:44Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "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-05-28 15:19:47,858 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.146s
2026-05-28 15:19:47,858 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', '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-115658b7-d7cf-41c0-b452-2ae76ec443b7', 'x-compute-request-id': 'req-115658b7-d7cf-41c0-b452-2ae76ec443b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "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-05-28 15:19:48,986 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.115s
2026-05-28 15:19:48,986 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', '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-0736160f-9a32-489b-8353-9eb18abf44e7', 'x-compute-request-id': 'req-0736160f-9a32-489b-8353-9eb18abf44e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:47Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "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-05-28 15:19:50,129 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.134s
2026-05-28 15:19:50,129 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1300', '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-840ca2b9-e96e-4d3b-879c-312ea25506b7', 'x-compute-request-id': 'req-840ca2b9-e96e-4d3b-879c-312ea25506b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "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-05-28 15:19:50,134 106369 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-05-28 15:19:51,398 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.263s
2026-05-28 15:19:51,398 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1378', '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-69c2f4dc-343e-4646-9acb-bfdf014c60a0', 'x-compute-request-id': 'req-69c2f4dc-343e-4646-9acb-bfdf014c60a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:19:51,403 106369 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 8 second wait
2026-05-28 15:19:52,576 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.173s
2026-05-28 15:19:52,577 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-ab1519e5-11c0-4fa4-9648-5bbc17b5510b', 'x-compute-request-id': 'req-ab1519e5-11c0-4fa4-9648-5bbc17b5510b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:19:52,581 106369 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 9 second wait
2026-05-28 15:19:53,754 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.172s
2026-05-28 15:19:53,754 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-58ef559d-97a7-48eb-ae1d-453573903fcd', 'x-compute-request-id': 'req-58ef559d-97a7-48eb-ae1d-453573903fcd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:19:55,200 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.435s
2026-05-28 15:19:55,200 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-0d156130-443c-4cf5-b4bb-401eab3eb050', 'x-compute-request-id': 'req-0d156130-443c-4cf5-b4bb-401eab3eb050', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:19:56,467 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.260s
2026-05-28 15:19:56,467 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-cb8f9f30-ce12-414e-96c8-23036d5a45f8', 'x-compute-request-id': 'req-cb8f9f30-ce12-414e-96c8-23036d5a45f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:19:57,763 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.283s
2026-05-28 15:19:57,763 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-38c50ca1-696d-4a20-a125-1ef5fcf88476', 'x-compute-request-id': 'req-38c50ca1-696d-4a20-a125-1ef5fcf88476', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:19:59,133 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.359s
2026-05-28 15:19:59,133 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:19:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-9c4d530a-89dd-46ba-bb41-ae9730c787fa', 'x-compute-request-id': 'req-9c4d530a-89dd-46ba-bb41-ae9730c787fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:19:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:20:00,381 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.239s
2026-05-28 15:20:00,381 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', '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-5a33e91b-deab-4bed-80bb-6efa1511fc8a', 'x-compute-request-id': 'req-5a33e91b-deab-4bed-80bb-6efa1511fc8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "BUILD", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:20:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:20:01,897 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.509s
2026-05-28 15:20:01,898 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1556', '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-4b76f68c-cf62-416b-b5e3-b645aeca60e1', 'x-compute-request-id': 'req-4b76f68c-cf62-416b-b5e3-b645aeca60e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1409875328-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}]}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "ACTIVE", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:20:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": "2026-05-28T15:20:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:20:01,907 106369 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 18 second wait
2026-05-28 15:20:02,115 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce/os-interface 0.208s
2026-05-28 15:20:02,116 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:01 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-5296f2d9-ca2b-4830-9548-4c260365041f', 'x-compute-request-id': 'req-5296f2d9-ca2b-4830-9548-4c260365041f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "8167ca6a-0dcc-4a6b-841e-5f9d08cfa3ae", "port_id": "48c95bf6-0eb4-4827-99d0-f29c1861d594", "mac_addr": "fa:16:3e:d6:d4:53", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "43d36765-66fb-4465-a101-0afed8e4b8ef", "ip_address": "10.1.0.3"}]}]}'
2026-05-28 15:20:03,417 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.109/networking/v2.0/floatingips/fba0238c-7d3f-4b1c-ba53-6104ccdc4157 1.299s
2026-05-28 15:20:03,417 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "48c95bf6-0eb4-4827-99d0-f29c1861d594"}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-37ee2141-f98c-4916-b902-2adcf590b3b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/networking/v2.0/floatingips/fba0238c-7d3f-4b1c-ba53-6104ccdc4157'}
Body: b'{"floatingip": {"id": "fba0238c-7d3f-4b1c-ba53-6104ccdc4157", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "project_id": "38cd591f43a941b1bb3214960295f3aa", "floating_ip_address": "172.24.5.204", "floating_network_id": "ed320bc3-b304-4906-8a34-a96dab92cf7a", "router_id": "cb1b5468-5417-44f2-bdc6-5bc53279e6a8", "port_id": "48c95bf6-0eb4-4827-99d0-f29c1861d594", "fixed_ip_address": "10.1.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "8167ca6a-0dcc-4a6b-841e-5f9d08cfa3ae", "mac_address": "fa:16:3e:d6:d4:53", "admin_state_up": true, "status": "ACTIVE", "device_id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T15:19:41Z", "updated_at": "2026-05-28T15:20:02Z", "revision_number": 1}}'
2026-05-28 15:20:03,418 106369 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.204:22' as 'cirros' with public key authentication
2026-05-28 15:20:39,185 106369 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-28 15:20:39,292 106369 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-28 15:20:39,293 106369 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.204 successfully created
2026-05-28 15:20:39,530 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.235s
2026-05-28 15:20:39,530 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1675', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c46de6-6ff1-4fcb-9053-20195b9d411b', 'x-compute-request-id': 'req-27c46de6-6ff1-4fcb-9053-20195b9d411b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1409875328-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}, {"version": 4, "addr": "172.24.5.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}]}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "ACTIVE", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:20:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": "2026-05-28T15:20:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:20:39,563 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:20:39,563 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16ee0581-86dd-4fb2-8b17-65f674e79c42', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16ee0581-86dd-4fb2-8b17-65f674e79c42', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:19:40.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:39,568 106369 INFO [tempest.common.waiters] volume cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 reached available after waiting for 0.568962 seconds
2026-05-28 15:20:39,595 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:20:39,595 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea87da0a-e284-4db6-aa56-c1a130a2dd71', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea87da0a-e284-4db6-aa56-c1a130a2dd71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:19:40.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:42,189 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce/os-volume_attachments 2.584s
2026-05-28 15:20:42,190 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:39 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-0c1851a0-3266-4f58-b6cf-d642ec7f6216', 'x-compute-request-id': 'req-0c1851a0-3266-4f58-b6cf-d642ec7f6216', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "serverId": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "volumeId": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "device": "/dev/vdb"}}'
2026-05-28 15:20:42,229 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.038s
2026-05-28 15:20:42,229 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-785f5bd1-352f-4a0a-ac30-18723e0d7bbf', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-785f5bd1-352f-4a0a-ac30-18723e0d7bbf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:42.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:43,272 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.036s
2026-05-28 15:20:43,272 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf14044f-6ea9-4e2f-84a0-953d1d2bc0d3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf14044f-6ea9-4e2f-84a0-953d1d2bc0d3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:44,339 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.062s
2026-05-28 15:20:44,339 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b30a37-3c47-4c18-a302-b523dd55a510', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b30a37-3c47-4c18-a302-b523dd55a510', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:45,394 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.049s
2026-05-28 15:20:45,394 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e087f8-e257-4c3f-8cbd-d2b17472d6d7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53e087f8-e257-4c3f-8cbd-d2b17472d6d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:46,449 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.046s
2026-05-28 15:20:46,449 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9820fe6-8801-4012-ac7e-990335d975f0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9820fe6-8801-4012-ac7e-990335d975f0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:47,508 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.051s
2026-05-28 15:20:47,508 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23ef4f14-bcd7-4e73-bf67-aa490483c9ed', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23ef4f14-bcd7-4e73-bf67-aa490483c9ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:48,556 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.041s
2026-05-28 15:20:48,556 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f83c6245-bfeb-46b6-9aad-1ae13cbb8bfa', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83c6245-bfeb-46b6-9aad-1ae13cbb8bfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:49,591 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.028s
2026-05-28 15:20:49,591 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-266ec044-5b04-4881-b9c1-02d64b8f7352', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-266ec044-5b04-4881-b9c1-02d64b8f7352', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:50,645 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.049s
2026-05-28 15:20:50,646 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d6c3487-cfad-465f-9ac4-d270a855cd25', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d6c3487-cfad-465f-9ac4-d270a855cd25', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:51,691 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.039s
2026-05-28 15:20:51,693 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34b268ec-64d9-4014-aa7c-4001bf3f18b7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34b268ec-64d9-4014-aa7c-4001bf3f18b7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:52,745 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.045s
2026-05-28 15:20:52,745 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2a8a81-ff64-4045-a131-fce452b57da5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2a8a81-ff64-4045-a131-fce452b57da5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:53,787 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.036s
2026-05-28 15:20:53,787 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5409d888-2174-4d4d-9155-4f7f5e3ee0d7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5409d888-2174-4d4d-9155-4f7f5e3ee0d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:54,844 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.048s
2026-05-28 15:20:54,844 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-435acb73-82e6-46f8-9da6-d4739684a20f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-435acb73-82e6-46f8-9da6-d4739684a20f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:55,907 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.054s
2026-05-28 15:20:55,907 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-219fc188-c453-462d-b9cc-066678e83d16', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-219fc188-c453-462d-b9cc-066678e83d16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:56,962 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.048s
2026-05-28 15:20:56,963 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305d9122-010a-456d-8bc7-0f01dbc5b2b6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305d9122-010a-456d-8bc7-0f01dbc5b2b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:58,020 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.049s
2026-05-28 15:20:58,020 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ce1d9fd-2976-4132-9eaa-a796a8460ec9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ce1d9fd-2976-4132-9eaa-a796a8460ec9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:20:59,056 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:20:59,056 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:20:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ab203f-09c9-44db-bc87-e4e25100550a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ab203f-09c9-44db-bc87-e4e25100550a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:00,105 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.042s
2026-05-28 15:21:00,105 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fbdffdf-77aa-4626-a4c8-aedfa59dfc77', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fbdffdf-77aa-4626-a4c8-aedfa59dfc77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:01,152 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.041s
2026-05-28 15:21:01,152 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55004736-d74d-49ad-84f8-806d26974b2b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55004736-d74d-49ad-84f8-806d26974b2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:02,399 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.240s
2026-05-28 15:21:02,399 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ad86ef3-d417-41f5-b73e-04ba49ed2ee5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ad86ef3-d417-41f5-b73e-04ba49ed2ee5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:20:43.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:03,432 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.028s
2026-05-28 15:21:03,432 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80a3061a-2a54-462b-8b3e-d83184e86bdd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80a3061a-2a54-462b-8b3e-d83184e86bdd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:04,487 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.049s
2026-05-28 15:21:04,487 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aee9c6fd-aea3-4a72-8f61-77543ba5d5e3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aee9c6fd-aea3-4a72-8f61-77543ba5d5e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:05,520 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:21:05,521 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e0fee69-1a70-4df0-a7a0-4a3ef0e3dc2a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e0fee69-1a70-4df0-a7a0-4a3ef0e3dc2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:06,566 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.036s
2026-05-28 15:21:06,566 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-098c7c5e-c192-469a-8f96-5b14b2acabb7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-098c7c5e-c192-469a-8f96-5b14b2acabb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:07,610 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:21:07,610 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d07c86e4-1578-490f-9097-dfb97a3fdbad', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d07c86e4-1578-490f-9097-dfb97a3fdbad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:08,647 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.031s
2026-05-28 15:21:08,647 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75fdb030-c3af-4147-87ed-0c5c1bfd8d1d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75fdb030-c3af-4147-87ed-0c5c1bfd8d1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:09,680 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:21:09,680 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-546e0a88-6d7c-48d3-8fd4-d0f0c5a1c7fd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-546e0a88-6d7c-48d3-8fd4-d0f0c5a1c7fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:10,727 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.038s
2026-05-28 15:21:10,727 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad02d1be-1749-44a9-8ecd-fce3337c79f8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad02d1be-1749-44a9-8ecd-fce3337c79f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:11,772 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:21:11,772 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1434b109-cf17-4468-95e4-6259a10813b9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1434b109-cf17-4468-95e4-6259a10813b9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:12,820 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.039s
2026-05-28 15:21:12,820 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c72add0-cf34-4bee-bc75-af2f5b07dfb1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c72add0-cf34-4bee-bc75-af2f5b07dfb1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:13,859 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:21:13,859 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8169c501-7cc9-4fc4-9f3b-22a55845ab69', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8169c501-7cc9-4fc4-9f3b-22a55845ab69', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:14,909 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.042s
2026-05-28 15:21:14,910 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b3ddd1e-2ef1-48e1-8ef1-e5cb38b1f974', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b3ddd1e-2ef1-48e1-8ef1-e5cb38b1f974', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:15,968 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.050s
2026-05-28 15:21:15,968 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a7538b-03f5-4df4-829b-46b22bc61595', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a7538b-03f5-4df4-829b-46b22bc61595', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:17,005 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:21:17,006 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9cdf606-0071-4182-b7e3-137292880fa4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9cdf606-0071-4182-b7e3-137292880fa4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:18,058 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.047s
2026-05-28 15:21:18,058 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e8cb74c-9bd3-4781-b7e2-4f91655c7df1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e8cb74c-9bd3-4781-b7e2-4f91655c7df1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:19,108 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.043s
2026-05-28 15:21:19,108 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61504b02-a0f7-495f-a95f-2b6088b0055f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61504b02-a0f7-495f-a95f-2b6088b0055f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:20,171 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.052s
2026-05-28 15:21:20,171 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4de2861e-027c-44f0-a203-61dc0c1bbb7f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4de2861e-027c-44f0-a203-61dc0c1bbb7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:21,220 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.039s
2026-05-28 15:21:21,220 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99159265-0755-4a66-8c95-569743b91387', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99159265-0755-4a66-8c95-569743b91387', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:22,262 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:21:22,262 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df15bbe6-f4c1-4e47-bc12-e09d52e228ac', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df15bbe6-f4c1-4e47-bc12-e09d52e228ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:23,301 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.031s
2026-05-28 15:21:23,302 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08231221-8a97-4e4e-a07d-f27e733e4b82', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08231221-8a97-4e4e-a07d-f27e733e4b82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:24,354 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.045s
2026-05-28 15:21:24,355 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a72dcdc3-32c1-4a6b-acb9-12fba2a1925e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a72dcdc3-32c1-4a6b-acb9-12fba2a1925e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:25,420 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.058s
2026-05-28 15:21:25,421 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90eb2c05-1e48-4d12-b7f9-48274c24ec31', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90eb2c05-1e48-4d12-b7f9-48274c24ec31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:26,479 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.049s
2026-05-28 15:21:26,479 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac003421-8cbe-41fb-800f-07793bf67364', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac003421-8cbe-41fb-800f-07793bf67364', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:27,527 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.040s
2026-05-28 15:21:27,527 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a06ee09-0353-481d-9abb-ba738e6a90b5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a06ee09-0353-481d-9abb-ba738e6a90b5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:28,560 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:21:28,561 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7217e9a-1ae5-45d0-8502-73351cd35390', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7217e9a-1ae5-45d0-8502-73351cd35390', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:29,595 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:21:29,595 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48fdf96f-c0e2-4ac9-8f9d-457b01430496', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48fdf96f-c0e2-4ac9-8f9d-457b01430496', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:30,638 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.036s
2026-05-28 15:21:30,638 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13204f84-b770-439c-9855-1570d9c34da4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13204f84-b770-439c-9855-1570d9c34da4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:31,692 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.046s
2026-05-28 15:21:31,693 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0799489b-6da9-4dfd-83c1-c65d3a18a69c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0799489b-6da9-4dfd-83c1-c65d3a18a69c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:32,725 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:21:32,725 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f984ded3-1572-4276-8e50-699e935ad3ed', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f984ded3-1572-4276-8e50-699e935ad3ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:33,760 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:21:33,760 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd1124e-9141-4709-855d-26b66654e7be', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd1124e-9141-4709-855d-26b66654e7be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:34,799 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:21:34,800 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-470202d2-00aa-47a2-9e7b-a1844d42a210', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-470202d2-00aa-47a2-9e7b-a1844d42a210', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:35,828 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.022s
2026-05-28 15:21:35,828 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3f5f36-4ef8-44e1-9cc3-83443ecb01aa', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3f5f36-4ef8-44e1-9cc3-83443ecb01aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:36,859 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:21:36,860 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cc5cd1b-34a9-47b4-af26-f2841a7d7e2c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cc5cd1b-34a9-47b4-af26-f2841a7d7e2c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:37,900 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.035s
2026-05-28 15:21:37,900 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e7a8144-a4d2-4702-b9ba-9f89dceb4c19', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e7a8144-a4d2-4702-b9ba-9f89dceb4c19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:38,945 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.039s
2026-05-28 15:21:38,946 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1a630d2-fba6-467a-9182-8924c8ca2755', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1a630d2-fba6-467a-9182-8924c8ca2755', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:39,985 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:21:39,985 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e299e17c-0a81-4f25-b929-0624156bdbde', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e299e17c-0a81-4f25-b929-0624156bdbde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:41,020 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:21:41,020 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c14856b-46f4-4c25-a7b3-edb25f764a6d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c14856b-46f4-4c25-a7b3-edb25f764a6d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:42,057 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:21:42,057 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-737a3d72-99a9-4c7a-944c-04effedb3992', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-737a3d72-99a9-4c7a-944c-04effedb3992', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:43,087 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.023s
2026-05-28 15:21:43,087 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e4a5ba6-3e9a-420e-83a9-b2a95264a726', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e4a5ba6-3e9a-420e-83a9-b2a95264a726', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:44,124 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.031s
2026-05-28 15:21:44,124 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-486eee6d-4761-459e-a104-199b16de75c9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-486eee6d-4761-459e-a104-199b16de75c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:45,159 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:21:45,159 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ecb5b7-f51b-4589-9c4a-a924c8680c81', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ecb5b7-f51b-4589-9c4a-a924c8680c81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:46,314 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.146s
2026-05-28 15:21:46,314 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-257a1761-200f-496e-b9f3-cade9d140584', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-257a1761-200f-496e-b9f3-cade9d140584', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:47,351 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:21:47,351 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211d4b3d-ad91-4e53-b6a8-0621c9cd7b26', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211d4b3d-ad91-4e53-b6a8-0621c9cd7b26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:48,393 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.036s
2026-05-28 15:21:48,393 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddc4b0b6-5dfc-4e39-bbb1-25d31fe57c1c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddc4b0b6-5dfc-4e39-bbb1-25d31fe57c1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:49,439 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:21:49,439 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22fe0a56-25cd-4327-bbd0-95a0efe2a2b3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22fe0a56-25cd-4327-bbd0-95a0efe2a2b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:50,475 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:21:50,476 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d1030b-6a4b-46ff-a357-9391c1663638', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d1030b-6a4b-46ff-a357-9391c1663638', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:51,522 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.040s
2026-05-28 15:21:51,522 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d95fe3-fa3d-4276-91dd-d1e03f53545d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d95fe3-fa3d-4276-91dd-d1e03f53545d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:52,568 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.038s
2026-05-28 15:21:52,568 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aa65363-34c5-404a-841a-57bb4fca688b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aa65363-34c5-404a-841a-57bb4fca688b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:53,609 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:21:53,609 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c088e93-ca70-49c5-be6a-c9baeeae4309', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c088e93-ca70-49c5-be6a-c9baeeae4309', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:54,645 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:21:54,645 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3d22c07-f53a-41b2-8f23-36bf7b1bf127', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3d22c07-f53a-41b2-8f23-36bf7b1bf127', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:55,677 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:21:55,677 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-444c1cf6-01dd-4998-b775-b652e787c92b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-444c1cf6-01dd-4998-b775-b652e787c92b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:56,719 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.035s
2026-05-28 15:21:56,719 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-787ad2c5-8eb4-4faa-96c4-b3559b9c064a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-787ad2c5-8eb4-4faa-96c4-b3559b9c064a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:57,767 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.040s
2026-05-28 15:21:57,767 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-118801ce-9ad5-4937-ba6a-b71b2da3e53f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-118801ce-9ad5-4937-ba6a-b71b2da3e53f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:58,818 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.043s
2026-05-28 15:21:58,818 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-246f178f-8e83-48a3-85a7-4cdea1de2b8a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-246f178f-8e83-48a3-85a7-4cdea1de2b8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:21:59,853 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:21:59,853 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:21:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e12703ff-e38f-4bec-a61c-d2d75e7f2a31', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e12703ff-e38f-4bec-a61c-d2d75e7f2a31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:00,896 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.034s
2026-05-28 15:22:00,897 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b535ab-ce7b-46d0-a307-d665458102b6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b535ab-ce7b-46d0-a307-d665458102b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:01,935 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.031s
2026-05-28 15:22:01,935 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3e15ae1-5673-494e-ad1c-7fda1155ba86', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3e15ae1-5673-494e-ad1c-7fda1155ba86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:02,968 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.028s
2026-05-28 15:22:02,968 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34be7e9e-ef25-4d92-ac97-f6748e03d761', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34be7e9e-ef25-4d92-ac97-f6748e03d761', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:04,005 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:22:04,006 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d220662-fd73-42ac-918d-188d0608e745', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d220662-fd73-42ac-918d-188d0608e745', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:05,043 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:22:05,043 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69a730b-a6b3-416f-8447-efae5ad1594b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69a730b-a6b3-416f-8447-efae5ad1594b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:06,079 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:22:06,079 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28d4d074-68b5-4794-9058-87014ac3a87b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28d4d074-68b5-4794-9058-87014ac3a87b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:07,111 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.023s
2026-05-28 15:22:07,112 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44c0c8fa-618c-49dd-b1f7-5acc4fcb3653', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44c0c8fa-618c-49dd-b1f7-5acc4fcb3653', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:08,158 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.042s
2026-05-28 15:22:08,159 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a9f69c9-b621-466f-b30c-80cedeaae138', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a9f69c9-b621-466f-b30c-80cedeaae138', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:09,199 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.036s
2026-05-28 15:22:09,200 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a65902cb-d6b4-45ae-8cdc-6908f916d9be', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a65902cb-d6b4-45ae-8cdc-6908f916d9be', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:10,237 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:22:10,237 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1948d334-ebd5-40ec-9d2c-395becf3f633', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1948d334-ebd5-40ec-9d2c-395becf3f633', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:11,280 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:22:11,281 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eed1e57c-e988-485b-9e3a-4623fc02af12', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eed1e57c-e988-485b-9e3a-4623fc02af12', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:12,324 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.038s
2026-05-28 15:22:12,324 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381e9188-53ac-4d94-ad1a-7b5ccdf03db6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381e9188-53ac-4d94-ad1a-7b5ccdf03db6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:13,369 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.039s
2026-05-28 15:22:13,369 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf0dd07-c2b1-4eeb-a220-c2194e750fb8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf0dd07-c2b1-4eeb-a220-c2194e750fb8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:14,399 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.024s
2026-05-28 15:22:14,399 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5aa1635a-7a99-479a-ab2a-14a0edcfcf33', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5aa1635a-7a99-479a-ab2a-14a0edcfcf33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:15,431 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:22:15,432 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2297686e-204e-43d3-b8c7-d577a1cdaf64', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2297686e-204e-43d3-b8c7-d577a1cdaf64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:16,464 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:22:16,464 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96cda5dd-d3a6-4e95-a3fc-79583f49b595', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96cda5dd-d3a6-4e95-a3fc-79583f49b595', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:17,509 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.036s
2026-05-28 15:22:17,512 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-055cc475-b080-406b-8909-9300cbda8927', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-055cc475-b080-406b-8909-9300cbda8927', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:18,546 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:22:18,547 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44abc440-b222-4b83-9015-fcfafc13714c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44abc440-b222-4b83-9015-fcfafc13714c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:19,585 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:22:19,585 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ddb9e1a-8126-4219-b378-6441bd2a7be8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ddb9e1a-8126-4219-b378-6441bd2a7be8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:20,637 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.046s
2026-05-28 15:22:20,638 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18ceee15-1e7e-42bc-abe4-c2f6a14c844a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18ceee15-1e7e-42bc-abe4-c2f6a14c844a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:21,687 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:22:21,688 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a59a4c-9b2f-4c6c-a727-09762609cb75', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a59a4c-9b2f-4c6c-a727-09762609cb75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:22,740 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.046s
2026-05-28 15:22:22,741 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a706e8e3-9957-44b6-bd54-ec9e2f482ce5', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a706e8e3-9957-44b6-bd54-ec9e2f482ce5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:23,794 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.044s
2026-05-28 15:22:23,794 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0375ee2-83ff-413c-a736-7e4afe15957f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0375ee2-83ff-413c-a736-7e4afe15957f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:24,837 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:22:24,838 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d464c2ca-3d21-44fd-95a1-65fe155f0d95', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d464c2ca-3d21-44fd-95a1-65fe155f0d95', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:25,871 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:22:25,871 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb839189-a67d-4cde-ae56-445d7290473a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb839189-a67d-4cde-ae56-445d7290473a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:26,910 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.031s
2026-05-28 15:22:26,910 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773f6529-d31d-4d83-8341-7b2322671fb8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773f6529-d31d-4d83-8341-7b2322671fb8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:27,950 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:22:27,950 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a52e15c-aa78-4c94-b5f3-3e01aad11983', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a52e15c-aa78-4c94-b5f3-3e01aad11983', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:28,988 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.028s
2026-05-28 15:22:28,989 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd0ed937-b6eb-4b1e-95f2-f4b654d5f550', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd0ed937-b6eb-4b1e-95f2-f4b654d5f550', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:30,032 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:22:30,032 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be78ca78-d1c6-4ac2-9429-61096926c639', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be78ca78-d1c6-4ac2-9429-61096926c639', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:31,070 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:22:31,070 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e636f654-085c-4b6c-b9b3-1b6695dcbca6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e636f654-085c-4b6c-b9b3-1b6695dcbca6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:32,105 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.028s
2026-05-28 15:22:32,105 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0877df0-ca17-4679-9910-6d3e96f62204', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0877df0-ca17-4679-9910-6d3e96f62204', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:33,136 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:22:33,136 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68cc2230-2954-480b-8922-f6d05c816fd3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68cc2230-2954-480b-8922-f6d05c816fd3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:34,180 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:22:34,180 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb7f2d3-65e4-46b9-ae7f-4d74777ec302', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb7f2d3-65e4-46b9-ae7f-4d74777ec302', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:35,213 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:22:35,213 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ec88c6-2f26-4f57-8c07-f68c2350a14d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ec88c6-2f26-4f57-8c07-f68c2350a14d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:36,250 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.031s
2026-05-28 15:22:36,250 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcda5947-3bec-4f6f-b512-99798d32db4c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcda5947-3bec-4f6f-b512-99798d32db4c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:37,283 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.028s
2026-05-28 15:22:37,284 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38f4e629-c9f6-4a1d-bac0-5a09315d22a9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38f4e629-c9f6-4a1d-bac0-5a09315d22a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:38,320 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:22:38,321 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8601b7e-d454-472a-9244-dbe948390871', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8601b7e-d454-472a-9244-dbe948390871', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:39,355 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:22:39,355 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3936c12-c820-4bee-8d16-020574b9cffd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3936c12-c820-4bee-8d16-020574b9cffd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:40,387 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:22:40,387 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bad9f497-ee42-4685-9a69-e5b6d772369b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bad9f497-ee42-4685-9a69-e5b6d772369b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:41,418 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:22:41,418 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eb28cfe-78b0-40fb-84a4-0a7ed036b01f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eb28cfe-78b0-40fb-84a4-0a7ed036b01f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:42,458 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:22:42,458 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddf5f5e5-2017-48c1-8f38-8ccf5078d10a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddf5f5e5-2017-48c1-8f38-8ccf5078d10a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:43,491 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:22:43,491 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dadeb77b-ff13-40c3-aa95-38d41bb56d16', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dadeb77b-ff13-40c3-aa95-38d41bb56d16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:44,524 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:22:44,524 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d668805d-663a-4b15-8d33-58f1b8a9c3e0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d668805d-663a-4b15-8d33-58f1b8a9c3e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:45,558 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.028s
2026-05-28 15:22:45,558 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b961ecf5-8463-4b8a-8da1-7dbad948993c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b961ecf5-8463-4b8a-8da1-7dbad948993c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:46,596 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:22:46,596 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b9aeb73-7a03-4a7d-a8a0-d39172a78d8c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b9aeb73-7a03-4a7d-a8a0-d39172a78d8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:47,635 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.034s
2026-05-28 15:22:47,635 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-512758fb-426d-4427-bcde-fee66079feeb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-512758fb-426d-4427-bcde-fee66079feeb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:48,674 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:22:48,674 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6d7bb3-179b-429d-82e5-14376f0d0091', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6d7bb3-179b-429d-82e5-14376f0d0091', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:49,709 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:22:49,709 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4feeb93-343a-4a93-8f12-58de502c324d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4feeb93-343a-4a93-8f12-58de502c324d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:50,745 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:22:50,745 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899977d4-0ce8-4d4d-80e0-3e3d97facfbd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899977d4-0ce8-4d4d-80e0-3e3d97facfbd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:51,798 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.044s
2026-05-28 15:22:51,798 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a88bbaf2-6c0a-49f9-a944-5ed95b85fc38', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a88bbaf2-6c0a-49f9-a944-5ed95b85fc38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:52,835 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.028s
2026-05-28 15:22:52,835 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067d5a60-b8d3-4c3c-b8e8-648ad6224f2b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067d5a60-b8d3-4c3c-b8e8-648ad6224f2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:53,876 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.034s
2026-05-28 15:22:53,876 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a824ae9-f96f-4dfc-92df-3830d5d4287a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a824ae9-f96f-4dfc-92df-3830d5d4287a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:54,915 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:22:54,915 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec5fdd1-2930-41f1-8466-41934402b391', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec5fdd1-2930-41f1-8466-41934402b391', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:55,949 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:22:55,950 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e51512-2a08-40b3-a82f-d2514e204d44', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e51512-2a08-40b3-a82f-d2514e204d44', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:56,983 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:22:56,983 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50e5b20e-7960-4517-97ff-c717df87ad9b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50e5b20e-7960-4517-97ff-c717df87ad9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:58,012 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.024s
2026-05-28 15:22:58,012 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56336bcc-83a5-4db3-8d35-1746bfa3de8a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56336bcc-83a5-4db3-8d35-1746bfa3de8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:22:59,039 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.021s
2026-05-28 15:22:59,039 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:22:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-980ada92-477b-4cf4-af94-398c0d033e41', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-980ada92-477b-4cf4-af94-398c0d033e41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:00,072 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:23:00,072 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-145c074a-80cd-4be0-94af-b829cd334484', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-145c074a-80cd-4be0-94af-b829cd334484', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:01,107 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:23:01,107 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b81a85fc-80c7-46ef-a3c8-6cb374983b61', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b81a85fc-80c7-46ef-a3c8-6cb374983b61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:02,136 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.022s
2026-05-28 15:23:02,137 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b62c606f-ec3c-4221-9dd0-8c474da8eeeb', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b62c606f-ec3c-4221-9dd0-8c474da8eeeb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:03,167 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:03,167 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3f05931-967c-4280-ab0b-13d35787d47b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3f05931-967c-4280-ab0b-13d35787d47b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:04,207 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:23:04,208 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5769c5d-2684-4051-9623-5eb867097e7f', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5769c5d-2684-4051-9623-5eb867097e7f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:05,242 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:23:05,242 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34500578-9deb-4942-9a80-0cf4702e643e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34500578-9deb-4942-9a80-0cf4702e643e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:06,273 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:06,273 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97c2c600-6b20-4054-bbe5-3d2dd78a23d9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97c2c600-6b20-4054-bbe5-3d2dd78a23d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:07,316 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:23:07,316 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e88896-877a-42e7-a208-0713f672fb28', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e88896-877a-42e7-a208-0713f672fb28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:08,349 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:08,350 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1554802d-72c2-4b2c-96cb-074218d33364', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1554802d-72c2-4b2c-96cb-074218d33364', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:09,391 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:23:09,391 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d06de0d2-fbd7-445d-b96d-420f20274b66', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d06de0d2-fbd7-445d-b96d-420f20274b66', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:10,433 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.035s
2026-05-28 15:23:10,434 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39779dab-2810-43a7-9fc6-5db4b83e1618', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39779dab-2810-43a7-9fc6-5db4b83e1618', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:11,482 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.039s
2026-05-28 15:23:11,482 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a31a3017-a38a-4191-96af-5c0835ce528e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a31a3017-a38a-4191-96af-5c0835ce528e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:12,527 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:23:12,527 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a06896f-81c5-4d5d-a38e-94914e660d0b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a06896f-81c5-4d5d-a38e-94914e660d0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:13,568 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.036s
2026-05-28 15:23:13,569 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4ac9a56-1b8e-4de9-9a45-21c74eb25831', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4ac9a56-1b8e-4de9-9a45-21c74eb25831', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:14,605 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:23:14,605 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f215f904-c7d8-4371-8558-e24e77d565f1', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f215f904-c7d8-4371-8558-e24e77d565f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:15,640 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:23:15,640 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19946bf9-2d5f-413c-a2ee-86f4759c9179', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19946bf9-2d5f-413c-a2ee-86f4759c9179', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:16,668 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.023s
2026-05-28 15:23:16,668 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd44acd2-3272-40b5-a281-36ce97e56727', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd44acd2-3272-40b5-a281-36ce97e56727', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:17,699 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:17,699 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-308502f1-0687-4a10-9f4e-c5ec6236445a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-308502f1-0687-4a10-9f4e-c5ec6236445a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:18,733 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:23:18,734 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf8feb6-0763-4d91-bbbf-c54c6827d7ec', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf8feb6-0763-4d91-bbbf-c54c6827d7ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:19,768 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:23:19,769 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c240e260-bc39-4889-8f6c-52189b34f909', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c240e260-bc39-4889-8f6c-52189b34f909', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:20,808 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:23:20,808 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-381b6519-60da-49c0-abd3-eee8d570aac7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-381b6519-60da-49c0-abd3-eee8d570aac7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:21,848 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.034s
2026-05-28 15:23:21,848 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-394cbb2e-eef6-44ba-b933-441946abc1e4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-394cbb2e-eef6-44ba-b933-441946abc1e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:22,885 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:23:22,885 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eaaf761-2675-418b-9039-1c8de38a6868', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eaaf761-2675-418b-9039-1c8de38a6868', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:23,920 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:23:23,921 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faffa5d0-ab11-4b1d-84c7-55d7bd4f7dae', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faffa5d0-ab11-4b1d-84c7-55d7bd4f7dae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:24,958 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.031s
2026-05-28 15:23:24,959 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ff203ea-a350-42d0-a789-dc2429aeae27', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ff203ea-a350-42d0-a789-dc2429aeae27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:25,989 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.023s
2026-05-28 15:23:25,989 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-871b7144-e191-4ac7-86c0-96441caef286', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-871b7144-e191-4ac7-86c0-96441caef286', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:27,022 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:27,022 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f59e6ca-0ca0-47f9-a6a5-e533fd6cdd75', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f59e6ca-0ca0-47f9-a6a5-e533fd6cdd75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:28,054 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:23:28,054 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80f9c252-3e85-4077-98af-4bcd28b0ffc9', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80f9c252-3e85-4077-98af-4bcd28b0ffc9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:29,085 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:29,085 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-138ef4de-fff0-47d5-bf5e-40cd7848b105', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-138ef4de-fff0-47d5-bf5e-40cd7848b105', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:30,117 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:23:30,117 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f378a8f5-d017-40bf-bc61-3abaa3b7dce2', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f378a8f5-d017-40bf-bc61-3abaa3b7dce2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:31,145 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.023s
2026-05-28 15:23:31,146 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c35e9cc-f402-4194-beb3-ffa62e23da52', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c35e9cc-f402-4194-beb3-ffa62e23da52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:32,178 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:23:32,178 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9199ce57-adf7-46ca-b603-316fbb2bc321', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9199ce57-adf7-46ca-b603-316fbb2bc321', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:33,217 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:23:33,217 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00d5a554-c682-4d4f-ad39-e4537546f9aa', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00d5a554-c682-4d4f-ad39-e4537546f9aa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:34,248 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.024s
2026-05-28 15:23:34,249 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98803ced-c597-4160-87c5-bbc580fed04b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98803ced-c597-4160-87c5-bbc580fed04b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:35,279 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:35,279 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f65fcb-acb4-4ea6-9e55-6783a4bff1d0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f65fcb-acb4-4ea6-9e55-6783a4bff1d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:36,317 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:23:36,318 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31c93500-f7b9-400b-899d-5fbab73d507c', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31c93500-f7b9-400b-899d-5fbab73d507c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:37,360 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.037s
2026-05-28 15:23:37,360 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d55c0ee3-f190-4e92-88ce-084e6766f4d0', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d55c0ee3-f190-4e92-88ce-084e6766f4d0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:38,398 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:23:38,398 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6fbc735-7b9a-4686-bf40-d5c8545df0bc', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6fbc735-7b9a-4686-bf40-d5c8545df0bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:39,433 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:23:39,433 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a29860d8-9587-4006-bcf2-ecd9187f7071', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a29860d8-9587-4006-bcf2-ecd9187f7071', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:40,464 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:40,464 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2c808a-b067-4e87-b25f-430aef03ba2d', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2c808a-b067-4e87-b25f-430aef03ba2d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:41,502 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.031s
2026-05-28 15:23:41,502 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed681a40-3921-4fb3-accd-88b88b2c79ec', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed681a40-3921-4fb3-accd-88b88b2c79ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:42,534 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.026s
2026-05-28 15:23:42,534 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2a4d0e-707b-42fd-9e59-08d3245f5116', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2a4d0e-707b-42fd-9e59-08d3245f5116', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:43,573 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.032s
2026-05-28 15:23:43,573 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9fa0378-818e-42a3-81e5-63509a4a3c2a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9fa0378-818e-42a3-81e5-63509a4a3c2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:44,607 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:44,608 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1e027f3-d84f-493f-b13a-d9f9dcc326e6', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1e027f3-d84f-493f-b13a-d9f9dcc326e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:45,646 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:23:45,646 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a54137-b7ff-4241-ae05-e2ba6d9cfd1e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a54137-b7ff-4241-ae05-e2ba6d9cfd1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:46,690 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.033s
2026-05-28 15:23:46,691 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6b6acf-8f8e-46ce-b6ff-c433cdb5994a', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6b6acf-8f8e-46ce-b6ff-c433cdb5994a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:47,723 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.024s
2026-05-28 15:23:47,723 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b55b7f4c-56d4-4f26-bdf7-705c20e0a2c4', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b55b7f4c-56d4-4f26-bdf7-705c20e0a2c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:48,762 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.034s
2026-05-28 15:23:48,763 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34366ac-43ff-4295-8369-ac577974ce5e', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34366ac-43ff-4295-8369-ac577974ce5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:49,795 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:49,795 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e7d376a-8f92-4fe4-a02d-d61e700a212b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e7d376a-8f92-4fe4-a02d-d61e700a212b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:50,829 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.027s
2026-05-28 15:23:50,829 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce3fb575-c49b-4888-bc08-edc6e1a5df76', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce3fb575-c49b-4888-bc08-edc6e1a5df76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:51,860 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:51,860 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-717ba140-33cf-4f3f-a2c9-2226c8cb8dab', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-717ba140-33cf-4f3f-a2c9-2226c8cb8dab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:52,894 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.029s
2026-05-28 15:23:52,895 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1380fdce-256b-4952-bced-ff95462f66ea', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1380fdce-256b-4952-bced-ff95462f66ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:53,930 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:23:53,930 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc970c43-de4e-473c-aad1-f244e9754d48', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc970c43-de4e-473c-aad1-f244e9754d48', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:54,968 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.030s
2026-05-28 15:23:54,968 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-978d163d-e6f1-4c53-8ec3-2fcf515a2588', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-978d163d-e6f1-4c53-8ec3-2fcf515a2588', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:55,999 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.025s
2026-05-28 15:23:55,999 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-570c115f-d6be-4e68-92c7-beaf855d49f8', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-570c115f-d6be-4e68-92c7-beaf855d49f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:57,040 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.035s
2026-05-28 15:23:57,041 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f2957dd-8783-49c9-8f6e-74d2a6a0a8fa', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f2957dd-8783-49c9-8f6e-74d2a6a0a8fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:58,089 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.040s
2026-05-28 15:23:58,089 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b442a45-bdf1-493f-bf4a-b80eaea6350b', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b442a45-bdf1-493f-bf4a-b80eaea6350b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:21:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:23:58,209 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.110s
2026-05-28 15:23:58,210 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:58 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-3273d7b0-63aa-43fe-90fd-218317429aa1', 'x-compute-request-id': 'req-3273d7b0-63aa-43fe-90fd-218317429aa1', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b''
2026-05-28 15:23:58,590 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.380s
2026-05-28 15:23:58,591 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', '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-b6668a0c-f47f-44cb-9d01-097f94eddf91', 'x-compute-request-id': 'req-b6668a0c-f47f-44cb-9d01-097f94eddf91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1409875328-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}, {"version": 4, "addr": "172.24.5.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}]}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "ACTIVE", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:23:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": "2026-05-28T15:20:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:23:59,878 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.279s
2026-05-28 15:23:59,878 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:23:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', '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-e107e886-a881-40f4-98bb-6896b16ab0f6', 'x-compute-request-id': 'req-e107e886-a881-40f4-98bb-6896b16ab0f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1409875328-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}, {"version": 4, "addr": "172.24.5.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}]}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "ACTIVE", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:23:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": "2026-05-28T15:20:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:24:01,099 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.214s
2026-05-28 15:24:01,099 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', '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-d72e41ae-138d-47c3-a381-c6179b4f598a', 'x-compute-request-id': 'req-d72e41ae-138d-47c3-a381-c6179b4f598a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1409875328-network": [{"version": 4, "addr": "10.1.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}, {"version": 4, "addr": "172.24.5.204", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:d4:53"}]}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "ACTIVE", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:24:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": "2026-05-28T15:20:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1109868121"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 15:24:02,218 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.111s
2026-05-28 15:24:02,218 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1325', '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-16404222-3eb7-4d45-9ced-adc10da0cf14', 'x-compute-request-id': 'req-16404222-3eb7-4d45-9ced-adc10da0cf14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "ACTIVE", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:24:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": "2026-05-28T15:20:00.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-05-28 15:24:03,345 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.121s
2026-05-28 15:24:03,345 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1425', '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-13d2b274-4035-4a5c-bcaa-2904ff2319d1', 'x-compute-request-id': 'req-13d2b274-4035-4a5c-bcaa-2904ff2319d1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "DELETED", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:24:02Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T15:21:04Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": "2026-05-28T15:20:00.000000", "OS-SRV-USG:terminated_at": "2026-05-28T15:24:02.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-05-28 15:24:03,356 106369 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-05-28 15:24:04,484 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.127s
2026-05-28 15:24:04,484 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1425', '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-079c6bc3-fc13-4545-ae92-6e53dde96500', 'x-compute-request-id': 'req-079c6bc3-fc13-4545-ae92-6e53dde96500', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:19:43Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "0d368b6cdeb46d08cc84a6f4208096ba54fbcb283c57d2cc034e1c61", "id": "9bb06a1e-f9a1-409e-8872-70477aa58fce", "image": {"id": "3d6fd7c5-d2a8-4403-b287-f7357031dc45", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/images/3d6fd7c5-d2a8-4403-b287-f7357031dc45"}]}, "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-970946238", "status": "DELETED", "tenant_id": "38cd591f43a941b1bb3214960295f3aa", "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "updated": "2026-05-28T15:24:02Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T15:21:04Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-331094188", "OS-SRV-USG:launched_at": "2026-05-28T15:20:00.000000", "OS-SRV-USG:terminated_at": "2026-05-28T15:24:02.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-05-28 15:24:05,521 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce 0.029s
2026-05-28 15:24:05,521 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24: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-b8db1c0e-c684-4447-ad98-f3c3a9d3982b', 'x-compute-request-id': 'req-b8db1c0e-c684-4447-ad98-f3c3a9d3982b', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/9bb06a1e-f9a1-409e-8872-70477aa58fce'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 9bb06a1e-f9a1-409e-8872-70477aa58fce could not be found."}}'
2026-05-28 15:24:05,547 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.109/compute/v2.1/os-keypairs/tempest-keypair-331094188 0.025s
2026-05-28 15:24:05,547 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:05 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-b68592cc-1c67-459b-8b20-d7669467c4fa', 'x-compute-request-id': 'req-b68592cc-1c67-459b-8b20-d7669467c4fa', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/compute/v2.1/os-keypairs/tempest-keypair-331094188'}
Body: b''
2026-05-28 15:24:05,681 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.109/networking/v2.0/security-groups/bce412d4-9571-4471-abf4-ff67f97480f2 0.134s
2026-05-28 15:24:05,682 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-ff531929-7b15-4e5d-bd0d-37c900935326', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.109/networking/v2.0/security-groups/bce412d4-9571-4471-abf4-ff67f97480f2'}
Body: b''
2026-05-28 15:24:05,699 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.109/networking/v2.0/security-groups/bce412d4-9571-4471-abf4-ff67f97480f2 0.017s
2026-05-28 15:24:05,699 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-220f5964-e63e-4e48-8da0-2499b1f89256', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.109/networking/v2.0/security-groups/bce412d4-9571-4471-abf4-ff67f97480f2'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group bce412d4-9571-4471-abf4-ff67f97480f2 does not exist", "detail": ""}}'
2026-05-28 15:24:05,960 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.109/networking/v2.0/floatingips/fba0238c-7d3f-4b1c-ba53-6104ccdc4157 0.260s
2026-05-28 15:24:05,960 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-7d948726-e7f6-4fe0-8cc5-fc2ad9722e9a', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.109/networking/v2.0/floatingips/fba0238c-7d3f-4b1c-ba53-6104ccdc4157'}
Body: b''
2026-05-28 15:24:06,002 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.041s
2026-05-28 15:24:06,002 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24: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-af8e0bf4-97d2-4f77-9f66-3476f81c2d10', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b''
2026-05-28 15:24:06,043 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.041s
2026-05-28 15:24:06,044 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c90932a8-6e7b-4541-9aa8-e34517fad27c', 'content-length': '876', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c90932a8-6e7b-4541-9aa8-e34517fad27c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"volume": {"id": "cd11b1d8-290b-4dcf-a3f4-666d6ba427b4", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:19:40.000000", "updated_at": "2026-05-28T15:24:06.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-845279577", "description": null, "volume_type": "tempest-scenario-type-luksv2-23603366", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4"}], "user_id": "098362a6ca6b4ef6bbd7de566d7390a2", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "38cd591f43a941b1bb3214960295f3aa"}}'
2026-05-28 15:24:07,070 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 0.018s
2026-05-28 15:24:07,070 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:07 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-46a33f19-4b2d-44db-8ac0-24f5c6bfe695', 'x-openstack-request-id': 'req-46a33f19-4b2d-44db-8ac0-24f5c6bfe695', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.109/volume/v3/volumes/cd11b1d8-290b-4dcf-a3f4-666d6ba427b4'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 could not be found."}}'
2026-05-28 15:24:07,188 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.109/volume/v3/volumes/detail?all_tenants=1 0.117s
2026-05-28 15:24:07,188 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-762b74cc-e465-4f73-ac3c-5ba6fa02baa7', 'content-length': '6473', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-762b74cc-e465-4f73-ac3c-5ba6fa02baa7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "5ca75ef2-5223-407e-9f79-4346711a60df", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:23:59.000000", "updated_at": "2026-05-28T15:23:59.000000", "name": "tempest-SnapshotsActionsTest-Volume-1178187711", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/5ca75ef2-5223-407e-9f79-4346711a60df"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/5ca75ef2-5223-407e-9f79-4346711a60df"}], "user_id": "1501e98170b24128a2876b69e642190c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "a21a0bda133341a499d869c39d8dcd03", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001646@storpool#default"}, {"id": "e329cc46-3963-47ec-9691-3387217f142d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:23:47.000000", "updated_at": "2026-05-28T15:23:47.000000", "name": "tempest-TestStampPattern-volume-2024631495", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/e329cc46-3963-47ec-9691-3387217f142d"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/e329cc46-3963-47ec-9691-3387217f142d"}], "user_id": "b31ba8d6fb3b4071aa66c8b5e99c1652", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "9d5f65b6d0f745e582d05a4ca272ca68", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001646@storpool#default"}, {"id": "28f1d161-84a1-4954-a208-4a714bed6356", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:23:22.000000", "updated_at": "2026-05-28T15:23:41.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-842790464", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/28f1d161-84a1-4954-a208-4a714bed6356"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/28f1d161-84a1-4954-a208-4a714bed6356"}], "user_id": "40fd04e7203248b4a7716f8ea196d486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "28f1d161-84a1-4954-a208-4a714bed6356", "attachment_id": "1fc02e0d-a669-436e-a7cb-7fb41a9905b4", "volume_id": "28f1d161-84a1-4954-a208-4a714bed6356", "server_id": "8c0bf0d1-a9f6-45c7-974a-895405d3cab3", "host_name": "np0000001646", "device": "/dev/vdc", "attached_at": "2026-05-28T15:23:40.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "91a03a5aefc646a7943187a8683ee505", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001646@storpool#template_virtual"}, {"id": "d83ba94a-dab7-43c9-8542-f3bbe501921e", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:14:42.000000", "updated_at": "2026-05-28T15:14:48.000000", "name": "image-29432c22-23d3-406f-9754-bf45b072d428", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "0d04e9ab-481c-498b-92b8-c55dd6cbab02", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/d83ba94a-dab7-43c9-8542-f3bbe501921e"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/d83ba94a-dab7-43c9-8542-f3bbe501921e"}], "user_id": "7ced89cdf4a84e8dbd0c340f150b167a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "mu
2026-05-28 15:24:07,238 106369 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.109/volume/v3/types/75f0ed96-ed65-4448-86ea-6efc591ee003 0.040s
2026-05-28 15:24:07,239 106369 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:24:07 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-7c407677-417f-42c8-abdf-f42fd840a556', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/volume/v3/types/75f0ed96-ed65-4448-86ea-6efc591ee003'}
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 cd11b1d8-290b-4dcf-a3f4-666d6ba427b4 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-05-28 15:25:37,197 106357 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-389106943 on backend None
2026-05-28 15:25:37,221 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.109/volume/v3/types 0.023s
2026-05-28 15:25:37,221 106357 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-389106943", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7b44530-89cb-4f5e-872f-1243f58a3a13', 'content-length': '212', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7b44530-89cb-4f5e-872f-1243f58a3a13', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/types'}
Body: b'{"volume_type": {"id": "8da99876-1652-4b07-8536-6722ad622558", "name": "tempest-scenario-type-luks2-389106943", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-28 15:25:37,222 106357 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 8da99876-1652-4b07-8536-6722ad622558
2026-05-28 15:25:37,246 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.109/volume/v3/types/8da99876-1652-4b07-8536-6722ad622558/encryption 0.023s
2026-05-28 15:25:37,246 106357 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, 28 May 2026 15:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1b5496-80d4-4d7f-a540-b56791914de3', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1b5496-80d4-4d7f-a540-b56791914de3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/types/8da99876-1652-4b07-8536-6722ad622558/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "8da99876-1652-4b07-8536-6722ad622558", "encryption_id": "cdabf02a-4b96-4c05-99a2-3df3b2b50cb6"}}'
2026-05-28 15:25:37,410 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.109/volume/v3/volumes 0.162s
2026-05-28 15:25:37,410 106357 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-154064319", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-389106943", "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd7d281f-dd0a-43d1-b9d2-6142f6a56513', 'content-length': '779', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd7d281f-dd0a-43d1-b9d2-6142f6a56513', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/volume/v3/volumes'}
Body: b'{"volume": {"id": "6aff7209-f098-4d48-879e-37a61c578cb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:25:37.356710", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-154064319", "description": null, "volume_type": "tempest-scenario-type-luks2-389106943", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}], "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 15:25:37,456 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0 0.040s
2026-05-28 15:25:37,456 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb88909-241d-403f-b3d2-d4d90e1790cd', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb88909-241d-403f-b3d2-d4d90e1790cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0'}
Body: b'{"volume": {"id": "6aff7209-f098-4d48-879e-37a61c578cb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:25:37.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-154064319", "description": null, "volume_type": "tempest-scenario-type-luks2-389106943", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}], "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ec913273a57454b859e7134db23d685"}}'
2026-05-28 15:25:38,488 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0 0.025s
2026-05-28 15:25:38,488 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac70b780-bfcc-496e-8c74-1930fc1654c1', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac70b780-bfcc-496e-8c74-1930fc1654c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0'}
Body: b'{"volume": {"id": "6aff7209-f098-4d48-879e-37a61c578cb0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:25:37.000000", "updated_at": "2026-05-28T15:25:38.000000", "name": "tempest-TestVolumeBootPattern-volume-154064319", "description": null, "volume_type": "tempest-scenario-type-luks2-389106943", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}], "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ec913273a57454b859e7134db23d685"}}'
2026-05-28 15:25:38,493 106357 INFO [tempest.common.waiters] volume 6aff7209-f098-4d48-879e-37a61c578cb0 reached available after waiting for 1.493511 seconds
2026-05-28 15:25:38,515 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0 0.022s
2026-05-28 15:25:38,515 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f88bea-621c-4486-b80c-c72dbeea2e90', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9f88bea-621c-4486-b80c-c72dbeea2e90', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0'}
Body: b'{"volume": {"id": "6aff7209-f098-4d48-879e-37a61c578cb0", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:25:37.000000", "updated_at": "2026-05-28T15:25:38.000000", "name": "tempest-TestVolumeBootPattern-volume-154064319", "description": null, "volume_type": "tempest-scenario-type-luks2-389106943", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}], "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ec913273a57454b859e7134db23d685"}}'
2026-05-28 15:25:38,542 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0/action 0.022s
2026-05-28 15:25:38,542 106357 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, 28 May 2026 15:25:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-cd23507d-a264-4754-a459-a935379a9059', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd23507d-a264-4754-a459-a935379a9059', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0/action'}
Body: b''
2026-05-28 15:25:38,594 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.109/identity/v3/auth/tokens 0.049s
2026-05-28 15:25:38,594 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2936', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-81ac0916-e9ad-41ca-aa7e-c8e1ab13a0d7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.109/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e076e0d0ad204cf5af7a66794cd89dda", "name": "tempest-TestVolumeBootPattern-637347794-project-member", "password_expires_at": null}, "audit_ids": ["PyH8jE20Rp-n6UOs2DTqvQ"], "expires_at": "2026-05-28T16:25:38.000000Z", "issued_at": "2026-05-28T15:25:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ec913273a57454b859e7134db23d685", "name": "tempest-TestVolumeBootPattern-637347794"}, "is_domain": false, "roles": [{"id": "ee0c43bd539440e2bf83b5bc412b21c3", "name": "reader"}, {"id": "827637a37e044cfb810b02ed0589d8b2", "name": "member"}], "catalog": [{"endpoints": [{"id": "43a2fd23e55e48a588d7a8e83cec39ff", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/networking", "region": "RegionOne"}], "id": "0ed5f1ba384f48e4a8629aea6263e796", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5683f438d4064edc80650e06cf3cfe3e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109:8080/v1/AUTH_6ec913273a57454b859e7134db23d685", "region": "RegionOne"}, {"id": "c1534e81e5974ecbb114072f6535b324", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.109:8080", "region": "RegionOne"}], "id": "254e0cf59dcd4a969a3a548deaf1efb8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "75e343e383194e17bf7ba9142f8143a2", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/placement", "region": "RegionOne"}], "id": "279c52005b3b4253beacd433de0eeaed", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "369359f72dc94766a06b1dee95a60f5d", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/volume/v3", "region": "RegionOne"}], "id": "34b6ff02a18941c9a1f26e22016e0c47", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "4984a3461b494b5a807b7cb3b2bcf9bb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/compute/v2.1", "region": "RegionOne"}], "id": "563f108c37fa49518c453e6c4e4f8879", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "9a7921864cbe463099fa84c7e81db6ad", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/compute/v2/6ec913273a57454b859e7134db23d685", "region": "RegionOne"}], "id": "7ad4dbcba52c491abb13da45cf555e16", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "2a5b7d2b55d74571866afe4e3958f921", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/identity", "region": "RegionOne"}], "id": "d714c1c90f7e4869862ff472538be95e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "30131faf6b2a4c5e80107e58c57c988c", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.109/image", "region": "RegionOne"}], "id": "f1a437f37d8d4360bf93fb671768e605", "type": "image", "name": "glance"}]}}'
2026-05-28 15:25:38,595 106357 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '2e147347-201e-4565-8cd8-bc197868fda4', 'name': 'tempest-TestVolumeBootPattern-1768576942-network', 'tenant_id': '6ec913273a57454b859e7134db23d685', 'project_id': '6ec913273a57454b859e7134db23d685', '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': 61811, '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-05-28T15:24:52Z', 'updated_at': '2026-05-28T15:24:52Z', 'revision_number': 1} available for tenant
2026-05-28 15:25:39,178 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.109/compute/v2.1/servers 0.583s
2026-05-28 15:25:39,178 106357 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-143187588", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "6aff7209-f098-4d48-879e-37a61c578cb0", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "2e147347-201e-4565-8cd8-bc197868fda4"}]}}
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9', '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-cee7a94b-1ca3-4ba5-b4fd-060136d6af4f', 'x-compute-request-id': 'req-cee7a94b-1ca3-4ba5-b4fd-060136d6af4f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/compute/v2.1/servers'}
Body: b'{"server": {"id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "PS2BiUKP8VUa"}}'
2026-05-28 15:25:39,251 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.071s
2026-05-28 15:25:39,251 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1054', '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-a3450dae-cdc9-4647-9719-7b93d343fedb', 'x-compute-request-id': 'req-a3450dae-cdc9-4647-9719-7b93d343fedb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:39Z", "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-05-28 15:25:40,359 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.101s
2026-05-28 15:25:40,359 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1104', '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-d4c2a178-89da-4aec-b698-6469528b5675', 'x-compute-request-id': 'req-d4c2a178-89da-4aec-b698-6469528b5675', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:40Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:41,461 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.097s
2026-05-28 15:25:41,462 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', '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-f348f9a5-94f9-4814-92ba-5845fbbdd848', 'x-compute-request-id': 'req-f348f9a5-94f9-4814-92ba-5845fbbdd848', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:40Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:41,470 106357 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-28 15:25:42,558 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.088s
2026-05-28 15:25:42,558 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', '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-cbb9e309-88e7-4d5c-af0c-967b0be396f3', 'x-compute-request-id': 'req-cbb9e309-88e7-4d5c-af0c-967b0be396f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:40Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:43,655 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.090s
2026-05-28 15:25:43,655 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', '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-a53af4af-4e8d-450e-8191-9591eeac9fe4', 'x-compute-request-id': 'req-a53af4af-4e8d-450e-8191-9591eeac9fe4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:43Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:44,759 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.098s
2026-05-28 15:25:44,759 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', '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-c87da132-e0d8-4bab-ac5f-617f9c92bcec', 'x-compute-request-id': 'req-c87da132-e0d8-4bab-ac5f-617f9c92bcec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:43Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:45,851 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.086s
2026-05-28 15:25:45,851 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', '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-61a5b7a3-13c1-476a-9e1d-a383ec07a2b3', 'x-compute-request-id': 'req-61a5b7a3-13c1-476a-9e1d-a383ec07a2b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:43Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:47,097 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.239s
2026-05-28 15:25:47,097 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1202', '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-64b62864-5a7d-41c0-8be6-1977580944e5', 'x-compute-request-id': 'req-64b62864-5a7d-41c0-8be6-1977580944e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:46Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:47,102 106357 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 8 second wait
2026-05-28 15:25:48,294 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.191s
2026-05-28 15:25:48,294 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', '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-2ce3eb24-2776-4aae-897d-e146f74531ce', 'x-compute-request-id': 'req-2ce3eb24-2776-4aae-897d-e146f74531ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:47Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:48,303 106357 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 9 second wait
2026-05-28 15:25:49,550 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.247s
2026-05-28 15:25:49,550 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', '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-5b5cdedd-55bb-457e-b77a-54a1ebf89363', 'x-compute-request-id': 'req-5b5cdedd-55bb-457e-b77a-54a1ebf89363', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:47Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:50,839 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.277s
2026-05-28 15:25:50,839 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:50 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-7a33d2ec-3714-4e42-8843-bb5005484645', 'x-compute-request-id': 'req-7a33d2ec-3714-4e42-8843-bb5005484645', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:50,845 106357 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 11 second wait
2026-05-28 15:25:52,153 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.307s
2026-05-28 15:25:52,154 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:51 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-8a82dae4-3cb7-4a4a-96ba-304e55dca911', 'x-compute-request-id': 'req-8a82dae4-3cb7-4a4a-96ba-304e55dca911', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:53,377 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.214s
2026-05-28 15:25:53,377 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:53 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-0904aa67-2721-447c-9058-99d276382fb6', 'x-compute-request-id': 'req-0904aa67-2721-447c-9058-99d276382fb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:54,629 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.246s
2026-05-28 15:25:54,630 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:54 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-1ec298f1-f40c-471f-a343-59c7cbedfc14', 'x-compute-request-id': 'req-1ec298f1-f40c-471f-a343-59c7cbedfc14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:55,801 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.164s
2026-05-28 15:25:55,802 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:55 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-24760388-b800-412a-be4c-14f9b32233d5', 'x-compute-request-id': 'req-24760388-b800-412a-be4c-14f9b32233d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:57,022 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.208s
2026-05-28 15:25:57,022 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:56 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-5e7de787-6bdd-4a1c-87ff-08c7facef64c', 'x-compute-request-id': 'req-5e7de787-6bdd-4a1c-87ff-08c7facef64c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:25:58,327 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.298s
2026-05-28 15:25:58,328 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:58 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-4820aab6-57e9-400b-badf-d0f58c734cae', 'x-compute-request-id': 'req-4820aab6-57e9-400b-badf-d0f58c734cae', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:00,209 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.873s
2026-05-28 15:26:00,209 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:25:59 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-3ddd0f74-e58f-4273-84a2-4119007a393f', 'x-compute-request-id': 'req-3ddd0f74-e58f-4273-84a2-4119007a393f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:01,428 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.208s
2026-05-28 15:26:01,429 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:01 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-7708c7f4-000d-46c3-bfbb-221a64e16b28', 'x-compute-request-id': 'req-7708c7f4-000d-46c3-bfbb-221a64e16b28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:02,829 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.394s
2026-05-28 15:26:02,834 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:02 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-93d57c34-be0d-41e4-8fa6-358b2aa0ec09', 'x-compute-request-id': 'req-93d57c34-be0d-41e4-8fa6-358b2aa0ec09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:04,431 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.590s
2026-05-28 15:26:04,431 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:03 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-8d131ea5-61b0-4bb3-8743-f2b59feb7f18', 'x-compute-request-id': 'req-8d131ea5-61b0-4bb3-8743-f2b59feb7f18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:05,626 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.187s
2026-05-28 15:26:05,627 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:05 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-fa2217dc-458a-4586-8ce5-1e946fe73ece', 'x-compute-request-id': 'req-fa2217dc-458a-4586-8ce5-1e946fe73ece', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:06,844 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.210s
2026-05-28 15:26:06,845 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:06 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-9e5ff767-dd12-4f3c-ad5e-424d0205bc0b', 'x-compute-request-id': 'req-9e5ff767-dd12-4f3c-ad5e-424d0205bc0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:25:50Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:08,081 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.230s
2026-05-28 15:26:08,081 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:07 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-834af5e0-3921-402d-9a38-453aa9242f11', 'x-compute-request-id': 'req-834af5e0-3921-402d-9a38-453aa9242f11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "6e53ef0c9b8372252f89b03d9ddab7249a7cc09e10b2dc794f24c39e", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:26:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:09,260 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.174s
2026-05-28 15:26:09,260 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1144', '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-e96c2cf3-0cc0-430d-a411-1ba82cddeb68', 'x-compute-request-id': 'req-e96c2cf3-0cc0-430d-a411-1ba82cddeb68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:26:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:10,603 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.335s
2026-05-28 15:26:10,604 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1144', '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-8d93eff5-15fd-4ca9-8aac-524487c83e6b', 'x-compute-request-id': 'req-8d93eff5-15fd-4ca9-8aac-524487c83e6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:26:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:11,722 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.113s
2026-05-28 15:26:11,723 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:11 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-0ecca724-5ab0-4dde-85c9-4a30b00458b4', 'x-compute-request-id': 'req-0ecca724-5ab0-4dde-85c9-4a30b00458b4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:26:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:12,848 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.117s
2026-05-28 15:26:12,848 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:12 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-a8527dc3-a033-4f81-8a81-37148bcaeb32', 'x-compute-request-id': 'req-a8527dc3-a033-4f81-8a81-37148bcaeb32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "BUILD", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:26:12Z", "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:12,855 106357 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 33 second wait
2026-05-28 15:26:13,991 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.135s
2026-05-28 15:26:13,991 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', '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-d8ea915f-ab64-49a4-aea1-3d940917691e', 'x-compute-request-id': 'req-d8ea915f-ab64-49a4-aea1-3d940917691e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T15:25:39Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.109/compute/flavors/42"}]}, "hostId": "", "id": "86646e59-cc28-4452-8f03-6a4b1c53a9a9", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}, {"rel": "bookmark", "href": "https://10.4.3.109/compute/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-143187588", "status": "ERROR", "tenant_id": "6ec913273a57454b859e7134db23d685", "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "updated": "2026-05-28T15:26:13Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T15:26:13Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 86646e59-cc28-4452-8f03-6a4b1c53a9a9."}, "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": "6aff7209-f098-4d48-879e-37a61c578cb0"}]}}'
2026-05-28 15:26:13,997 106357 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 34 second wait
2026-05-28 15:26:14,773 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 204 DELETE https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.772s
2026-05-28 15:26:14,773 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:14 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-46bbd593-06fe-4cd2-926e-a00fdb0832ce', 'x-compute-request-id': 'req-46bbd593-06fe-4cd2-926e-a00fdb0832ce', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b''
2026-05-28 15:26:14,808 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 404 GET https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9 0.034s
2026-05-28 15:26:14,808 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-e9d0bf1d-6d74-4a2d-a0de-c978514e3066', 'x-compute-request-id': 'req-e9d0bf1d-6d74-4a2d-a0de-c978514e3066', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.109/compute/v2.1/servers/86646e59-cc28-4452-8f03-6a4b1c53a9a9'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 86646e59-cc28-4452-8f03-6a4b1c53a9a9 could not be found."}}'
2026-05-28 15:26:14,922 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0 0.110s
2026-05-28 15:26:14,922 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:14 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-6f595b3d-e872-4537-9b87-8b8e5596cefa', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0'}
Body: b''
2026-05-28 15:26:14,972 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0 0.049s
2026-05-28 15:26:14,972 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c49751bb-f8ea-40f0-823e-0b157db9259e', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c49751bb-f8ea-40f0-823e-0b157db9259e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0'}
Body: b'{"volume": {"id": "6aff7209-f098-4d48-879e-37a61c578cb0", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:25:37.000000", "updated_at": "2026-05-28T15:26:15.000000", "name": "tempest-TestVolumeBootPattern-volume-154064319", "description": null, "volume_type": "tempest-scenario-type-luks2-389106943", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/6aff7209-f098-4d48-879e-37a61c578cb0"}], "user_id": "e076e0d0ad204cf5af7a66794cd89dda", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ec913273a57454b859e7134db23d685"}}'
2026-05-28 15:26:15,995 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0 0.017s
2026-05-28 15:26:15,995 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:15 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-14a42487-c616-4408-8a72-e1c6fc223cdf', 'x-openstack-request-id': 'req-14a42487-c616-4408-8a72-e1c6fc223cdf', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.109/volume/v3/volumes/6aff7209-f098-4d48-879e-37a61c578cb0'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6aff7209-f098-4d48-879e-37a61c578cb0 could not be found."}}'
2026-05-28 15:26:16,063 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.109/volume/v3/volumes/detail?all_tenants=1 0.068s
2026-05-28 15:26:16,064 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35607cf7-12cb-44e6-8ad3-c5cbe9d35757', 'content-length': '7214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35607cf7-12cb-44e6-8ad3-c5cbe9d35757', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.109/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "fb9fc426-f89b-4fbf-8a78-6378e23dbfee", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:25:43.000000", "updated_at": "2026-05-28T15:25:58.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-2137284694", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/fb9fc426-f89b-4fbf-8a78-6378e23dbfee"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/fb9fc426-f89b-4fbf-8a78-6378e23dbfee"}], "user_id": "40fd04e7203248b4a7716f8ea196d486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "91a03a5aefc646a7943187a8683ee505", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001646@storpool#template_virtual"}, {"id": "e8e6a52a-1b4b-4538-88c2-4d3619a1a9bd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:25:05.000000", "updated_at": "2026-05-28T15:26:12.000000", "name": "tempest-TestStampPattern-volume-1581072036", "description": null, "volume_type": "storpool", "snapshot_id": "65cdc579-1aad-4074-a73d-ded07c57f836", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/e8e6a52a-1b4b-4538-88c2-4d3619a1a9bd"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/e8e6a52a-1b4b-4538-88c2-4d3619a1a9bd"}], "user_id": "b31ba8d6fb3b4071aa66c8b5e99c1652", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "9d5f65b6d0f745e582d05a4ca272ca68", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001646@storpool#default"}, {"id": "e329cc46-3963-47ec-9691-3387217f142d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:23:47.000000", "updated_at": "2026-05-28T15:24:55.000000", "name": "tempest-TestStampPattern-volume-2024631495", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/e329cc46-3963-47ec-9691-3387217f142d"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/e329cc46-3963-47ec-9691-3387217f142d"}], "user_id": "b31ba8d6fb3b4071aa66c8b5e99c1652", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "9d5f65b6d0f745e582d05a4ca272ca68", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001646@storpool#default"}, {"id": "28f1d161-84a1-4954-a208-4a714bed6356", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T15:23:22.000000", "updated_at": "2026-05-28T15:24:37.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-842790464", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.109/volume/v3/volumes/28f1d161-84a1-4954-a208-4a714bed6356"}, {"rel": "bookmark", "href": "https://10.4.3.109/volume/volumes/28f1d161-84a1-4954-a208-4a714bed6356"}], "user_id": "40fd04e7203248b4a7716f8ea196d486", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "91a03a5aefc646a7943187a8683ee505", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001646@storpool#template_virtual"}, {"id": "d83ba94a-dab7-43c9-8542-f3
2026-05-28 15:26:16,143 106357 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.109/volume/v3/types/8da99876-1652-4b07-8536-6722ad622558 0.071s
2026-05-28 15:26:16,143 106357 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 15:26:16 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-7d8cb8fb-2a57-442d-bf3a-92e90b146c8e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.109/volume/v3/types/8da99876-1652-4b07-8536-6722ad622558'}
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 271, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, 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 86646e59-cc28-4452-8f03-6a4b1c53a9a9 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-28T15:26:13Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 86646e59-cc28-4452-8f03-6a4b1c53a9a9.'}. Request ID of server operation performed before checking the server status req-cee7a94b-1ca3-4ba5-b4fd-060136d6af4f.
|
||||||
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)
|
||||||
VolumeTypesReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt19.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 1 | 0 | 0 | 0 | 1 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 1 | 0 | 0 | 0 | 1 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiattachTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt24.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt24.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt26.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt27.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt28.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt32.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
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 | ||