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-31 00:17:50,928 106770 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1909377474 on backend None
2026-05-31 00:17:50,954 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.86/volume/v3/types 0.026s
2026-05-31 00:17:50,954 106770 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-1909377474", "extra_specs": {}}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b950a203-464a-492f-8547-fce429991608', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b950a203-464a-492f-8547-fce429991608', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/types'}
Body: b'{"volume_type": {"id": "a4aab19c-4bf0-4b26-ac9b-1d2f0f97c456", "name": "tempest-scenario-type-luksv2-1909377474", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-31 00:17:50,955 106770 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: a4aab19c-4bf0-4b26-ac9b-1d2f0f97c456
2026-05-31 00:17:50,986 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.86/volume/v3/types/a4aab19c-4bf0-4b26-ac9b-1d2f0f97c456/encryption 0.030s
2026-05-31 00:17:50,986 106770 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': 'Sun, 31 May 2026 00:17:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23537971-aa17-4493-9a63-d54e6705ada5', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23537971-aa17-4493-9a63-d54e6705ada5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/types/a4aab19c-4bf0-4b26-ac9b-1d2f0f97c456/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "a4aab19c-4bf0-4b26-ac9b-1d2f0f97c456", "encryption_id": "b768e289-15a9-4163-8996-ece00a2f5fa8"}}'
2026-05-31 00:17:51,162 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.86/volume/v3/volumes 0.175s
2026-05-31 00:17:51,162 106770 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-1300264832", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "size": 1}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30736d4a-f8df-4ec2-8f19-98fb7484d69f', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30736d4a-f8df-4ec2-8f19-98fb7484d69f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/volume/v3/volumes'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.108889", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-31 00:17:51,260 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.86/identity/v3/auth/tokens 0.091s
2026-05-31 00:17:51,260 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2939', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-141698df-6a9a-45b4-8457-dcf561a68a7a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.86/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "78ca89e19ce14699b285f8a34f538eab", "name": "tempest-TestEncryptedCinderVolumes-1561554313-project-member", "password_expires_at": null}, "audit_ids": ["XNzrK51NQnC4G7bS1S5DcQ"], "expires_at": "2026-05-31T01:17:51.000000Z", "issued_at": "2026-05-31T00:17:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "45f6e2b6ca98418698e165bfddedc543", "name": "tempest-TestEncryptedCinderVolumes-1561554313"}, "is_domain": false, "roles": [{"id": "1efc7bc99e93448280e515322b74fd55", "name": "reader"}, {"id": "8496c70040db493f88f6105c5b1f31ea", "name": "member"}], "catalog": [{"endpoints": [{"id": "86222e6b4a0e4617b89e35a05164c8d9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/networking", "region": "RegionOne"}], "id": "3470af2ead1a41bfac59dfd048b4b9d8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "221d8042030041c890bae766288e0cf9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/compute/v2.1", "region": "RegionOne"}], "id": "4af4302410d24738b4c428a134709fe4", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "286b796b20ff4b78955f1174a3ff183e", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.86:8080", "region": "RegionOne"}, {"id": "5da6452994224fde94a354ec92f4e1fa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86:8080/v1/AUTH_45f6e2b6ca98418698e165bfddedc543", "region": "RegionOne"}], "id": "5175aa7ec5ae41bebb0964ea6a7e368e", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a1672cd55fc544509fa313c16aacfa23", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/volume/v3", "region": "RegionOne"}], "id": "8519fda11d534a38837ec7bc352b6f9e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "33e197885da241af995a40224ef44fd5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/compute/v2/45f6e2b6ca98418698e165bfddedc543", "region": "RegionOne"}], "id": "982e0a661f3d4cc790061e76d099aa45", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "071f55ff218e40abad474194969303d6", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/placement", "region": "RegionOne"}], "id": "b5d07cf2e68340cd9499b4a65d93bed3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ef1c9724fa764014a584869e04d502ef", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/image", "region": "RegionOne"}], "id": "be4246f05224427b867474f75e072140", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f4405177a91a4332bebff68d29fab621", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/identity", "region": "RegionOne"}], "id": "e8edd86618f94c67b45414a613c17429", "type": "identity", "name": "keystone"}]}}'
2026-05-31 00:17:51,260 106770 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '7a182a8e-8cdc-4d51-b18a-bc832ccaccd5', 'name': 'tempest-TestEncryptedCinderVolumes-679221417-network', 'tenant_id': '45f6e2b6ca98418698e165bfddedc543', 'project_id': '45f6e2b6ca98418698e165bfddedc543', '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': 38752, '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-31T00:15:00Z', 'updated_at': '2026-05-31T00:15:00Z', 'revision_number': 1} available for tenant
2026-05-31 00:17:51,262 106770 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-31 00:17:51,262 106770 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-31 00:17:51,324 106770 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.86/compute/v2.1/os-keypairs 0.061s
2026-05-31 00:17:51,324 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1010950618", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfjk7PUpUzt5Htvc4mAdNiYnlcXhZ478TO4rO2KZhZ+RBOm0uIdoYoF7YXFSALhYjZKFwUlSqpkfMt6y0tKhp6tzj0xqHV2pLB6nhIsm2d5athepOhvOXFSDXQGWv3NNw=="}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97a70d84-fdd3-4c43-8ee2-047442f3f20e', 'x-compute-request-id': 'req-97a70d84-fdd3-4c43-8ee2-047442f3f20e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1010950618", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfjk7PUpUzt5Htvc4mAdNiYnlcXhZ478TO4rO2KZhZ+RBOm0uIdoYoF7YXFSALhYjZKFwUlSqpkfMt6y0tKhp6tzj0xqHV2pLB6nhIsm2d5athepOhvOXFSDXQGWv3NNw==", "fingerprint": "73:43:41:19:5e:f6:81:31:25:da:e7:a3:28:c1:f9:d3", "user_id": "78ca89e19ce14699b285f8a34f538eab"}}'
2026-05-31 00:17:51,325 106770 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1010950618 created
2026-05-31 00:17:51,727 106770 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.86/networking/v2.0/security-groups 0.401s
2026-05-31 00:17:51,727 106770 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--366320594", "description": "tempest-description--359970658"}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-4972eaec-1878-4cc7-ab1d-a1f0ea29e04a', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.86/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "3957be0e-f7e0-4629-ab3e-66f072f59b6f", "name": "tempest-securitygroup--366320594", "stateful": true, "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "project_id": "45f6e2b6ca98418698e165bfddedc543", "description": "tempest-description--359970658", "shared": false, "security_group_rules": [{"id": "48ccdc35-16fa-46a0-b6cf-01ffd30d3be9", "project_id": "45f6e2b6ca98418698e165bfddedc543", "security_group_id": "3957be0e-f7e0-4629-ab3e-66f072f59b6f", "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": 1095, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-31T00:17:51Z", "updated_at": "2026-05-31T00:17:51Z", "revision_number": 0, "tenant_id": "45f6e2b6ca98418698e165bfddedc543"}, {"id": "91010995-bf5b-4878-95da-b210694d1bf9", "project_id": "45f6e2b6ca98418698e165bfddedc543", "security_group_id": "3957be0e-f7e0-4629-ab3e-66f072f59b6f", "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": 1094, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-31T00:17:51Z", "updated_at": "2026-05-31T00:17:51Z", "revision_number": 0, "tenant_id": "45f6e2b6ca98418698e165bfddedc543"}], "tags": [], "created_at": "2026-05-31T00:17:51Z", "updated_at": "2026-05-31T00:17:51Z", "revision_number": 1}}'
2026-05-31 00:17:52,042 106770 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.86/networking/v2.0/security-group-rules 0.315s
2026-05-31 00:17:52,043 106770 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": "3957be0e-f7e0-4629-ab3e-66f072f59b6f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b6d68722-9ade-4954-9db3-cc296f729c6f', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.86/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ee714709-6b7c-489c-bbc7-08bf8fbd9e5e", "project_id": "45f6e2b6ca98418698e165bfddedc543", "security_group_id": "3957be0e-f7e0-4629-ab3e-66f072f59b6f", "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-31T00:17:51Z", "updated_at": "2026-05-31T00:17:51Z", "revision_number": 0, "tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:17:52,265 106770 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.86/networking/v2.0/security-group-rules 0.222s
2026-05-31 00:17:52,265 106770 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": "3957be0e-f7e0-4629-ab3e-66f072f59b6f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a29fd584-70d1-43b2-bd8c-cef3d85f66b7', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.86/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ed8c6b93-2fb3-4c71-9b87-819e8760a715", "project_id": "45f6e2b6ca98418698e165bfddedc543", "security_group_id": "3957be0e-f7e0-4629-ab3e-66f072f59b6f", "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-31T00:17:52Z", "updated_at": "2026-05-31T00:17:52Z", "revision_number": 0, "tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:17:52,265 106770 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--366320594 created
2026-05-31 00:17:53,166 106770 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.86/networking/v2.0/floatingips 0.900s
2026-05-31 00:17:53,166 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "0755821f-66ac-4146-a350-d3e4fad828bc"}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-ff9f4ae2-eb09-4292-8306-f06cbe2abbd5', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.86/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "2258703c-ea59-4d69-abac-c143ab5a6c13", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "project_id": "45f6e2b6ca98418698e165bfddedc543", "floating_ip_address": "172.24.5.86", "floating_network_id": "0755821f-66ac-4146-a350-d3e4fad828bc", "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-31T00:17:52Z", "updated_at": "2026-05-31T00:17:52Z", "revision_number": 0}}'
2026-05-31 00:17:53,166 106770 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2258703c-ea59-4d69-abac-c143ab5a6c13', 'tenant_id': '45f6e2b6ca98418698e165bfddedc543', 'project_id': '45f6e2b6ca98418698e165bfddedc543', 'floating_ip_address': '172.24.5.86', 'floating_network_id': '0755821f-66ac-4146-a350-d3e4fad828bc', '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-31T00:17:52Z', 'updated_at': '2026-05-31T00:17:52Z', 'revision_number': 0, 'ip': '172.24.5.86'} created
2026-05-31 00:17:53,166 106770 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1010950618', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPfjk7PUpUzt5Htvc4mAdNiYnlcXhZ478TO4rO2KZhZ+RBOm0uIdoYoF7YXFSALhYjZKFwUlSqpkfMt6y0tKhp6tzj0xqHV2pLB6nhIsm2d5athepOhvOXFSDXQGWv3NNw==', 'fingerprint': '73:43:41:19:5e:f6:81:31:25:da:e7:a3:28:c1:f9:d3', 'user_id': '78ca89e19ce14699b285f8a34f538eab', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDClXY0IwTTyVWBIz5cZe2O6rguHAOjyu/f9TgdhDmkjF7DcbnAj4r6p\nNh3dtnT0gU+gBwYFK4EEACKhZANiAAT345Oz1KVM7eR7b3OJgHTYmJ5XF4WeO/Ez\nuKztimYWfkQTptLiHaGKBe2FxUgC4WI2ShcFJUqqZHzLestLSoaerc49Mah1dqSw\nep4SLJtneWrYXqTobzlxUg10Blr9zTc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3957be0e-f7e0-4629-ab3e-66f072f59b6f', 'name': 'tempest-securitygroup--366320594', 'stateful': True, 'tenant_id': '45f6e2b6ca98418698e165bfddedc543', 'project_id': '45f6e2b6ca98418698e165bfddedc543', 'description': 'tempest-description--359970658', 'shared': False, 'security_group_rules': [{'id': '48ccdc35-16fa-46a0-b6cf-01ffd30d3be9', 'project_id': '45f6e2b6ca98418698e165bfddedc543', 'security_group_id': '3957be0e-f7e0-4629-ab3e-66f072f59b6f', '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': 1095, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-31T00:17:51Z', 'updated_at': '2026-05-31T00:17:51Z', 'revision_number': 0, 'tenant_id': '45f6e2b6ca98418698e165bfddedc543'}, {'id': '91010995-bf5b-4878-95da-b210694d1bf9', 'project_id': '45f6e2b6ca98418698e165bfddedc543', 'security_group_id': '3957be0e-f7e0-4629-ab3e-66f072f59b6f', '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': 1094, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-31T00:17:51Z', 'updated_at': '2026-05-31T00:17:51Z', 'revision_number': 0, 'tenant_id': '45f6e2b6ca98418698e165bfddedc543'}], 'tags': [], 'created_at': '2026-05-31T00:17:51Z', 'updated_at': '2026-05-31T00:17:51Z', 'revision_number': 1}, 'floating_ip': {'id': '2258703c-ea59-4d69-abac-c143ab5a6c13', 'tenant_id': '45f6e2b6ca98418698e165bfddedc543', 'project_id': '45f6e2b6ca98418698e165bfddedc543', 'floating_ip_address': '172.24.5.86', 'floating_network_id': '0755821f-66ac-4146-a350-d3e4fad828bc', '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-31T00:17:52Z', 'updated_at': '2026-05-31T00:17:52Z', 'revision_number': 0, 'ip': '172.24.5.86'}}
2026-05-31 00:17:53,825 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.86/compute/v2.1/servers 0.658s
2026-05-31 00:17:53,825 106770 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-1078127087", "imageRef": "e6f8b312-6449-46c4-bd77-4d1974ada497", "flavorRef": "42", "networks": [{"uuid": "7a182a8e-8cdc-4d51-b18a-bc832ccaccd5"}], "security_groups": [{"name": "tempest-securitygroup--366320594"}], "key_name": "tempest-keypair-1010950618", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1', '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-e5821fbc-e31c-4002-bfcb-011926a289eb', 'x-compute-request-id': 'req-e5821fbc-e31c-4002-bfcb-011926a289eb', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/compute/v2.1/servers'}
Body: b'{"server": {"id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--366320594"}], "adminPass": "wH9U2GY9j3jd"}}'
2026-05-31 00:17:53,914 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.087s
2026-05-31 00:17:53,914 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6816783e-d624-4384-9c08-d2ce25fd6108', 'x-compute-request-id': 'req-6816783e-d624-4384-9c08-d2ce25fd6108', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:54Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:17:53Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1010950618", "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-31 00:17:55,019 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.094s
2026-05-31 00:17:55,019 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1242', '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-603271fc-736c-4385-b3fd-8f4624860e82', 'x-compute-request-id': 'req-603271fc-736c-4385-b3fd-8f4624860e82', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:17:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "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-31 00:17:56,131 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.106s
2026-05-31 00:17:56,131 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ad344ac-8020-4cc2-b32d-c86f81604c27', 'x-compute-request-id': 'req-9ad344ac-8020-4cc2-b32d-c86f81604c27', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:17:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "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-31 00:17:56,136 106770 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-05-31 00:17:57,225 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.089s
2026-05-31 00:17:57,226 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dab4ae3-64d3-4eff-b6ee-bc5e9e66196b', 'x-compute-request-id': 'req-4dab4ae3-64d3-4eff-b6ee-bc5e9e66196b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:17:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "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-31 00:17:58,800 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.568s
2026-05-31 00:17:58,800 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1298', '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-a7280eb8-b154-47a0-8f55-d1f01641d6b3', 'x-compute-request-id': 'req-a7280eb8-b154-47a0-8f55-d1f01641d6b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:17:58Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "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-31 00:17:58,805 106770 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-31 00:18:00,012 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.206s
2026-05-31 00:18:00,012 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:17:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1375', '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-193c5e37-4709-4a9e-857b-b21174cd92ef', 'x-compute-request-id': 'req-193c5e37-4709-4a9e-857b-b21174cd92ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:17:59Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:00,018 106770 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 7 second wait
2026-05-31 00:18:01,232 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.214s
2026-05-31 00:18:01,233 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56db5bb4-abc8-47b4-9793-5dbc1060eccf', 'x-compute-request-id': 'req-56db5bb4-abc8-47b4-9793-5dbc1060eccf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:01,238 106770 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-05-31 00:18:02,816 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.576s
2026-05-31 00:18:02,816 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2e86399-c61c-4b53-a79d-7d6af27341df', 'x-compute-request-id': 'req-f2e86399-c61c-4b53-a79d-7d6af27341df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:04,025 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.203s
2026-05-31 00:18:04,025 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-578fb204-bbe6-44ad-af1a-cbce85bc881c', 'x-compute-request-id': 'req-578fb204-bbe6-44ad-af1a-cbce85bc881c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:05,274 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.241s
2026-05-31 00:18:05,274 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb67ebde-f433-42ef-8c71-d3756dd018fa', 'x-compute-request-id': 'req-bb67ebde-f433-42ef-8c71-d3756dd018fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:06,485 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.201s
2026-05-31 00:18:06,485 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33e4bcee-e6e2-4046-b399-18bda0d8d878', 'x-compute-request-id': 'req-33e4bcee-e6e2-4046-b399-18bda0d8d878', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:07,759 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.268s
2026-05-31 00:18:07,759 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf63bc07-a647-4f1c-bd0f-221b0f983071', 'x-compute-request-id': 'req-bf63bc07-a647-4f1c-bd0f-221b0f983071', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:08,992 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.223s
2026-05-31 00:18:08,993 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9405c447-a49b-4499-89e5-0c765357e974', 'x-compute-request-id': 'req-9405c447-a49b-4499-89e5-0c765357e974', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:10,140 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.141s
2026-05-31 00:18:10,140 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce7a1b18-7c2b-4720-b170-73476c4f8dcb', 'x-compute-request-id': 'req-ce7a1b18-7c2b-4720-b170-73476c4f8dcb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:11,335 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.187s
2026-05-31 00:18:11,335 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23f3045d-4b1f-4051-9eae-4b2a8bc51f33', 'x-compute-request-id': 'req-23f3045d-4b1f-4051-9eae-4b2a8bc51f33', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "BUILD", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:00Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:12,595 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.254s
2026-05-31 00:18:12,595 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1552', '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-f7f710c3-16a0-4d9b-bbe4-11f606177a18', 'x-compute-request-id': 'req-f7f710c3-16a0-4d9b-bbe4-11f606177a18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-679221417-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}]}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "ACTIVE", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": "2026-05-31T00:18:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:18:12,600 106770 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 19 second wait
2026-05-31 00:18:12,786 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1/os-interface 0.186s
2026-05-31 00:18:12,787 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:12 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-52a7dff3-0d34-42e4-9071-0306c6bff35c', 'x-compute-request-id': 'req-52a7dff3-0d34-42e4-9071-0306c6bff35c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "7a182a8e-8cdc-4d51-b18a-bc832ccaccd5", "port_id": "18c7c3f8-efaf-4c77-adff-bfe67a7a5541", "mac_addr": "fa:16:3e:26:04:56", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "5dfe4e87-c896-4e8f-8d04-a9d2eea13c90", "ip_address": "10.1.0.4"}]}]}'
2026-05-31 00:18:13,354 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.86/networking/v2.0/floatingips/2258703c-ea59-4d69-abac-c143ab5a6c13 0.565s
2026-05-31 00:18:13,354 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "18c7c3f8-efaf-4c77-adff-bfe67a7a5541"}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-f025bc21-138d-4e70-8fe5-1a15e4f5faf7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/networking/v2.0/floatingips/2258703c-ea59-4d69-abac-c143ab5a6c13'}
Body: b'{"floatingip": {"id": "2258703c-ea59-4d69-abac-c143ab5a6c13", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "project_id": "45f6e2b6ca98418698e165bfddedc543", "floating_ip_address": "172.24.5.86", "floating_network_id": "0755821f-66ac-4146-a350-d3e4fad828bc", "router_id": "d64ce622-77a7-4618-8654-46cc8586520e", "port_id": "18c7c3f8-efaf-4c77-adff-bfe67a7a5541", "fixed_ip_address": "10.1.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7a182a8e-8cdc-4d51-b18a-bc832ccaccd5", "mac_address": "fa:16:3e:26:04:56", "admin_state_up": true, "status": "ACTIVE", "device_id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-31T00:17:52Z", "updated_at": "2026-05-31T00:18:12Z", "revision_number": 1}}'
2026-05-31 00:18:13,354 106770 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.86:22' as 'cirros' with public key authentication
2026-05-31 00:18:49,298 106770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.5.86 ([Errno None] Unable to connect to port 22 on 172.24.5.86). Number attempts: 1. Retry after 2 seconds.
2026-05-31 00:18:51,800 106770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.5.86 ([Errno None] Unable to connect to port 22 on 172.24.5.86). Number attempts: 2. Retry after 3 seconds.
2026-05-31 00:18:55,304 106770 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.24.5.86 ([Errno None] Unable to connect to port 22 on 172.24.5.86). Number attempts: 3. Retry after 4 seconds.
2026-05-31 00:18:59,860 106770 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-31 00:19:00,015 106770 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-31 00:19:00,015 106770 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.86 successfully created
2026-05-31 00:19:00,204 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.188s
2026-05-31 00:19:00,205 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f25e58f8-b961-4a5a-99b4-d549ee1349b0', 'x-compute-request-id': 'req-f25e58f8-b961-4a5a-99b4-d549ee1349b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-679221417-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}, {"version": 4, "addr": "172.24.5.86", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}]}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "ACTIVE", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:18:12Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": "2026-05-31T00:18:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:19:00,231 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:19:00,231 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b841256e-44da-4c05-bbe5-c14daf176425', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b841256e-44da-4c05-bbe5-c14daf176425', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:17:51.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:00,236 106770 INFO [tempest.common.waiters] volume d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 reached available after waiting for 0.236281 seconds
2026-05-31 00:19:00,260 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.024s
2026-05-31 00:19:00,260 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1bb16f7-169a-48b9-9a0e-4af6fbd69fe5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1bb16f7-169a-48b9-9a0e-4af6fbd69fe5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:17:51.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:02,910 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1/os-volume_attachments 2.645s
2026-05-31 00:19:02,910 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:00 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-2e17fd16-c5c2-4412-ba75-ffcb3137432d', 'x-compute-request-id': 'req-2e17fd16-c5c2-4412-ba75-ffcb3137432d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "serverId": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "volumeId": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "device": "/dev/vdb"}}'
2026-05-31 00:19:02,934 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.022s
2026-05-31 00:19:02,934 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b56e631-8398-4832-9625-c9dbec16f7d7', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b56e631-8398-4832-9625-c9dbec16f7d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:02.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:03,971 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:19:03,971 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af2f74c7-20f7-4b8e-a1c3-94f1b171a224', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af2f74c7-20f7-4b8e-a1c3-94f1b171a224', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:05,024 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.046s
2026-05-31 00:19:05,024 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9f50eeb-4c23-404a-a68c-a02583ef3138', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9f50eeb-4c23-404a-a68c-a02583ef3138', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:06,071 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.042s
2026-05-31 00:19:06,073 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b870d76e-83b4-4403-af7d-2a430f35d36d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b870d76e-83b4-4403-af7d-2a430f35d36d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:07,111 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:19:07,111 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d66ee311-4884-4396-9146-4a66c8fba752', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d66ee311-4884-4396-9146-4a66c8fba752', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:08,148 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:19:08,148 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d66909c-b18a-4deb-9c05-06c267f75b2f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d66909c-b18a-4deb-9c05-06c267f75b2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:09,186 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.034s
2026-05-31 00:19:09,187 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3d73a0-918a-49fa-a7a4-2c09b243484a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec3d73a0-918a-49fa-a7a4-2c09b243484a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:10,228 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:19:10,228 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ac6ccdc-a2fb-462a-a6ed-70fbc70ec469', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ac6ccdc-a2fb-462a-a6ed-70fbc70ec469', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:11,270 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.036s
2026-05-31 00:19:11,270 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb06cba-d677-427d-91bf-176c63d0abc8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb06cba-d677-427d-91bf-176c63d0abc8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:12,303 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:19:12,303 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83f8536-b19c-48d5-993a-20870265f38c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83f8536-b19c-48d5-993a-20870265f38c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:13,345 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.037s
2026-05-31 00:19:13,346 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac62d82b-cc65-45b3-85fa-9299f3ff070e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac62d82b-cc65-45b3-85fa-9299f3ff070e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:14,395 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.043s
2026-05-31 00:19:14,395 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-724dd6a8-14fa-43e8-bee0-b4678da2ffff', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-724dd6a8-14fa-43e8-bee0-b4678da2ffff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:15,445 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.044s
2026-05-31 00:19:15,445 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7da4e1a8-e69a-4634-91d4-1839d8b35bc2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7da4e1a8-e69a-4634-91d4-1839d8b35bc2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:16,490 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.037s
2026-05-31 00:19:16,491 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56339e5f-397d-4c91-b059-8717cda5e702', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56339e5f-397d-4c91-b059-8717cda5e702', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:17,537 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.039s
2026-05-31 00:19:17,537 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f556f49a-b7ea-4879-bbec-75e696997039', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f556f49a-b7ea-4879-bbec-75e696997039', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:18,850 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.307s
2026-05-31 00:19:18,851 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5379985c-d007-4d28-b110-a7a7afa3ac98', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5379985c-d007-4d28-b110-a7a7afa3ac98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:19,895 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.036s
2026-05-31 00:19:19,895 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48e1c317-435a-46f9-9649-e2a6886b9309', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48e1c317-435a-46f9-9649-e2a6886b9309', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:20,938 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.036s
2026-05-31 00:19:20,938 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7dbbf2b-7b05-4a39-9016-a81ada1b1916', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7dbbf2b-7b05-4a39-9016-a81ada1b1916', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:21,971 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:19:21,972 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eda7bdc-bda6-4a15-8149-4c5ee3214dd2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eda7bdc-bda6-4a15-8149-4c5ee3214dd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:23,010 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:19:23,011 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d9e6b0-4d57-4d82-a00c-da5efec0bd6f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d9e6b0-4d57-4d82-a00c-da5efec0bd6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:24,049 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:19:24,050 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0e5aa79-a832-464e-9bdd-3f3115de563e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0e5aa79-a832-464e-9bdd-3f3115de563e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:25,081 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:19:25,081 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-606829a4-e09e-48d1-8365-4163ac1aa3dc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-606829a4-e09e-48d1-8365-4163ac1aa3dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:26,119 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:19:26,119 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fec38f4-92b2-4327-87f8-739dad66f715', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fec38f4-92b2-4327-87f8-739dad66f715', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:27,173 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.044s
2026-05-31 00:19:27,173 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-879d3da0-a809-4d24-b614-ec0da91cc783', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-879d3da0-a809-4d24-b614-ec0da91cc783', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:28,208 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:19:28,208 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779e6a8a-2130-4811-8a8d-fe70d26075e1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779e6a8a-2130-4811-8a8d-fe70d26075e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:29,240 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:19:29,240 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3eb37bb-9a8e-40ee-b6fe-b57795939fda', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3eb37bb-9a8e-40ee-b6fe-b57795939fda', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:30,282 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.035s
2026-05-31 00:19:30,282 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea4fdc3e-3659-4824-884b-e1bb748a2ae0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea4fdc3e-3659-4824-884b-e1bb748a2ae0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:31,313 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.022s
2026-05-31 00:19:31,313 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f49eb5f-0fb1-4b75-b20b-4f0e6c3e4178', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f49eb5f-0fb1-4b75-b20b-4f0e6c3e4178', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:32,347 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.023s
2026-05-31 00:19:32,347 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0cf744f-59c5-4374-8de6-67640130087f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0cf744f-59c5-4374-8de6-67640130087f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:33,374 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:19:33,374 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4d0d3d8-b6f7-44da-b42f-08a41d381a88', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4d0d3d8-b6f7-44da-b42f-08a41d381a88', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:34,403 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.023s
2026-05-31 00:19:34,403 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8d2974c-e112-407f-a908-ffce51332c2b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8d2974c-e112-407f-a908-ffce51332c2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:35,436 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:19:35,436 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9840099-dbc7-4cb7-8ad7-1e5602b25606', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9840099-dbc7-4cb7-8ad7-1e5602b25606', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:36,463 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.023s
2026-05-31 00:19:36,464 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-965fa5ec-39cb-4ed5-820c-7f14b8adbcf3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-965fa5ec-39cb-4ed5-820c-7f14b8adbcf3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:37,498 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:19:37,499 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85938f86-03d7-4282-ba6e-c76f0e122e1f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85938f86-03d7-4282-ba6e-c76f0e122e1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:38,534 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:19:38,534 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae49e70-5cd0-4667-9afb-7557941a27cf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae49e70-5cd0-4667-9afb-7557941a27cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:39,569 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:19:39,569 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e2f23ad-1cbe-463b-8b20-1f0b112cd8bf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e2f23ad-1cbe-463b-8b20-1f0b112cd8bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:40,599 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.024s
2026-05-31 00:19:40,600 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7a6ce17-4fdc-4f17-8eb3-c86619e35ed3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7a6ce17-4fdc-4f17-8eb3-c86619e35ed3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:41,630 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:19:41,631 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3b68613-1a5e-44f5-bc3a-f91e4ac6835d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3b68613-1a5e-44f5-bc3a-f91e4ac6835d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:42,668 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:19:42,668 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-284c7680-2485-45f2-96b0-a2cc1f716da5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-284c7680-2485-45f2-96b0-a2cc1f716da5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:43,703 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:19:43,703 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e70b8898-b4f7-4614-8193-6043715d6d85', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e70b8898-b4f7-4614-8193-6043715d6d85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:44,741 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:19:44,741 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a6cee8f-6024-4617-b92c-4beda14cc508', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a6cee8f-6024-4617-b92c-4beda14cc508', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:45,793 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.045s
2026-05-31 00:19:45,793 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01656a8f-2945-448b-9210-e70ba73fad0c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01656a8f-2945-448b-9210-e70ba73fad0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:46,853 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.053s
2026-05-31 00:19:46,853 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f48c65eb-3299-421b-bd2f-c2d9ab3c6b12', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f48c65eb-3299-421b-bd2f-c2d9ab3c6b12', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:47,891 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.033s
2026-05-31 00:19:47,892 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-573c7aab-146e-4385-a482-fd382cb62711', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-573c7aab-146e-4385-a482-fd382cb62711', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:48,924 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:19:48,924 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a173f1fa-7353-446b-a559-33ec567527c1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a173f1fa-7353-446b-a559-33ec567527c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:49,972 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.040s
2026-05-31 00:19:49,972 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57a442b7-9a64-4d50-b50e-ca0322f221d4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57a442b7-9a64-4d50-b50e-ca0322f221d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:51,008 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.031s
2026-05-31 00:19:51,009 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5590fcd-2811-4910-9ffc-1bbc99b30f8f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5590fcd-2811-4910-9ffc-1bbc99b30f8f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:52,041 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:19:52,041 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6bec06e-5cc5-450d-90d4-194f4c19c3f6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6bec06e-5cc5-450d-90d4-194f4c19c3f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:53,101 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.053s
2026-05-31 00:19:53,101 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec68e81-72a9-4464-a19a-70123451e83d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec68e81-72a9-4464-a19a-70123451e83d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:54,143 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.034s
2026-05-31 00:19:54,143 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd366e13-946e-4005-be02-154af56a6765', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd366e13-946e-4005-be02-154af56a6765', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:55,181 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:19:55,181 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fc3c060-da59-4419-96fc-b2db9bd03615', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fc3c060-da59-4419-96fc-b2db9bd03615', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:56,215 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:19:56,215 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d58f9fb8-60ec-444a-85e7-6282a9198b85', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d58f9fb8-60ec-444a-85e7-6282a9198b85', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:57,248 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:19:57,248 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f27e060-428f-4eea-b5d4-7b6e8b920e8d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f27e060-428f-4eea-b5d4-7b6e8b920e8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:58,275 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:19:58,275 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4113813-3651-4fe6-ba47-5217e0ee00f3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4113813-3651-4fe6-ba47-5217e0ee00f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:19:59,316 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.034s
2026-05-31 00:19:59,317 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67b1a816-7631-4452-8d18-2cb2d1b9c252', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67b1a816-7631-4452-8d18-2cb2d1b9c252', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:00,349 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:20:00,349 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-248e2a0e-529a-4e81-a2a6-d437bb11048f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-248e2a0e-529a-4e81-a2a6-d437bb11048f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:01,392 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.038s
2026-05-31 00:20:01,392 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b68ec7f-f254-42cb-bce5-8b58663355c4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b68ec7f-f254-42cb-bce5-8b58663355c4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:02,436 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.038s
2026-05-31 00:20:02,436 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db35f62-450e-420c-8f4c-2b9acb25d555', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db35f62-450e-420c-8f4c-2b9acb25d555', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:03,471 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:20:03,471 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9b1bb08-8c6e-4c96-b6a3-04e1f6970d67', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9b1bb08-8c6e-4c96-b6a3-04e1f6970d67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:04,521 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.043s
2026-05-31 00:20:04,521 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c953e01e-ffba-4b71-b089-24deb6a327b1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c953e01e-ffba-4b71-b089-24deb6a327b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:05,553 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:20:05,553 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3c9f4db-99d5-45e9-9837-86b72023f3e5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3c9f4db-99d5-45e9-9837-86b72023f3e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:06,588 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:20:06,588 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-706389e2-1e3a-422e-b45a-17d8a2a9d4e8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-706389e2-1e3a-422e-b45a-17d8a2a9d4e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:07,623 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:20:07,623 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b6e19b5-6ae5-4090-a0b5-312e833f9d00', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b6e19b5-6ae5-4090-a0b5-312e833f9d00', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:08,659 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:20:08,659 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6194861-8f14-4648-97dd-195dd010fbdd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6194861-8f14-4648-97dd-195dd010fbdd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:09,690 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.024s
2026-05-31 00:20:09,691 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e21d97ab-9327-48ff-abfb-5089d1c2efcb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e21d97ab-9327-48ff-abfb-5089d1c2efcb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:10,810 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.114s
2026-05-31 00:20:10,810 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15f2fc8a-1dad-4cd9-8149-03eed7450cc1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15f2fc8a-1dad-4cd9-8149-03eed7450cc1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:11,855 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.039s
2026-05-31 00:20:11,855 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56aa4ce-da7b-458d-914b-efa2e54ee60c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56aa4ce-da7b-458d-914b-efa2e54ee60c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:12,904 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.043s
2026-05-31 00:20:12,904 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f17eb302-6af5-44b4-a111-ff3c83ac27ad', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f17eb302-6af5-44b4-a111-ff3c83ac27ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:13,937 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:20:13,938 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9defdf1-6c06-4d29-9798-4c50554b9b8c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9defdf1-6c06-4d29-9798-4c50554b9b8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:14,964 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:20:14,964 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6f8f490-2ddc-4938-8945-400a1bb77d1c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6f8f490-2ddc-4938-8945-400a1bb77d1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:16,000 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:20:16,000 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4c7471a-145a-4425-a5ab-3a3b83d0047c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4c7471a-145a-4425-a5ab-3a3b83d0047c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:17,037 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:20:17,037 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca0f3a3f-00a8-4b6b-ae4c-eccd4259efa7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca0f3a3f-00a8-4b6b-ae4c-eccd4259efa7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:18,070 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:20:18,070 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e1a853c-b771-4901-b04a-20f3528f60bc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e1a853c-b771-4901-b04a-20f3528f60bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:19,114 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.037s
2026-05-31 00:20:19,115 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f75b46d9-4a03-4663-b189-17bfc8903d22', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f75b46d9-4a03-4663-b189-17bfc8903d22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:20,158 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.036s
2026-05-31 00:20:20,158 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a09c5be-2bfb-4aa6-ae3a-ea0831e66299', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a09c5be-2bfb-4aa6-ae3a-ea0831e66299', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:21,186 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.023s
2026-05-31 00:20:21,186 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04fd648d-91c7-42b1-bdf5-696bd3102baa', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04fd648d-91c7-42b1-bdf5-696bd3102baa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:22,225 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.033s
2026-05-31 00:20:22,225 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-218ac19f-caed-415f-a6ae-6a7049e4056a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-218ac19f-caed-415f-a6ae-6a7049e4056a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:23,265 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:20:23,266 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b9af56c-a32a-4a1a-b76a-46571cedea45', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b9af56c-a32a-4a1a-b76a-46571cedea45', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:24,296 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:20:24,296 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ef448b2-fc86-49da-aaf7-3743070494de', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ef448b2-fc86-49da-aaf7-3743070494de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:25,332 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:20:25,332 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2afda00a-a7c1-47ff-85be-35edd98d1fb6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2afda00a-a7c1-47ff-85be-35edd98d1fb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:26,359 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.022s
2026-05-31 00:20:26,360 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b82617-7f70-481b-a180-0ee3b0aa2228', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b82617-7f70-481b-a180-0ee3b0aa2228', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:27,391 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:20:27,391 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-566de53d-d412-4c36-b061-cb20657cff4e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-566de53d-d412-4c36-b061-cb20657cff4e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:28,431 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.033s
2026-05-31 00:20:28,431 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dd00c03-fa19-425b-bb6e-61dcb0859611', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dd00c03-fa19-425b-bb6e-61dcb0859611', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:29,464 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:20:29,464 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3f67a0a-553d-4b6e-b2cb-06df62b47c75', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3f67a0a-553d-4b6e-b2cb-06df62b47c75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:30,495 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.024s
2026-05-31 00:20:30,495 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef78ebcc-841f-4764-a86b-8c373c51c5f5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef78ebcc-841f-4764-a86b-8c373c51c5f5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:31,523 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:20:31,523 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3182c5b-4259-4dc2-9f74-8fd00c221ae6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3182c5b-4259-4dc2-9f74-8fd00c221ae6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:32,552 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.024s
2026-05-31 00:20:32,552 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a4f0ec3-b6b0-4392-a0ab-f31cc20cad4b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a4f0ec3-b6b0-4392-a0ab-f31cc20cad4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:33,584 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:20:33,585 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e964a671-25b5-48d1-895f-4749a8d46304', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e964a671-25b5-48d1-895f-4749a8d46304', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:34,633 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.041s
2026-05-31 00:20:34,633 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2abacdf0-89bd-4835-b768-ff19c14b36d6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2abacdf0-89bd-4835-b768-ff19c14b36d6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:35,666 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:20:35,667 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ab97d54-7503-495b-8b2f-2db7824853d4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ab97d54-7503-495b-8b2f-2db7824853d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:36,703 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:20:36,704 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4414f1e2-284c-4f12-badc-c11c0bce662a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4414f1e2-284c-4f12-badc-c11c0bce662a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:37,742 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:20:37,742 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e197863-6dea-4bd4-9387-412bef8d8fc1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e197863-6dea-4bd4-9387-412bef8d8fc1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:38,782 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:20:38,782 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-110f56ba-494d-4c62-a9a8-14c88441fc08', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-110f56ba-494d-4c62-a9a8-14c88441fc08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:39,823 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.035s
2026-05-31 00:20:39,823 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-087894f9-7e7f-4874-81b7-063e59fb35e9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-087894f9-7e7f-4874-81b7-063e59fb35e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:40,898 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.067s
2026-05-31 00:20:40,898 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4be31709-fe76-45eb-8e5e-73968d04615f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4be31709-fe76-45eb-8e5e-73968d04615f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:41,936 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:20:41,936 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb6db5a5-e6f7-415e-b08c-b88f173e4177', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb6db5a5-e6f7-415e-b08c-b88f173e4177', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:42,972 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:20:42,972 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14676169-7da9-420b-91bf-874cd1d4a8e7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14676169-7da9-420b-91bf-874cd1d4a8e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:44,011 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:20:44,012 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b790f5f1-9587-4f6c-b295-a2894751009a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b790f5f1-9587-4f6c-b295-a2894751009a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:45,066 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.044s
2026-05-31 00:20:45,066 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ad0e79d-32b8-4745-9db9-652c5d4d9be9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ad0e79d-32b8-4745-9db9-652c5d4d9be9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:46,108 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.036s
2026-05-31 00:20:46,108 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea90ffc2-9765-48fc-8622-2a5af26a3a0c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea90ffc2-9765-48fc-8622-2a5af26a3a0c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:47,158 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.045s
2026-05-31 00:20:47,158 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ce8ac85-376f-48f9-af4c-eb651c7d044e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ce8ac85-376f-48f9-af4c-eb651c7d044e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:48,190 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:20:48,190 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30d8b08f-6625-4a6c-8dbd-48ec6ebe218a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30d8b08f-6625-4a6c-8dbd-48ec6ebe218a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:49,217 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:20:49,218 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d3a7725-c90f-48a6-b513-dc5fac129c47', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d3a7725-c90f-48a6-b513-dc5fac129c47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:50,244 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:20:50,244 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-951fe7fa-ad50-4edc-b61c-48b53a2cce37', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-951fe7fa-ad50-4edc-b61c-48b53a2cce37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:51,285 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.036s
2026-05-31 00:20:51,286 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-091cf970-8fc1-4ebb-9773-ba9b310d542b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-091cf970-8fc1-4ebb-9773-ba9b310d542b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:52,323 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:20:52,323 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c287e2a0-c5bd-430c-99dc-57185d97921e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c287e2a0-c5bd-430c-99dc-57185d97921e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:53,359 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:20:53,359 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77c446dc-17bc-4249-b3ee-7289521cc020', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77c446dc-17bc-4249-b3ee-7289521cc020', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:54,395 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.031s
2026-05-31 00:20:54,395 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb93385a-1e66-437b-830e-f05835a2d14c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb93385a-1e66-437b-830e-f05835a2d14c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:55,432 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.031s
2026-05-31 00:20:55,432 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1597c0f2-2897-42fd-a6fa-91869736ba9e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1597c0f2-2897-42fd-a6fa-91869736ba9e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:56,466 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:20:56,466 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8390f5ac-8871-422f-9389-667abee12334', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8390f5ac-8871-422f-9389-667abee12334', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:57,501 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:20:57,501 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4761fa1f-6ebe-4d4a-87e0-ede4305df290', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4761fa1f-6ebe-4d4a-87e0-ede4305df290', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:58,533 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:20:58,534 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a339470-0254-4143-a0e4-8f6433e603f3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a339470-0254-4143-a0e4-8f6433e603f3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:20:59,561 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.022s
2026-05-31 00:20:59,561 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:20:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3158501c-3d14-4702-906b-6a792c7cb75a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3158501c-3d14-4702-906b-6a792c7cb75a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:00,593 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:21:00,593 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1573130-46a5-4da7-abf3-47663611dc7e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1573130-46a5-4da7-abf3-47663611dc7e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:01,621 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.022s
2026-05-31 00:21:01,621 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab88bfed-30b1-4907-b4fb-48a0a740f205', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab88bfed-30b1-4907-b4fb-48a0a740f205', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:02,648 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.022s
2026-05-31 00:21:02,649 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d9f4576-96df-453d-9c48-d259affe805c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d9f4576-96df-453d-9c48-d259affe805c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:03,689 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:21:03,689 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43bee464-cd6d-4c56-9de7-58a0f59a5a6e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43bee464-cd6d-4c56-9de7-58a0f59a5a6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:04,737 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.042s
2026-05-31 00:21:04,737 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45cb113-07ad-42c1-8676-1e186c76b4dc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45cb113-07ad-42c1-8676-1e186c76b4dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:05,771 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:21:05,772 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-226803b1-d92f-4ffe-852e-d1459100a734', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-226803b1-d92f-4ffe-852e-d1459100a734', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:06,809 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:21:06,809 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64e8ff45-f259-453e-9c1a-c770e465c22a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64e8ff45-f259-453e-9c1a-c770e465c22a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:07,854 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.040s
2026-05-31 00:21:07,855 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55621df6-f250-453b-a8df-31a822213cf4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55621df6-f250-453b-a8df-31a822213cf4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:08,899 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.035s
2026-05-31 00:21:08,899 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-814b0859-2f51-45f5-8b3c-66b2caeacd36', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-814b0859-2f51-45f5-8b3c-66b2caeacd36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:09,928 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.023s
2026-05-31 00:21:09,928 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6395f50-8535-4022-b932-88eceebe81e9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6395f50-8535-4022-b932-88eceebe81e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:10,959 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:21:10,960 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54dc82d2-79b0-45c8-968b-452c1bdb97cb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54dc82d2-79b0-45c8-968b-452c1bdb97cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:11,995 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:21:11,995 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223724de-d4fb-4861-9817-2f4ea3984465', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223724de-d4fb-4861-9817-2f4ea3984465', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:13,029 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:21:13,029 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b36eac0-d1a2-43c7-8d1f-f0607823bd19', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b36eac0-d1a2-43c7-8d1f-f0607823bd19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:14,065 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:21:14,065 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9def5d90-de39-48c3-ae77-364b70735289', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9def5d90-de39-48c3-ae77-364b70735289', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:15,096 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.022s
2026-05-31 00:21:15,096 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0eced8af-02db-4c42-aab4-6c5b86927104', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0eced8af-02db-4c42-aab4-6c5b86927104', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:16,126 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:21:16,126 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c93edf7-f8a0-49e7-a922-4551b11389ff', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c93edf7-f8a0-49e7-a922-4551b11389ff', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:17,166 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.031s
2026-05-31 00:21:17,166 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31631da8-3a8f-496e-84bc-f4a67e91f433', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31631da8-3a8f-496e-84bc-f4a67e91f433', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:18,191 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.020s
2026-05-31 00:21:18,191 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-738f137b-5160-4d43-94d2-38fcd5c0cb96', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-738f137b-5160-4d43-94d2-38fcd5c0cb96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:19,218 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:21:19,218 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-724bb86a-3c1e-4edd-8606-212d5ca15c41', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-724bb86a-3c1e-4edd-8606-212d5ca15c41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:20,262 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.038s
2026-05-31 00:21:20,262 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01052c7f-9d6d-44ff-9536-c8ff8c0c3f07', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01052c7f-9d6d-44ff-9536-c8ff8c0c3f07', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:21,296 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:21:21,296 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed4eabbb-c675-46d2-be15-98cd3b7f5310', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed4eabbb-c675-46d2-be15-98cd3b7f5310', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:22,329 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:21:22,329 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fff791a-db30-44b5-b4ed-fcb18c396ffc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fff791a-db30-44b5-b4ed-fcb18c396ffc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:23,370 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.035s
2026-05-31 00:21:23,370 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a1940d2-9fc0-4ad4-8361-ada942aebdaa', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a1940d2-9fc0-4ad4-8361-ada942aebdaa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:24,402 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:21:24,402 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45901ee0-7627-4ee6-b495-129d8223bd26', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45901ee0-7627-4ee6-b495-129d8223bd26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:25,428 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:21:25,428 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec56e8e3-b487-4f0a-83fe-31f647e7c355', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec56e8e3-b487-4f0a-83fe-31f647e7c355', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:26,458 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:21:26,458 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37bb14d6-1585-40b9-aa52-e5062317f6bb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37bb14d6-1585-40b9-aa52-e5062317f6bb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:27,499 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.034s
2026-05-31 00:21:27,500 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3b5b2ed-6a65-4dc4-9ff1-94aab6cea57f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3b5b2ed-6a65-4dc4-9ff1-94aab6cea57f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:28,533 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.023s
2026-05-31 00:21:28,534 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffbe97bd-c270-42e8-9623-dadc922dec58', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffbe97bd-c270-42e8-9623-dadc922dec58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:29,580 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.040s
2026-05-31 00:21:29,581 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb028b1-810f-4c7f-a739-cc1a17b6d1cd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb028b1-810f-4c7f-a739-cc1a17b6d1cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:30,636 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.050s
2026-05-31 00:21:30,636 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-161fdae3-f226-40a3-9834-b4ec31869c11', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-161fdae3-f226-40a3-9834-b4ec31869c11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:31,683 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.039s
2026-05-31 00:21:31,683 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b5bbf57-fbc4-4ab5-ae48-221f60a89a74', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5bbf57-fbc4-4ab5-ae48-221f60a89a74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:32,715 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:21:32,716 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c5e486-d1e3-4894-8b40-8cdb18ab7c20', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c5e486-d1e3-4894-8b40-8cdb18ab7c20', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:33,748 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:21:33,749 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31f27ed3-5785-4c88-9a80-500e0ed5d107', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31f27ed3-5785-4c88-9a80-500e0ed5d107', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:34,810 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.054s
2026-05-31 00:21:34,811 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc784bd6-5cea-4cab-a2c8-cf0278ddef3c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc784bd6-5cea-4cab-a2c8-cf0278ddef3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:35,861 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.039s
2026-05-31 00:21:35,861 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0114947-86d6-48fd-8674-f341d15cc5b3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0114947-86d6-48fd-8674-f341d15cc5b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:36,904 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.036s
2026-05-31 00:21:36,904 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9273cff4-2830-4464-b1f5-f4c46ec8af93', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9273cff4-2830-4464-b1f5-f4c46ec8af93', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:37,939 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:21:37,940 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3a59861-c754-4aeb-8132-d3e760afb8a9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3a59861-c754-4aeb-8132-d3e760afb8a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:38,981 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.036s
2026-05-31 00:21:38,982 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ced31000-0daa-4f6a-a709-4d725e5201e0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ced31000-0daa-4f6a-a709-4d725e5201e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:40,016 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:21:40,016 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53af75eb-58b1-4846-92dc-e8174f6e60cf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53af75eb-58b1-4846-92dc-e8174f6e60cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:41,081 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.057s
2026-05-31 00:21:41,081 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcf6f7a5-6279-4060-b2d1-d82591587e09', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcf6f7a5-6279-4060-b2d1-d82591587e09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:42,115 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.027s
2026-05-31 00:21:42,115 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-454f9116-9f71-44a2-8d01-50fc0ad239e9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-454f9116-9f71-44a2-8d01-50fc0ad239e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:43,170 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.043s
2026-05-31 00:21:43,170 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91acb311-43e7-4a86-bd6b-66c106c2607e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91acb311-43e7-4a86-bd6b-66c106c2607e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:44,219 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.042s
2026-05-31 00:21:44,219 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba854b3a-f947-46fe-b077-abf8f675b596', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba854b3a-f947-46fe-b077-abf8f675b596', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:45,255 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:21:45,255 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fec7a860-6040-40e3-a31a-800483b71625', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fec7a860-6040-40e3-a31a-800483b71625', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:46,287 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:21:46,287 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c2a15d2-c2a7-47db-ae58-8bba8b437009', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c2a15d2-c2a7-47db-ae58-8bba8b437009', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:47,324 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:21:47,324 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a192e16-da3b-43ad-a7cc-bace3817f2c6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a192e16-da3b-43ad-a7cc-bace3817f2c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:48,361 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:21:48,361 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a4d0860-5f72-422e-a5c0-4753e0692b02', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a4d0860-5f72-422e-a5c0-4753e0692b02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:49,398 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:21:49,398 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-797467ca-a290-4f80-b8e0-c4f654def789', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-797467ca-a290-4f80-b8e0-c4f654def789', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:50,426 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.023s
2026-05-31 00:21:50,426 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c22b5e3-42ee-4ea7-a4d4-1e80e50c1622', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c22b5e3-42ee-4ea7-a4d4-1e80e50c1622', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:51,462 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:21:51,462 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68be8ed0-38b8-4d6f-91f6-3a7baadef718', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68be8ed0-38b8-4d6f-91f6-3a7baadef718', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:52,504 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.037s
2026-05-31 00:21:52,504 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b1cbc22-856e-4f4e-99a7-ae131b8eb0bf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b1cbc22-856e-4f4e-99a7-ae131b8eb0bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:53,554 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.040s
2026-05-31 00:21:53,554 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f555f25-f6da-4ad6-b6f3-1846ed52a417', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f555f25-f6da-4ad6-b6f3-1846ed52a417', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:54,595 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.031s
2026-05-31 00:21:54,595 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd243ae5-f49a-44b2-a444-5d7bdebb6d37', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd243ae5-f49a-44b2-a444-5d7bdebb6d37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:55,636 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.034s
2026-05-31 00:21:55,636 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535db4cf-12d5-4189-bcc0-5ad956ed260f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535db4cf-12d5-4189-bcc0-5ad956ed260f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:56,678 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.035s
2026-05-31 00:21:56,678 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-306071c3-2c5c-49be-9e22-f792ba309dbc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-306071c3-2c5c-49be-9e22-f792ba309dbc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:57,723 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.035s
2026-05-31 00:21:57,724 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ade1da3e-6559-4e53-9a36-166402335d6b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ade1da3e-6559-4e53-9a36-166402335d6b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:58,761 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:21:58,761 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc6cd136-7905-46fc-86ac-7415192e5aaa', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc6cd136-7905-46fc-86ac-7415192e5aaa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:21:59,791 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.024s
2026-05-31 00:21:59,791 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:21:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39fb415b-e3ce-462b-8abe-46b45cc68128', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39fb415b-e3ce-462b-8abe-46b45cc68128', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:00,838 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.041s
2026-05-31 00:22:00,839 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed4661e6-0b92-4354-b3fe-9b4fe6b77597', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed4661e6-0b92-4354-b3fe-9b4fe6b77597', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:01,875 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:22:01,875 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb6ef8b2-4f93-4ea4-91d6-35b800b32036', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb6ef8b2-4f93-4ea4-91d6-35b800b32036', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:02,910 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.030s
2026-05-31 00:22:02,911 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb2c16a7-f2fb-4ec0-9a03-74e21a4336af', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb2c16a7-f2fb-4ec0-9a03-74e21a4336af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:03,947 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:22:03,947 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1304f6e4-3008-4b69-858c-baf7dfe48cb6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1304f6e4-3008-4b69-858c-baf7dfe48cb6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:04,983 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:22:04,983 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-270540e6-dc4c-4472-a7fe-f92627289685', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-270540e6-dc4c-4472-a7fe-f92627289685', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:06,010 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.021s
2026-05-31 00:22:06,010 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-893f6fb1-f1a7-47f9-b4d1-c2a23881d437', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-893f6fb1-f1a7-47f9-b4d1-c2a23881d437', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:07,047 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:22:07,047 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce7db3f8-2f8d-48c9-9ba6-6b7e0acbabd2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce7db3f8-2f8d-48c9-9ba6-6b7e0acbabd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:08,083 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.029s
2026-05-31 00:22:08,083 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-125fd88e-9ed4-43c2-bd20-f24a4d099f9f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-125fd88e-9ed4-43c2-bd20-f24a4d099f9f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:09,109 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.020s
2026-05-31 00:22:09,109 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f02ba20-f2c6-4717-8e6e-91bbd7425d47', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f02ba20-f2c6-4717-8e6e-91bbd7425d47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:10,140 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:22:10,140 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-347b1536-9187-414a-82ec-74f18acdc5f8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-347b1536-9187-414a-82ec-74f18acdc5f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:11,171 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.024s
2026-05-31 00:22:11,171 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08ed4e25-367e-47e5-b3d5-035f1d41924f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08ed4e25-367e-47e5-b3d5-035f1d41924f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:12,200 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.024s
2026-05-31 00:22:12,201 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67617703-daca-4c72-84fc-010b5f5bd492', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67617703-daca-4c72-84fc-010b5f5bd492', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:13,235 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.028s
2026-05-31 00:22:13,235 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b9f5ade-5077-4fd0-a3a0-2be33012ef50', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b9f5ade-5077-4fd0-a3a0-2be33012ef50', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:14,266 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:22:14,267 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc3f1c78-e4c6-4acd-a531-7541900b9819', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc3f1c78-e4c6-4acd-a531-7541900b9819', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:15,301 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:22:15,301 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e88eea32-10e2-4100-af48-37c88c2a5ec5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e88eea32-10e2-4100-af48-37c88c2a5ec5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:16,334 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.025s
2026-05-31 00:22:16,334 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b43705be-dc9e-44ed-9221-086f7ac1fc6f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b43705be-dc9e-44ed-9221-086f7ac1fc6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:17,364 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.026s
2026-05-31 00:22:17,365 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f22b8dc3-27b5-4d20-96f9-b9179a472320', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f22b8dc3-27b5-4d20-96f9-b9179a472320', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:18,403 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.032s
2026-05-31 00:22:18,403 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4127e28c-1485-46e1-9d89-28f9b9eb5c04', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4127e28c-1485-46e1-9d89-28f9b9eb5c04', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:19:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:18,493 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.084s
2026-05-31 00:22:18,494 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9d29929-62c4-4941-be2c-f1e5d837ed4e', 'x-compute-request-id': 'req-c9d29929-62c4-4941-be2c-f1e5d837ed4e', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b''
2026-05-31 00:22:18,744 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.250s
2026-05-31 00:22:18,744 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f2b6274-bfd0-4f18-8018-f7932bc2dafb', 'x-compute-request-id': 'req-2f2b6274-bfd0-4f18-8018-f7932bc2dafb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-679221417-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}, {"version": 4, "addr": "172.24.5.86", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}]}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "ACTIVE", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:22:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": "2026-05-31T00:18:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:22:20,005 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.253s
2026-05-31 00:22:20,005 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-993de3ef-1005-4ff8-a690-7d7a4d219196', 'x-compute-request-id': 'req-993de3ef-1005-4ff8-a690-7d7a4d219196', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-679221417-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}, {"version": 4, "addr": "172.24.5.86", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}]}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "ACTIVE", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:22:18Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": "2026-05-31T00:18:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:22:21,366 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.352s
2026-05-31 00:22:21,366 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1676', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d831cc0f-1345-4e7d-8038-92c1b81c79fd', 'x-compute-request-id': 'req-d831cc0f-1345-4e7d-8038-92c1b81c79fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-679221417-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}, {"version": 4, "addr": "172.24.5.86", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}]}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "ACTIVE", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:22:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": "2026-05-31T00:18:11.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--366320594"}], "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-31 00:22:22,522 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.150s
2026-05-31 00:22:22,522 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1609', '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-1de79a28-bcaf-41d9-8403-39074febb007', 'x-compute-request-id': 'req-1de79a28-bcaf-41d9-8403-39074febb007', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-679221417-network": [{"version": 4, "addr": "10.1.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}, {"version": 4, "addr": "172.24.5.86", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:26:04:56"}]}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "ACTIVE", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:22:21Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": "2026-05-31T00:18:11.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-31 00:22:23,647 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.118s
2026-05-31 00:22:23,647 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df75d121-baba-4fa2-8e52-525b83c844b0', 'x-compute-request-id': 'req-df75d121-baba-4fa2-8e52-525b83c844b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "DELETED", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:22:23Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-31T00:19:21Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": "2026-05-31T00:18:11.000000", "OS-SRV-USG:terminated_at": "2026-05-31T00:22:23.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-31 00:22:23,656 106770 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-05-31 00:22:24,785 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.126s
2026-05-31 00:22:24,786 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1423', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e42dbe67-8bff-4d67-85d1-ed87b4fe4fd0', 'x-compute-request-id': 'req-e42dbe67-8bff-4d67-85d1-ed87b4fe4fd0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:17:53Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "88d0010039769054e0756055e72456280392f576a2f3a2c0776e797f", "id": "b4800d8a-26f5-4fa5-b197-bd7643d3b1a1", "image": {"id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/images/e6f8b312-6449-46c4-bd77-4d1974ada497"}]}, "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-1078127087", "status": "DELETED", "tenant_id": "45f6e2b6ca98418698e165bfddedc543", "user_id": "78ca89e19ce14699b285f8a34f538eab", "updated": "2026-05-31T00:22:23Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-31T00:19:21Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1010950618", "OS-SRV-USG:launched_at": "2026-05-31T00:18:11.000000", "OS-SRV-USG:terminated_at": "2026-05-31T00:22:23.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-31 00:22:25,827 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 0.036s
2026-05-31 00:22:25,828 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cc6a6733-950b-42e5-b33c-b021b0576918', 'x-compute-request-id': 'req-cc6a6733-950b-42e5-b33c-b021b0576918', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/b4800d8a-26f5-4fa5-b197-bd7643d3b1a1'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance b4800d8a-26f5-4fa5-b197-bd7643d3b1a1 could not be found."}}'
2026-05-31 00:22:25,854 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.86/compute/v2.1/os-keypairs/tempest-keypair-1010950618 0.026s
2026-05-31 00:22:25,854 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6350ba2-9961-4a14-a53a-5acc7aa3d715', 'x-compute-request-id': 'req-e6350ba2-9961-4a14-a53a-5acc7aa3d715', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/compute/v2.1/os-keypairs/tempest-keypair-1010950618'}
Body: b''
2026-05-31 00:22:25,980 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.86/networking/v2.0/security-groups/3957be0e-f7e0-4629-ab3e-66f072f59b6f 0.125s
2026-05-31 00:22:25,980 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-14850e26-73d7-425f-87a0-8dbee5ad2384', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.86/networking/v2.0/security-groups/3957be0e-f7e0-4629-ab3e-66f072f59b6f'}
Body: b''
2026-05-31 00:22:25,995 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.86/networking/v2.0/security-groups/3957be0e-f7e0-4629-ab3e-66f072f59b6f 0.014s
2026-05-31 00:22:25,995 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3681993a-4765-462b-bcdf-83a3f21b47d2', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.86/networking/v2.0/security-groups/3957be0e-f7e0-4629-ab3e-66f072f59b6f'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3957be0e-f7e0-4629-ab3e-66f072f59b6f does not exist", "detail": ""}}'
2026-05-31 00:22:26,241 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.86/networking/v2.0/floatingips/2258703c-ea59-4d69-abac-c143ab5a6c13 0.245s
2026-05-31 00:22:26,241 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-6d45d2ea-1beb-4c22-8331-2b153b027afa', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.86/networking/v2.0/floatingips/2258703c-ea59-4d69-abac-c143ab5a6c13'}
Body: b''
2026-05-31 00:22:26,289 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.048s
2026-05-31 00:22:26,289 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:26 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-ded24e40-69cd-4603-b0b1-06f9801d2695', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b''
2026-05-31 00:22:26,321 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.031s
2026-05-31 00:22:26,321 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e47aea-1f1a-4b3b-86db-e13afce21584', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5e47aea-1f1a-4b3b-86db-e13afce21584', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"volume": {"id": "d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:17:51.000000", "updated_at": "2026-05-31T00:22:26.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1300264832", "description": null, "volume_type": "tempest-scenario-type-luksv2-1909377474", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164"}], "user_id": "78ca89e19ce14699b285f8a34f538eab", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "45f6e2b6ca98418698e165bfddedc543"}}'
2026-05-31 00:22:27,344 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 0.016s
2026-05-31 00:22:27,344 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-dff3f4d9-8f60-47e5-9d5e-562076179750', 'x-openstack-request-id': 'req-dff3f4d9-8f60-47e5-9d5e-562076179750', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.86/volume/v3/volumes/d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 could not be found."}}'
2026-05-31 00:22:27,502 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.86/volume/v3/volumes/detail?all_tenants=1 0.157s
2026-05-31 00:22:27,502 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4bb4e93-6b32-4fd2-a1b6-8c34bab60372', 'content-length': '15646', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4bb4e93-6b32-4fd2-a1b6-8c34bab60372', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "5910bfa5-9afb-4295-895c-4a138a7d3175", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:22:22.000000", "updated_at": "2026-05-31T00:22:27.000000", "name": "volume1-for-teste6050452-06bd-4c7f-9912-45178c83e379", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/5910bfa5-9afb-4295-895c-4a138a7d3175"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/5910bfa5-9afb-4295-895c-4a138a7d3175"}], "user_id": "8420ce25d35d4790a0e23ba5e2b94e9a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "43fdf7a97b6f4cf69418055e227d2dc4", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001802@storpool#template_virtual", "volume_image_metadata": {"signature_verified": "False", "image_id": "a97575e5-b4ef-4b78-920a-86be43351b33", "image_name": "image-for-test-e6050452-06bd-4c7f-9912-45178c83e379", "checksum": "ae96054dc565520c068d1bb932e99674", "container_format": "bare", "disk_format": "raw", "min_disk": "1", "min_ram": "0", "size": "1024"}}, {"id": "0cba4ca5-00d1-4af7-9598-fba144353953", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:22:22.000000", "updated_at": "2026-05-31T00:22:27.000000", "name": "image-a97575e5-b4ef-4b78-920a-86be43351b33", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "5910bfa5-9afb-4295-895c-4a138a7d3175", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/0cba4ca5-00d1-4af7-9598-fba144353953"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/0cba4ca5-00d1-4af7-9598-fba144353953"}], "user_id": "8fb12e55a6b84b50930d7e938826afca", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "b7b1ce2f4a4c4c36aa6b272337bddc4e", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001802@storpool#template_virtual"}, {"id": "81885315-e5ab-49ce-a25a-6e946819d9d4", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:22:18.000000", "updated_at": "2026-05-31T00:22:18.000000", "name": "volume2-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "7700996e-7afe-4c32-8475-447bef51279b", "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/81885315-e5ab-49ce-a25a-6e946819d9d4"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/81885315-e5ab-49ce-a25a-6e946819d9d4"}], "user_id": "8420ce25d35d4790a0e23ba5e2b94e9a", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "43fdf7a97b6f4cf69418055e227d2dc4", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001802@storpool#default", "volume_image_metadata": {"signature_verified": "False", "image_id": "0b2a889f-1bca-41f3-a100-fa25380f2f2f", "image_name": "image-for-test-0e20bd6e-440f-41d8-9b5d-fc047ac00423", "checksum": "050dfb0ec5186b2b4c0cb5702155a2a4", "container_format": "bare", "disk_format": "raw", "min_disk": "1", "min_ram": "0", "size": "1024"}}, {"id": "d0e464d0-908e-4edd-b414-b5afc2ea7156", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:22:17.000000", "updated_at": "2026-05-31T00:22:18.000000", "name": "tempest-VolumesBackupsTest-Volume-1146997125", "description": null, "volume_type": "storpool", "snapshot_id": null, "sourc
2026-05-31 00:22:27,554 106770 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.86/volume/v3/types/a4aab19c-4bf0-4b26-ac9b-1d2f0f97c456 0.039s
2026-05-31 00:22:27,554 106770 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:22:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cfa954e-a748-4547-bbd2-d1628fd7e5dd', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/volume/v3/types/a4aab19c-4bf0-4b26-ac9b-1d2f0f97c456'}
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 d2d79cb8-8caa-4c83-8e2e-e43a2dfb9164 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-31 00:18:24,681 106766 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-2140418797 on backend None
2026-05-31 00:18:24,700 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.86/volume/v3/types 0.019s
2026-05-31 00:18:24,700 106766 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-2140418797", "extra_specs": {}}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4e59a4a-bce3-4074-bf7a-6b025f86bbbc', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4e59a4a-bce3-4074-bf7a-6b025f86bbbc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/types'}
Body: b'{"volume_type": {"id": "a3d78cbf-6a6d-479f-a271-11d804c3c70a", "name": "tempest-scenario-type-luks2-2140418797", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-31 00:18:24,701 106766 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: a3d78cbf-6a6d-479f-a271-11d804c3c70a
2026-05-31 00:18:24,727 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.86/volume/v3/types/a3d78cbf-6a6d-479f-a271-11d804c3c70a/encryption 0.026s
2026-05-31 00:18:24,728 106766 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': 'Sun, 31 May 2026 00:18:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cb07d30-654f-43dd-af5d-73b2d1c5ed74', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cb07d30-654f-43dd-af5d-73b2d1c5ed74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/types/a3d78cbf-6a6d-479f-a271-11d804c3c70a/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "a3d78cbf-6a6d-479f-a271-11d804c3c70a", "encryption_id": "777a0f9c-db4d-4915-84bf-13516bc6842a"}}'
2026-05-31 00:18:24,878 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.86/volume/v3/volumes 0.148s
2026-05-31 00:18:24,878 106766 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-1369169170", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-2140418797", "size": 1}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c6b7a11-b5b0-4a58-9a53-9b8b7dc8c1e7', 'content-length': '779', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c6b7a11-b5b0-4a58-9a53-9b8b7dc8c1e7', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/volume/v3/volumes'}
Body: b'{"volume": {"id": "dde5fe08-1fe3-4923-91b2-605491faea74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:18:24.832565", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1369169170", "description": null, "volume_type": "tempest-scenario-type-luks2-2140418797", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}], "user_id": "46c98ac5244441aebac0757806f428d6", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-31 00:18:24,908 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74 0.025s
2026-05-31 00:18:24,908 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9561eb0f-acd7-4948-b2d7-dd6f0e4845b0', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9561eb0f-acd7-4948-b2d7-dd6f0e4845b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74'}
Body: b'{"volume": {"id": "dde5fe08-1fe3-4923-91b2-605491faea74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:18:25.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-1369169170", "description": null, "volume_type": "tempest-scenario-type-luks2-2140418797", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}], "user_id": "46c98ac5244441aebac0757806f428d6", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40"}}'
2026-05-31 00:18:25,963 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74 0.048s
2026-05-31 00:18:25,963 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-858c629a-678b-4be7-a09e-e482accb5d8a', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-858c629a-678b-4be7-a09e-e482accb5d8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74'}
Body: b'{"volume": {"id": "dde5fe08-1fe3-4923-91b2-605491faea74", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:18:25.000000", "updated_at": "2026-05-31T00:18:25.000000", "name": "tempest-TestVolumeBootPattern-volume-1369169170", "description": null, "volume_type": "tempest-scenario-type-luks2-2140418797", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}], "user_id": "46c98ac5244441aebac0757806f428d6", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40"}}'
2026-05-31 00:18:25,971 106766 INFO [tempest.common.waiters] volume dde5fe08-1fe3-4923-91b2-605491faea74 reached available after waiting for 1.971157 seconds
2026-05-31 00:18:26,006 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74 0.035s
2026-05-31 00:18:26,007 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db89ffcd-df1f-4dde-8014-85b1b1a9ff96', 'content-length': '872', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db89ffcd-df1f-4dde-8014-85b1b1a9ff96', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74'}
Body: b'{"volume": {"id": "dde5fe08-1fe3-4923-91b2-605491faea74", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:18:25.000000", "updated_at": "2026-05-31T00:18:25.000000", "name": "tempest-TestVolumeBootPattern-volume-1369169170", "description": null, "volume_type": "tempest-scenario-type-luks2-2140418797", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}], "user_id": "46c98ac5244441aebac0757806f428d6", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40"}}'
2026-05-31 00:18:26,046 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74/action 0.033s
2026-05-31 00:18:26,046 106766 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': 'Sun, 31 May 2026 00:18:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-f7bef57d-ebed-42fc-8b17-d118a13cd66c', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7bef57d-ebed-42fc-8b17-d118a13cd66c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74/action'}
Body: b''
2026-05-31 00:18:26,155 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.86/identity/v3/auth/tokens 0.105s
2026-05-31 00:18:26,156 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2927', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1625abd3-a93f-4158-935a-23544cb87802', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.86/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "46c98ac5244441aebac0757806f428d6", "name": "tempest-TestVolumeBootPattern-874610462-project-member", "password_expires_at": null}, "audit_ids": ["e_jGiZJdRl6V_faMC4SJDQ"], "expires_at": "2026-05-31T01:18:26.000000Z", "issued_at": "2026-05-31T00:18:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48c7ebd2cdb64766bb5a0825ca75ee40", "name": "tempest-TestVolumeBootPattern-874610462"}, "is_domain": false, "roles": [{"id": "1efc7bc99e93448280e515322b74fd55", "name": "reader"}, {"id": "8496c70040db493f88f6105c5b1f31ea", "name": "member"}], "catalog": [{"endpoints": [{"id": "86222e6b4a0e4617b89e35a05164c8d9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/networking", "region": "RegionOne"}], "id": "3470af2ead1a41bfac59dfd048b4b9d8", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "221d8042030041c890bae766288e0cf9", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/compute/v2.1", "region": "RegionOne"}], "id": "4af4302410d24738b4c428a134709fe4", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "286b796b20ff4b78955f1174a3ff183e", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.86:8080", "region": "RegionOne"}, {"id": "5da6452994224fde94a354ec92f4e1fa", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86:8080/v1/AUTH_48c7ebd2cdb64766bb5a0825ca75ee40", "region": "RegionOne"}], "id": "5175aa7ec5ae41bebb0964ea6a7e368e", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a1672cd55fc544509fa313c16aacfa23", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/volume/v3", "region": "RegionOne"}], "id": "8519fda11d534a38837ec7bc352b6f9e", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "33e197885da241af995a40224ef44fd5", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/compute/v2/48c7ebd2cdb64766bb5a0825ca75ee40", "region": "RegionOne"}], "id": "982e0a661f3d4cc790061e76d099aa45", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "071f55ff218e40abad474194969303d6", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/placement", "region": "RegionOne"}], "id": "b5d07cf2e68340cd9499b4a65d93bed3", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ef1c9724fa764014a584869e04d502ef", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/image", "region": "RegionOne"}], "id": "be4246f05224427b867474f75e072140", "type": "image", "name": "glance"}, {"endpoints": [{"id": "f4405177a91a4332bebff68d29fab621", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.86/identity", "region": "RegionOne"}], "id": "e8edd86618f94c67b45414a613c17429", "type": "identity", "name": "keystone"}]}}'
2026-05-31 00:18:26,156 106766 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '10de2fdb-ef38-4646-a30d-d0ae04f269be', 'name': 'tempest-TestVolumeBootPattern-1368331735-network', 'tenant_id': '48c7ebd2cdb64766bb5a0825ca75ee40', 'project_id': '48c7ebd2cdb64766bb5a0825ca75ee40', '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': 34785, '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-31T00:17:39Z', 'updated_at': '2026-05-31T00:17:39Z', 'revision_number': 1} available for tenant
2026-05-31 00:18:26,797 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.86/compute/v2.1/servers 0.640s
2026-05-31 00:18:26,797 106766 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-2080762381", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "dde5fe08-1fe3-4923-91b2-605491faea74", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "10de2fdb-ef38-4646-a30d-d0ae04f269be"}]}}
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e', '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-83f21b83-eb8b-48bd-91ef-e90444d57a0a', 'x-compute-request-id': 'req-83f21b83-eb8b-48bd-91ef-e90444d57a0a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/compute/v2.1/servers'}
Body: b'{"server": {"id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "EaL8PmurXZ3D"}}'
2026-05-31 00:18:26,884 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.085s
2026-05-31 00:18:26,884 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1052', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47da63ef-abc6-430e-9765-cdc4337ce52a', 'x-compute-request-id': 'req-47da63ef-abc6-430e-9765-cdc4337ce52a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:27Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:26Z", "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-31 00:18:27,997 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.106s
2026-05-31 00:18:27,997 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:27 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-71ce84bc-3778-45a9-b82c-5a7b8b937132', 'x-compute-request-id': 'req-71ce84bc-3778-45a9-b82c-5a7b8b937132', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:27Z", "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": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:29,182 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.180s
2026-05-31 00:18:29,182 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd4766c0-510f-430d-835f-d68b4f286917', 'x-compute-request-id': 'req-dd4766c0-510f-430d-835f-d68b4f286917', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:29,188 106766 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait
2026-05-31 00:18:30,383 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.195s
2026-05-31 00:18:30,384 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1150', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8cf4d78-7fd8-4b8a-afaa-20803c42c13b', 'x-compute-request-id': 'req-c8cf4d78-7fd8-4b8a-afaa-20803c42c13b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:29Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:31,496 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.107s
2026-05-31 00:18:31,496 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1158', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b5fd7f9-250c-4ac9-891d-40ca89f72057', 'x-compute-request-id': 'req-0b5fd7f9-250c-4ac9-891d-40ca89f72057', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:31Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:31,504 106766 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-31 00:18:32,716 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.212s
2026-05-31 00:18:32,717 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651c8d47-611b-4ee0-bff7-bc2d0ff4bd02', 'x-compute-request-id': 'req-651c8d47-611b-4ee0-bff7-bc2d0ff4bd02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:32,722 106766 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 6 second wait
2026-05-31 00:18:33,976 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.253s
2026-05-31 00:18:33,976 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86a489ab-dcde-4ebb-b45b-ae5be13f4fcd', 'x-compute-request-id': 'req-86a489ab-dcde-4ebb-b45b-ae5be13f4fcd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:35,154 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.169s
2026-05-31 00:18:35,155 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe46d887-689a-44e5-994a-cd49e9bedee8', 'x-compute-request-id': 'req-fe46d887-689a-44e5-994a-cd49e9bedee8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:35,160 106766 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 9 second wait
2026-05-31 00:18:36,415 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.255s
2026-05-31 00:18:36,415 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb49e2b9-287d-4bdb-959e-6e390dbcfcb8', 'x-compute-request-id': 'req-eb49e2b9-287d-4bdb-959e-6e390dbcfcb8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:37,810 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.384s
2026-05-31 00:18:37,810 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-816ad02a-7ce6-481f-b048-c8fa86ea24af', 'x-compute-request-id': 'req-816ad02a-7ce6-481f-b048-c8fa86ea24af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:39,244 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.421s
2026-05-31 00:18:39,244 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5483b7e-53fd-4f3d-8931-c9ea01f5cffb', 'x-compute-request-id': 'req-c5483b7e-53fd-4f3d-8931-c9ea01f5cffb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:40,447 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.197s
2026-05-31 00:18:40,448 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-479763e4-6f54-47e8-bd87-3a999dcd3ed7', 'x-compute-request-id': 'req-479763e4-6f54-47e8-bd87-3a999dcd3ed7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:41,647 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.192s
2026-05-31 00:18:41,647 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97045c37-1f25-42af-a3fe-3b1a398d517e', 'x-compute-request-id': 'req-97045c37-1f25-42af-a3fe-3b1a398d517e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:42,896 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.243s
2026-05-31 00:18:42,896 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adfae61c-99e9-4f9e-9b57-98b27d445c58', 'x-compute-request-id': 'req-adfae61c-99e9-4f9e-9b57-98b27d445c58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:44,164 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.263s
2026-05-31 00:18:44,165 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30e1ff34-a74a-4fb2-b9b0-b1b2a6ae63ee', 'x-compute-request-id': 'req-30e1ff34-a74a-4fb2-b9b0-b1b2a6ae63ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:45,581 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.410s
2026-05-31 00:18:45,581 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec89b252-393b-4043-86d2-327569b6a61c', 'x-compute-request-id': 'req-ec89b252-393b-4043-86d2-327569b6a61c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:46,801 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.214s
2026-05-31 00:18:46,801 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcf75ea3-13ef-4d7a-9543-86931775ec70', 'x-compute-request-id': 'req-fcf75ea3-13ef-4d7a-9543-86931775ec70', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:48,005 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.193s
2026-05-31 00:18:48,005 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7c25a77-955d-493a-aeda-81cd52bc06cf', 'x-compute-request-id': 'req-d7c25a77-955d-493a-aeda-81cd52bc06cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:49,211 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.201s
2026-05-31 00:18:49,211 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74218256-a365-41df-815e-58a73c7a7119', 'x-compute-request-id': 'req-74218256-a365-41df-815e-58a73c7a7119', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:50,408 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.190s
2026-05-31 00:18:50,408 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb09850b-64b8-4839-a1be-0ac94e23b942', 'x-compute-request-id': 'req-eb09850b-64b8-4839-a1be-0ac94e23b942', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:51,913 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.496s
2026-05-31 00:18:51,913 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ca932e1-01c9-44f4-b485-f67718d271fb', 'x-compute-request-id': 'req-2ca932e1-01c9-44f4-b485-f67718d271fb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:53,457 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.535s
2026-05-31 00:18:53,457 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3dd779f-51ac-4666-a917-6a9504fb520b', 'x-compute-request-id': 'req-f3dd779f-51ac-4666-a917-6a9504fb520b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:35Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:54,625 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.161s
2026-05-31 00:18:54,626 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52d0a757-4de2-4f37-b2d3-ba14bdcc2c91', 'x-compute-request-id': 'req-52d0a757-4de2-4f37-b2d3-ba14bdcc2c91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "930b4fc6e50f96b8b8195765ececc211d6dfe6a1bd1fa7534e66e8ec", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:54Z", "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": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:55,790 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.159s
2026-05-31 00:18:55,790 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1142', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d0c1a6c-0fa9-416b-bae2-c836692d8603', 'x-compute-request-id': 'req-9d0c1a6c-0fa9-416b-bae2-c836692d8603', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:55Z", "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": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:56,984 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.189s
2026-05-31 00:18:56,984 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1142', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f407c225-f79b-4f26-9677-05be1a6990df', 'x-compute-request-id': 'req-f407c225-f79b-4f26-9677-05be1a6990df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:55Z", "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": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:58,098 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.103s
2026-05-31 00:18:58,099 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:58 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-44d9434a-3e7d-4898-8094-727de473e718', 'x-compute-request-id': 'req-44d9434a-3e7d-4898-8094-727de473e718', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:55Z", "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": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:59,254 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.150s
2026-05-31 00:18:59,254 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:18:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1098', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26d24ea4-0a62-4ed8-b306-2b55153c425e', 'x-compute-request-id': 'req-26d24ea4-0a62-4ed8-b306-2b55153c425e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "BUILD", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:59Z", "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": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:18:59,259 106766 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 33 second wait
2026-05-31 00:19:00,352 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.092s
2026-05-31 00:19:00,352 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1290', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a788bce-4935-431a-97da-997083de1cc6', 'x-compute-request-id': 'req-7a788bce-4935-431a-97da-997083de1cc6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T00:18:26Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.86/compute/flavors/42"}]}, "hostId": "", "id": "ee85c39c-329f-41fe-a54c-5c0f1773187e", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}, {"rel": "bookmark", "href": "https://10.4.3.86/compute/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-2080762381", "status": "ERROR", "tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40", "user_id": "46c98ac5244441aebac0757806f428d6", "updated": "2026-05-31T00:18:59Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-31T00:18:59Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance ee85c39c-329f-41fe-a54c-5c0f1773187e."}, "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": "dde5fe08-1fe3-4923-91b2-605491faea74"}]}}'
2026-05-31 00:19:00,360 106766 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 34 second wait
2026-05-31 00:19:02,639 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 204 DELETE https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 2.279s
2026-05-31 00:19:02,640 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:00 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-5b048474-0a6f-4a2e-8d0d-00cc27fd91a9', 'x-compute-request-id': 'req-5b048474-0a6f-4a2e-8d0d-00cc27fd91a9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b''
2026-05-31 00:19:02,676 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 404 GET https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e 0.036s
2026-05-31 00:19:02,676 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:02 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-4c097721-3ed2-4531-b5d7-f0ca17832436', 'x-compute-request-id': 'req-4c097721-3ed2-4531-b5d7-f0ca17832436', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.86/compute/v2.1/servers/ee85c39c-329f-41fe-a54c-5c0f1773187e'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance ee85c39c-329f-41fe-a54c-5c0f1773187e could not be found."}}'
2026-05-31 00:19:02,707 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74 0.029s
2026-05-31 00:19:02,707 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:02 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-8c62b3b1-c12f-495d-aef7-13d18b5c2cb5', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74'}
Body: b''
2026-05-31 00:19:02,729 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74 0.022s
2026-05-31 00:19:02,730 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16b4703e-84ad-4fa0-8213-a9658b5e3bd9', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16b4703e-84ad-4fa0-8213-a9658b5e3bd9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74'}
Body: b'{"volume": {"id": "dde5fe08-1fe3-4923-91b2-605491faea74", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:18:25.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestVolumeBootPattern-volume-1369169170", "description": null, "volume_type": "tempest-scenario-type-luks2-2140418797", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/dde5fe08-1fe3-4923-91b2-605491faea74"}], "user_id": "46c98ac5244441aebac0757806f428d6", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "48c7ebd2cdb64766bb5a0825ca75ee40"}}'
2026-05-31 00:19:03,755 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74 0.021s
2026-05-31 00:19:03,755 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:03 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-bcb39492-d0fb-4d7e-ab63-9c237af4f401', 'x-openstack-request-id': 'req-bcb39492-d0fb-4d7e-ab63-9c237af4f401', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.86/volume/v3/volumes/dde5fe08-1fe3-4923-91b2-605491faea74'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume dde5fe08-1fe3-4923-91b2-605491faea74 could not be found."}}'
2026-05-31 00:19:03,800 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.86/volume/v3/volumes/detail?all_tenants=1 0.044s
2026-05-31 00:19:03,800 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b982f54a-9954-4d9e-b590-00edb94f8bd8', 'content-length': '12862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b982f54a-9954-4d9e-b590-00edb94f8bd8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.86/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "81bfe818-422d-4371-8cee-d7da32b24378", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:19:02.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-325205453", "description": null, "volume_type": "storpool", "snapshot_id": "6c148331-322e-4d78-8ee6-a36660e75970", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/81bfe818-422d-4371-8cee-d7da32b24378"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/81bfe818-422d-4371-8cee-d7da32b24378"}], "user_id": "cd32df9b4aa94b62b533edf887f4a699", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "35913a47e5c24fd0bd99a2b338c0ddd6", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001802@storpool#default", "volume_image_metadata": {"hw_rng_model": "virtio", "os_glance_failed_import": "", "os_glance_importing_to_stores": "", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "owner_specified.openstack.sha256": "", "image_id": "e6f8b312-6449-46c4-bd77-4d1974ada497", "image_name": "cirros-0.6.3-x86_64-disk", "checksum": "87617e24a5e30cb3b87fda8c0764838f", "container_format": "bare", "disk_format": "qcow2", "min_disk": "0", "min_ram": "0", "size": "21692416"}}, {"id": "04240bd8-8e2a-47e2-8053-248832642bd7", "status": "restoring-backup", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:18:53.000000", "updated_at": "2026-05-31T00:19:03.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-1670855623", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/04240bd8-8e2a-47e2-8053-248832642bd7"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/04240bd8-8e2a-47e2-8053-248832642bd7"}], "user_id": "d621d4af47784e19a7849fc87d96dbf5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "148cbd4aec674e7c9ae6c123ec0a0ba7", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001802@storpool#default"}, {"id": "41d65025-822d-4c75-9855-d1bf6010a831", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:18:34.000000", "updated_at": "2026-05-31T00:18:51.000000", "name": "tempest-VolumesBackupsAdminTest-Volume-1670855623", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/41d65025-822d-4c75-9855-d1bf6010a831"}, {"rel": "bookmark", "href": "https://10.4.3.86/volume/volumes/41d65025-822d-4c75-9855-d1bf6010a831"}], "user_id": "d621d4af47784e19a7849fc87d96dbf5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "148cbd4aec674e7c9ae6c123ec0a0ba7", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001802@storpool#template_virtual"}, {"id": "0adfcbb9-1002-4bcf-8eff-429cfa5723a7", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T00:18:16.000000", "updated_at": "2026-05-31T00:18:26.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1582947457", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.86/volume/v3/volumes/0adfcbb9-1002-4bcf-8eff-429cfa5723a7"}, {"rel": "bookmark", "href": "http
2026-05-31 00:19:03,845 106766 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.86/volume/v3/types/a3d78cbf-6a6d-479f-a271-11d804c3c70a 0.037s
2026-05-31 00:19:03,846 106766 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 00:19:03 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-7a20f022-4562-4bf1-8514-020eef9f1a6c', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.86/volume/v3/types/a3d78cbf-6a6d-479f-a271-11d804c3c70a'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 266, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 232, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server ee85c39c-329f-41fe-a54c-5c0f1773187e failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-31T00:18:59Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance ee85c39c-329f-41fe-a54c-5c0f1773187e.'}. Request ID of server operation performed before checking the server status req-83f21b83-eb8b-48bd-91ef-e90444d57a0a.
|
||||||
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 | |
VolumeTypesMemberTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt19.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
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 | |
LiveMigrationWithoutHostTest) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt24.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt24.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt26.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt27.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt28.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt32.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt34.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt35.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt36.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt37.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt37.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt38.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt39.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt40.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
pass
pt42.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt43.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt44.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt45.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt45.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt46.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt47.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt47.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt48.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt48.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt49.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt49.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt50.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt50.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt51.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt51.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt51.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt52.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt53.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt54.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt54.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt54.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt54.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt54.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt54.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt55.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt55.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt55.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt55.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt55.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt55.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt55.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt55.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.image.v2.test_images_dependency.ImageDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
pass
pt56.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt57.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt57.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt58.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt58.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt58.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt59.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt60.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e]
|
||||||
| tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt61.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]
|
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt61.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt62.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt62.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt63.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt64.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt65.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt65.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt65.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt65.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt65.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt65.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt65.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt66.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt66.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt66.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt66.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt66.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt66.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt67.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt67.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt68.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt68.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt69.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]
|
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt69.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]
|
||||||
| tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt70.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176]
|
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt70.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt71.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]
|
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt71.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7]
|
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt71.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt71.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt71.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt71.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]
|
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt71.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt72.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt72.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt72.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt73.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt74.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d]
|
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt74.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908]
|
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt74.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt74.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt74.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt75.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt75.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt75.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt75.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt75.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt76.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt76.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt77.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt77.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt78.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]
|
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt78.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt78.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt78.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt78.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt79.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220]
|
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt79.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60]
|
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt79.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt80.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative]
|
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt80.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative]
|
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt80.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative]
|
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt80.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative]
|
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt80.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative]
|
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt80.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative]
|
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt80.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative]
|
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt80.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative]
|
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt80.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative]
|
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt80.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative]
|
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt80.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative]
|
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt80.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative]
|
||||||
| tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt81.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative]
|
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt81.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]
|
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt81.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]
|
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt81.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]
|
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt81.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative]
|
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt81.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt82.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt82.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt82.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt82.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt82.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt82.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt83.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]
|
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt83.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt84.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt85.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt86.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt87.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt88.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt88.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt89.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt89.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt90.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt91.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt91.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt92.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt92.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt93.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt93.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt94.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt94.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt95.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt95.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt96.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt96.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt96.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt96.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt96.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt96.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt97.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]
|
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt97.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image]
|
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt97.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6]
|
||||||
test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e] |
pass
pt97.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt98.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt99.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]
|
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt99.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt100.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt101.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt102.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt102.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt103.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt103.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt103.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt104.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt105.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke]
|
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt105.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02]
|
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt105.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623]
|
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt105.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de]
|
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt105.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3]
|
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt105.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c]
|
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt105.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8]
|
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt105.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4]
|
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt105.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]
|
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt105.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d]
|
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt105.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877]
|
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt105.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214]
|
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt105.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87]
|
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt105.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce]
|
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt105.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce]
|
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt105.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1]
|
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt105.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f]
|
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt105.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt106.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt106.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]
|
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt106.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]
|
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt106.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative]
|
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt106.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative]
|
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt106.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative]
|
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt106.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative]
|
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt106.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative]
|
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt106.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative]
|
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt106.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative]
|
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt106.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt106.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative]
|
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt106.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative]
|
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt106.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt106.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative]
|
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt106.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative]
|
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt106.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative]
|
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt106.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative]
|
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt106.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative]
|
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt106.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative]
|
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt106.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative]
|
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt106.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative]
|
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt106.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative]
|
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt106.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative]
|
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt106.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt106.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative]
|
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt106.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative]
|
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt106.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative]
|
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt106.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative]
|
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt106.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative]
|
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt106.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt106.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt107.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt107.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt107.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt107.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt107.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt107.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt108.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt108.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt108.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt108.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt108.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt108.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt108.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt108.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt108.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt108.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt108.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt108.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt108.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt109.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative]
|
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt109.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative]
|
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt109.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative]
|
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt109.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative]
|
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt109.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt109.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt110.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
pass
pt111.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt111.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt112.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt113.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt114.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt115.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt116.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] |
pass
pt117.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume]
|
||||||
| Total | 321 | 295 | 2 | 0 | 24 | ||