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 12:46:18,274 106283 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1159825702 on backend None
2026-05-31 12:46:18,303 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.21/volume/v3/types 0.029s
2026-05-31 12:46:18,304 106283 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-1159825702", "extra_specs": {}}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15dd869f-8907-41b0-ad59-b91b9d185c80', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15dd869f-8907-41b0-ad59-b91b9d185c80', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types'}
Body: b'{"volume_type": {"id": "ec81c7d1-591a-46bf-9b9d-5525f344b9b9", "name": "tempest-scenario-type-luksv2-1159825702", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-31 12:46:18,305 106283 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: ec81c7d1-591a-46bf-9b9d-5525f344b9b9
2026-05-31 12:46:18,338 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.21/volume/v3/types/ec81c7d1-591a-46bf-9b9d-5525f344b9b9/encryption 0.032s
2026-05-31 12:46:18,339 106283 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 12:46:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e333579-094d-4633-95de-19b52bdc4733', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e333579-094d-4633-95de-19b52bdc4733', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types/ec81c7d1-591a-46bf-9b9d-5525f344b9b9/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "ec81c7d1-591a-46bf-9b9d-5525f344b9b9", "encryption_id": "baef9960-3be5-472b-aaa5-89f34d12cce3"}}'
2026-05-31 12:46:18,538 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.21/volume/v3/volumes 0.197s
2026-05-31 12:46:18,538 106283 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-1864064538", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "size": 1}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2edaa4d4-0f48-4cf1-b731-fd6ee352a2f1', 'content-length': '785', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2edaa4d4-0f48-4cf1-b731-fd6ee352a2f1', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.472920", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-31 12:46:18,649 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.21/identity/v3/auth/tokens 0.102s
2026-05-31 12:46:18,649 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:18 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-844e0b72-77c9-40df-9f6b-4812b4eb271d', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "e469ff0b32ab4e0ead48af168435e3c9", "name": "tempest-TestEncryptedCinderVolumes-1951539225-project-member", "password_expires_at": null}, "audit_ids": ["pAfsjFfASoWeYZN0ciTkOQ"], "expires_at": "2026-05-31T13:46:18.000000Z", "issued_at": "2026-05-31T12:46:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "99108a21613f42728e71a832316157ad", "name": "tempest-TestEncryptedCinderVolumes-1951539225"}, "is_domain": false, "roles": [{"id": "66b619ec50ac48f493a4465a759fd806", "name": "member"}, {"id": "f1db34876afb4265ae425d1a29b769eb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "83be39e4e3ad44b59888d8707e562ce3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2/99108a21613f42728e71a832316157ad", "region": "RegionOne"}], "id": "0d1758501c5146a99dd6bc14b539bf95", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "34dabfbd4b7f406ca3e539ffa123f3d6", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21:8080/v1/AUTH_99108a21613f42728e71a832316157ad", "region": "RegionOne"}, {"id": "9c05e6b3df3a4ae9b09fb9570d03e7b6", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.21:8080", "region": "RegionOne"}], "id": "242fbc77995a4231a7c8e1832434748c", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "242ba8316ca74f008aac8981a73a18d4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/networking", "region": "RegionOne"}], "id": "50969927466c4b2eaa59e17d97bc5107", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6a08620c79e44021b0c7ae01d0f67112", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2.1", "region": "RegionOne"}], "id": "8c238ef597cb44aea39fc08405e08391", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7d22da48f2de4f12966dfaffe273f547", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/placement", "region": "RegionOne"}], "id": "9bf8f58c85a84051b7ab1d298b76267b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "d0432c77ae804d80a9cc2f8857316b11", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/volume/v3", "region": "RegionOne"}], "id": "a19b4b872ac34d2abdbbae95bab6a209", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9166e3d5b1a948ad8abfb76baf186bd0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/image", "region": "RegionOne"}], "id": "bd8cfad749074ea1bd7d56bb71471b49", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aa7f2924eebe45708e76538bc5f1ce66", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/identity", "region": "RegionOne"}], "id": "f2ffccf8fa014b068b85105b46b43856", "type": "identity", "name": "keystone"}]}}'
2026-05-31 12:46:18,650 106283 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '7aae9f9e-287a-4a83-ab63-f35ed2c74441', 'name': 'tempest-TestEncryptedCinderVolumes-391050327-network', 'tenant_id': '99108a21613f42728e71a832316157ad', 'project_id': '99108a21613f42728e71a832316157ad', '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': 5771, '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-31T12:43:31Z', 'updated_at': '2026-05-31T12:43:32Z', 'revision_number': 1} available for tenant
2026-05-31 12:46:18,650 106283 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-31 12:46:18,650 106283 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-31 12:46:18,698 106283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.21/compute/v2.1/os-keypairs 0.046s
2026-05-31 12:46:18,698 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-1552063964", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNUifgZ3VQkZXjGz070U09wCSx7ad2qgBhb1Rs2CigrSVozXqIGe5WBEnPUUDBgs6TBAb73H66nOUx55vVpP41qcWb+Ei5msT/9+5t1xb5uqaFke5ap0lNFLF5+ThrECSw=="}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:18 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-678d9c6c-65b7-4ef9-9d83-c87ff652dad8', 'x-compute-request-id': 'req-678d9c6c-65b7-4ef9-9d83-c87ff652dad8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-1552063964", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNUifgZ3VQkZXjGz070U09wCSx7ad2qgBhb1Rs2CigrSVozXqIGe5WBEnPUUDBgs6TBAb73H66nOUx55vVpP41qcWb+Ei5msT/9+5t1xb5uqaFke5ap0lNFLF5+ThrECSw==", "fingerprint": "cb:18:ad:f0:50:39:91:35:d1:d9:f4:ac:8e:26:b6:8b", "user_id": "e469ff0b32ab4e0ead48af168435e3c9"}}'
2026-05-31 12:46:18,700 106283 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1552063964 created
2026-05-31 12:46:18,892 106283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-groups 0.192s
2026-05-31 12:46:18,893 106283 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--723346519", "description": "tempest-description--1762088106"}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-5efc56fd-ec5e-4aeb-96ab-3735e021768b', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "a5361e00-bd55-4e31-9c80-000abfce2c03", "name": "tempest-securitygroup--723346519", "stateful": true, "tenant_id": "99108a21613f42728e71a832316157ad", "project_id": "99108a21613f42728e71a832316157ad", "description": "tempest-description--1762088106", "shared": false, "security_group_rules": [{"id": "10d40cdd-d92f-4ec6-bf8f-b9548ad41811", "project_id": "99108a21613f42728e71a832316157ad", "security_group_id": "a5361e00-bd55-4e31-9c80-000abfce2c03", "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": 1510, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-31T12:46:18Z", "updated_at": "2026-05-31T12:46:18Z", "revision_number": 0, "tenant_id": "99108a21613f42728e71a832316157ad"}, {"id": "8f327fda-464b-4254-be1e-12c89a0c049c", "project_id": "99108a21613f42728e71a832316157ad", "security_group_id": "a5361e00-bd55-4e31-9c80-000abfce2c03", "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": 1509, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-31T12:46:18Z", "updated_at": "2026-05-31T12:46:18Z", "revision_number": 0, "tenant_id": "99108a21613f42728e71a832316157ad"}], "tags": [], "created_at": "2026-05-31T12:46:18Z", "updated_at": "2026-05-31T12:46:18Z", "revision_number": 1}}'
2026-05-31 12:46:19,057 106283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.164s
2026-05-31 12:46:19,057 106283 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": "a5361e00-bd55-4e31-9c80-000abfce2c03", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-138c78d2-f8e8-4af5-9938-e08fc6ede7da', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "41f042e4-bab4-4d96-8c39-b74cc3a4d447", "project_id": "99108a21613f42728e71a832316157ad", "security_group_id": "a5361e00-bd55-4e31-9c80-000abfce2c03", "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-31T12:46:18Z", "updated_at": "2026-05-31T12:46:18Z", "revision_number": 0, "tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:46:19,199 106283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/security-group-rules 0.141s
2026-05-31 12:46:19,200 106283 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": "a5361e00-bd55-4e31-9c80-000abfce2c03", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4d497240-0dbc-4187-9cc2-1b083241eb28', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "e6cb41e0-4ae4-45a1-866a-b7c86072e589", "project_id": "99108a21613f42728e71a832316157ad", "security_group_id": "a5361e00-bd55-4e31-9c80-000abfce2c03", "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-31T12:46:19Z", "updated_at": "2026-05-31T12:46:19Z", "revision_number": 0, "tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:46:19,200 106283 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--723346519 created
2026-05-31 12:46:19,797 106283 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.21/networking/v2.0/floatingips 0.597s
2026-05-31 12:46:19,797 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "67c0e807-b932-409c-8718-e0b48896c81c"}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-984824bd-3adc-4285-8527-cd823afe8701', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "4f35a663-0f7d-487c-8edf-72646f85f6b6", "tenant_id": "99108a21613f42728e71a832316157ad", "project_id": "99108a21613f42728e71a832316157ad", "floating_ip_address": "172.24.5.146", "floating_network_id": "67c0e807-b932-409c-8718-e0b48896c81c", "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-31T12:46:19Z", "updated_at": "2026-05-31T12:46:19Z", "revision_number": 0}}'
2026-05-31 12:46:19,797 106283 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4f35a663-0f7d-487c-8edf-72646f85f6b6', 'tenant_id': '99108a21613f42728e71a832316157ad', 'project_id': '99108a21613f42728e71a832316157ad', 'floating_ip_address': '172.24.5.146', 'floating_network_id': '67c0e807-b932-409c-8718-e0b48896c81c', '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-31T12:46:19Z', 'updated_at': '2026-05-31T12:46:19Z', 'revision_number': 0, 'ip': '172.24.5.146'} created
2026-05-31 12:46:19,797 106283 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1552063964', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNUifgZ3VQkZXjGz070U09wCSx7ad2qgBhb1Rs2CigrSVozXqIGe5WBEnPUUDBgs6TBAb73H66nOUx55vVpP41qcWb+Ei5msT/9+5t1xb5uqaFke5ap0lNFLF5+ThrECSw==', 'fingerprint': 'cb:18:ad:f0:50:39:91:35:d1:d9:f4:ac:8e:26:b6:8b', 'user_id': 'e469ff0b32ab4e0ead48af168435e3c9', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCSd7YQSzJdmsh/xKGaaf47TmPxV2ZYdmnlxbwwEYWEcO0Dt4BoFW76\nOQlg+1mUXlSgBwYFK4EEACKhZANiAATVIn4Gd1UJGV4xs9O9FNPcAkse2ndqoAYW\n9UbNgooK0laM16iBnuVgRJz1FAwYLOkwQG+9x+upzlMeeb1aT+NanFm/hIuZrE//\nfubdcW+bqmhZHuWqdJTRSxefk4axAks=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a5361e00-bd55-4e31-9c80-000abfce2c03', 'name': 'tempest-securitygroup--723346519', 'stateful': True, 'tenant_id': '99108a21613f42728e71a832316157ad', 'project_id': '99108a21613f42728e71a832316157ad', 'description': 'tempest-description--1762088106', 'shared': False, 'security_group_rules': [{'id': '10d40cdd-d92f-4ec6-bf8f-b9548ad41811', 'project_id': '99108a21613f42728e71a832316157ad', 'security_group_id': 'a5361e00-bd55-4e31-9c80-000abfce2c03', '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': 1510, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-31T12:46:18Z', 'updated_at': '2026-05-31T12:46:18Z', 'revision_number': 0, 'tenant_id': '99108a21613f42728e71a832316157ad'}, {'id': '8f327fda-464b-4254-be1e-12c89a0c049c', 'project_id': '99108a21613f42728e71a832316157ad', 'security_group_id': 'a5361e00-bd55-4e31-9c80-000abfce2c03', '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': 1509, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-31T12:46:18Z', 'updated_at': '2026-05-31T12:46:18Z', 'revision_number': 0, 'tenant_id': '99108a21613f42728e71a832316157ad'}], 'tags': [], 'created_at': '2026-05-31T12:46:18Z', 'updated_at': '2026-05-31T12:46:18Z', 'revision_number': 1}, 'floating_ip': {'id': '4f35a663-0f7d-487c-8edf-72646f85f6b6', 'tenant_id': '99108a21613f42728e71a832316157ad', 'project_id': '99108a21613f42728e71a832316157ad', 'floating_ip_address': '172.24.5.146', 'floating_network_id': '67c0e807-b932-409c-8718-e0b48896c81c', '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-31T12:46:19Z', 'updated_at': '2026-05-31T12:46:19Z', 'revision_number': 0, 'ip': '172.24.5.146'}}
2026-05-31 12:46:20,565 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.21/compute/v2.1/servers 0.767s
2026-05-31 12:46:20,565 106283 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-2144429252", "imageRef": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "flavorRef": "42", "networks": [{"uuid": "7aae9f9e-287a-4a83-ab63-f35ed2c74441"}], "security_groups": [{"name": "tempest-securitygroup--723346519"}], "key_name": "tempest-keypair-1552063964", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '403', 'location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90e9515b-50f8-4ff5-b8dd-e36881f91c6b', 'x-compute-request-id': 'req-90e9515b-50f8-4ff5-b8dd-e36881f91c6b', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/servers'}
Body: b'{"server": {"id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--723346519"}], "adminPass": "ttrdpasH8koh"}}'
2026-05-31 12:46:20,863 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.296s
2026-05-31 12:46:20,863 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:20 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-574fa7d1-1401-48c9-984a-f0b76a525ce1', 'x-compute-request-id': 'req-574fa7d1-1401-48c9-984a-f0b76a525ce1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:21Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:20Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1552063964", "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 12:46:21,973 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.102s
2026-05-31 12:46:21,973 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1234', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8f7e2d5-59ad-4fad-889e-ac79aad32b86', 'x-compute-request-id': 'req-c8f7e2d5-59ad-4fad-889e-ac79aad32b86', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "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 12:46:21,979 106283 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait
2026-05-31 12:46:23,131 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.151s
2026-05-31 12:46:23,131 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:22 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-6b91cc0b-6e79-44ec-953f-22868ce80535', 'x-compute-request-id': 'req-6b91cc0b-6e79-44ec-953f-22868ce80535', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "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 12:46:24,238 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.101s
2026-05-31 12:46:24,238 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:24 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-a391d150-b4de-47d3-89d8-1a9a89dda666', 'x-compute-request-id': 'req-a391d150-b4de-47d3-89d8-1a9a89dda666', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:22Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "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 12:46:25,506 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.262s
2026-05-31 12:46:25,507 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1365', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16497fd1-1d2f-4906-872c-9fafb9501539', 'x-compute-request-id': 'req-16497fd1-1d2f-4906-872c-9fafb9501539', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:24Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:25,512 106283 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-31 12:46:26,691 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.178s
2026-05-31 12:46:26,692 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:26 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-2ea31058-0021-448a-b21b-b883290a6a34', 'x-compute-request-id': 'req-2ea31058-0021-448a-b21b-b883290a6a34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:26,697 106283 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 6 second wait
2026-05-31 12:46:27,864 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.166s
2026-05-31 12:46:27,864 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:27 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-8728004b-4986-4b58-a2c8-2c3010f01589', 'x-compute-request-id': 'req-8728004b-4986-4b58-a2c8-2c3010f01589', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:29,045 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.170s
2026-05-31 12:46:29,046 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:28 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-99b016dd-52e8-4a1a-ba8c-cdee1c3546e8', 'x-compute-request-id': 'req-99b016dd-52e8-4a1a-ba8c-cdee1c3546e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:30,225 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.170s
2026-05-31 12:46:30,225 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:30 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-541e5903-ca3b-46d3-b4ea-c465354dad3c', 'x-compute-request-id': 'req-541e5903-ca3b-46d3-b4ea-c465354dad3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:31,460 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.230s
2026-05-31 12:46:31,461 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:31 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-61ae8b98-110d-4e93-a58f-617cee1ccf28', 'x-compute-request-id': 'req-61ae8b98-110d-4e93-a58f-617cee1ccf28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:32,697 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.228s
2026-05-31 12:46:32,697 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:32 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-250d2468-9708-4298-83cc-550fa6cfe16c', 'x-compute-request-id': 'req-250d2468-9708-4298-83cc-550fa6cfe16c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:26Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:33,918 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.216s
2026-05-31 12:46:33,918 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:33 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-2e84bb9f-d83d-4c1d-bfa3-8edc2cb5ff6c', 'x-compute-request-id': 'req-2e84bb9f-d83d-4c1d-bfa3-8edc2cb5ff6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "BUILD", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:33Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:35,100 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.176s
2026-05-31 12:46:35,100 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a27c5e1d-cf31-44db-b2e3-9fefe7b7fcd5', 'x-compute-request-id': 'req-a27c5e1d-cf31-44db-b2e3-9fefe7b7fcd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-391050327-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}]}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "ACTIVE", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": "2026-05-31T12:46:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:46:35,108 106283 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 15 second wait
2026-05-31 12:46:35,215 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5/os-interface 0.106s
2026-05-31 12:46:35,216 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-418171bd-aa58-4c3f-9021-c58446f05de1', 'x-compute-request-id': 'req-418171bd-aa58-4c3f-9021-c58446f05de1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "7aae9f9e-287a-4a83-ab63-f35ed2c74441", "port_id": "cf0565ec-4646-4818-83d2-7867c7fbc236", "mac_addr": "fa:16:3e:d6:8e:64", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a626f576-3ecd-4b5a-ad00-2974881ba0d8", "ip_address": "10.1.0.14"}]}]}'
2026-05-31 12:46:35,745 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.21/networking/v2.0/floatingips/4f35a663-0f7d-487c-8edf-72646f85f6b6 0.528s
2026-05-31 12:46:35,745 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "cf0565ec-4646-4818-83d2-7867c7fbc236"}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:46:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-6a1c3ba7-02d8-4033-ba34-7f5feffbc3b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/4f35a663-0f7d-487c-8edf-72646f85f6b6'}
Body: b'{"floatingip": {"id": "4f35a663-0f7d-487c-8edf-72646f85f6b6", "tenant_id": "99108a21613f42728e71a832316157ad", "project_id": "99108a21613f42728e71a832316157ad", "floating_ip_address": "172.24.5.146", "floating_network_id": "67c0e807-b932-409c-8718-e0b48896c81c", "router_id": "4f66a60f-0e7b-4138-9446-ab43211d3f91", "port_id": "cf0565ec-4646-4818-83d2-7867c7fbc236", "fixed_ip_address": "10.1.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7aae9f9e-287a-4a83-ab63-f35ed2c74441", "mac_address": "fa:16:3e:d6:8e:64", "admin_state_up": true, "status": "ACTIVE", "device_id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-31T12:46:19Z", "updated_at": "2026-05-31T12:46:35Z", "revision_number": 1}}'
2026-05-31 12:46:35,746 106283 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.146:22' as 'cirros' with public key authentication
2026-05-31 12:47:11,804 106283 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-31 12:47:11,973 106283 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-31 12:47:11,974 106283 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.146 successfully created
2026-05-31 12:47:12,174 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.200s
2026-05-31 12:47:12,174 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-801a4f8a-ff4a-4bae-851a-a5a10c2ecfc7', 'x-compute-request-id': 'req-801a4f8a-ff4a-4bae-851a-a5a10c2ecfc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-391050327-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}, {"version": 4, "addr": "172.24.5.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}]}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "ACTIVE", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:46:34Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": "2026-05-31T12:46:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:47:12,218 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:47:12,218 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e2b857c-33ba-4e70-a12f-0e309e94cd34', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e2b857c-33ba-4e70-a12f-0e309e94cd34', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:46:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:12,224 106283 INFO [tempest.common.waiters] volume f75896bb-d687-42cd-840b-e7409b842513 reached available after waiting for 0.224381 seconds
2026-05-31 12:47:12,246 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:47:12,246 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85ce3667-742f-4e2f-bcdb-5d19fe1a2ab5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85ce3667-742f-4e2f-bcdb-5d19fe1a2ab5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:46:19.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:14,817 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5/os-volume_attachments 2.566s
2026-05-31 12:47:14,817 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "f75896bb-d687-42cd-840b-e7409b842513"}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:12 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-2427e03d-bfb7-494f-aeb6-60e7d51fc551', 'x-compute-request-id': 'req-2427e03d-bfb7-494f-aeb6-60e7d51fc551', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "serverId": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "volumeId": "f75896bb-d687-42cd-840b-e7409b842513", "device": "/dev/vdb"}}'
2026-05-31 12:47:14,848 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:47:14,848 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7400d05-d379-4ef7-85d1-41579c7bb9bd', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7400d05-d379-4ef7-85d1-41579c7bb9bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:15,891 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.034s
2026-05-31 12:47:15,891 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3f7dc11-1d19-46e6-a88c-b001fbf52611', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3f7dc11-1d19-46e6-a88c-b001fbf52611', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:16,930 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.031s
2026-05-31 12:47:16,930 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6bd34ad-7cb3-4327-b361-2cad01bbc650', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6bd34ad-7cb3-4327-b361-2cad01bbc650', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:17,977 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.041s
2026-05-31 12:47:17,978 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09b84121-bc05-41ea-b49f-0aa01b46fc10', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09b84121-bc05-41ea-b49f-0aa01b46fc10', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:20,468 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 1.485s
2026-05-31 12:47:20,468 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5ee5133-b140-4b2b-873d-5b86e28a9e0b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5ee5133-b140-4b2b-873d-5b86e28a9e0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:21,499 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:47:21,499 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a8a4716-b486-4ef7-861e-f45bc754ad3c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a8a4716-b486-4ef7-861e-f45bc754ad3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:22,544 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.038s
2026-05-31 12:47:22,545 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c848096-c13a-4627-9396-c4f6c427a973', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c848096-c13a-4627-9396-c4f6c427a973', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:23,814 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.261s
2026-05-31 12:47:23,815 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5ee776-382f-41b7-9602-5a78012d93a1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c5ee776-382f-41b7-9602-5a78012d93a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:24,849 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:47:24,850 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af492bb-a572-4d28-9313-35ce1eb4b0f6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af492bb-a572-4d28-9313-35ce1eb4b0f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:25,972 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.117s
2026-05-31 12:47:25,972 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42455c96-2d41-453a-9f20-f647a2d2807a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42455c96-2d41-453a-9f20-f647a2d2807a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:27,010 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.032s
2026-05-31 12:47:27,011 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fb2da61-309a-4e48-a83c-ff55b3d65ea0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fb2da61-309a-4e48-a83c-ff55b3d65ea0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:28,056 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.038s
2026-05-31 12:47:28,056 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-880b1451-4c06-48ed-91f7-427b2df4155b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-880b1451-4c06-48ed-91f7-427b2df4155b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:29,097 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.035s
2026-05-31 12:47:29,097 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b1dd3b9-f633-440e-bc9e-875f2345d254', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b1dd3b9-f633-440e-bc9e-875f2345d254', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:30,138 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.035s
2026-05-31 12:47:30,138 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ada0a22-2ad6-4aff-b866-21d0279afce8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ada0a22-2ad6-4aff-b866-21d0279afce8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:31,181 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:47:31,182 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33152e05-cd6d-4cea-94a5-5e255fff000a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33152e05-cd6d-4cea-94a5-5e255fff000a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:32,228 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.038s
2026-05-31 12:47:32,228 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af07ce9-a274-44d3-ac72-5a7ee4957e66', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af07ce9-a274-44d3-ac72-5a7ee4957e66', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:33,263 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:47:33,263 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3027e356-03ae-4223-b093-89e141f5cd6d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3027e356-03ae-4223-b093-89e141f5cd6d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:15.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:34,299 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:47:34,299 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f96122d-3fa9-4bfe-ba37-bd6d4fe4fb19', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f96122d-3fa9-4bfe-ba37-bd6d4fe4fb19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:35,334 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:47:35,334 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-305c0a92-3f57-4891-8849-04e5a6542e46', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-305c0a92-3f57-4891-8849-04e5a6542e46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:36,373 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:47:36,373 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fbc1a0f-7759-4822-af68-8609f2611a49', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fbc1a0f-7759-4822-af68-8609f2611a49', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:37,416 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.038s
2026-05-31 12:47:37,417 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1af0d19e-407b-4d9a-a70b-f2ae8473ace2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1af0d19e-407b-4d9a-a70b-f2ae8473ace2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:38,448 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:47:38,449 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c1528e4-0f6e-4325-bf1e-88bad9e60454', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c1528e4-0f6e-4325-bf1e-88bad9e60454', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:39,480 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:47:39,480 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d356ebc-91d9-490f-8387-4e864cdf6787', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d356ebc-91d9-490f-8387-4e864cdf6787', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:40,516 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:47:40,516 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21b9b6e6-d0af-407b-aad1-196dd3ad2483', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21b9b6e6-d0af-407b-aad1-196dd3ad2483', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:41,547 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:47:41,548 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a30550-f7fd-428f-a35e-e3994888ea71', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a30550-f7fd-428f-a35e-e3994888ea71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:42,584 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:47:42,584 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cee9f777-ad30-4ec1-aae6-4fd3003212bd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cee9f777-ad30-4ec1-aae6-4fd3003212bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:43,621 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.031s
2026-05-31 12:47:43,621 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a980c9f8-529b-40f3-b2e9-e0ce22021b52', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a980c9f8-529b-40f3-b2e9-e0ce22021b52', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:44,662 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.035s
2026-05-31 12:47:44,662 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23eb2323-d145-4eab-89d9-3225dcb75c26', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23eb2323-d145-4eab-89d9-3225dcb75c26', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:45,689 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:47:45,689 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-024cacf0-6aa9-4271-95fb-60ed4ac4a0fd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-024cacf0-6aa9-4271-95fb-60ed4ac4a0fd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:46,725 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:47:46,726 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-196f1e83-5200-465c-bbcf-9d0200059327', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-196f1e83-5200-465c-bbcf-9d0200059327', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:47,757 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:47:47,758 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03b71f51-50b3-4bbf-b00a-b742dff18e56', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b71f51-50b3-4bbf-b00a-b742dff18e56', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:48,793 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:47:48,793 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c962383-5b4a-42f1-9622-8c367bb7ac38', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c962383-5b4a-42f1-9622-8c367bb7ac38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:49,829 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:47:49,829 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1ebf8ed-21cb-49db-ac74-2432012e6ae7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1ebf8ed-21cb-49db-ac74-2432012e6ae7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:50,867 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.032s
2026-05-31 12:47:50,867 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f97e142-135f-457a-b71a-8cb25d322e6f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f97e142-135f-457a-b71a-8cb25d322e6f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:51,909 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.035s
2026-05-31 12:47:51,909 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b02dab0e-ceff-4d64-a15d-6ca64f36c12d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b02dab0e-ceff-4d64-a15d-6ca64f36c12d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:52,945 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:47:52,946 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23113bfd-b895-4ac9-8f9b-e2f26a3fd53c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23113bfd-b895-4ac9-8f9b-e2f26a3fd53c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:53,989 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:47:53,989 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c4251de-f745-446d-8dc1-0e1f29029402', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c4251de-f745-446d-8dc1-0e1f29029402', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:55,035 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.038s
2026-05-31 12:47:55,035 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-725ad4a0-6cf9-4602-87cd-aac098fd2f38', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-725ad4a0-6cf9-4602-87cd-aac098fd2f38', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:56,071 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:47:56,071 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffb4710e-a8f3-49bd-a9ac-ed3f2d1a4fcc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffb4710e-a8f3-49bd-a9ac-ed3f2d1a4fcc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:57,107 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:47:57,107 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5e2e632-215f-41db-a57f-9ecba243330c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5e2e632-215f-41db-a57f-9ecba243330c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:58,147 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.032s
2026-05-31 12:47:58,147 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a82492cf-79d6-4013-b9c3-297c94790a2a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a82492cf-79d6-4013-b9c3-297c94790a2a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:47:59,185 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.032s
2026-05-31 12:47:59,185 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:47:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d27077c6-df9e-40d3-a47f-cdeaf61a9d47', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d27077c6-df9e-40d3-a47f-cdeaf61a9d47', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:00,238 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.046s
2026-05-31 12:48:00,239 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af8f356-966d-4822-92c2-9a47a1972102', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af8f356-966d-4822-92c2-9a47a1972102', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:01,283 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:48:01,283 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-806294af-9344-493f-945c-f215b3b9ea5d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-806294af-9344-493f-945c-f215b3b9ea5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:02,327 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.036s
2026-05-31 12:48:02,327 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e85f046-3b65-4475-9561-ee644debd8fc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e85f046-3b65-4475-9561-ee644debd8fc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:03,372 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.037s
2026-05-31 12:48:03,372 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-641a9ca5-4a02-4d65-8ca6-241dc0ca446f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-641a9ca5-4a02-4d65-8ca6-241dc0ca446f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:04,420 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.042s
2026-05-31 12:48:04,421 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4610df7-f137-4e16-8994-fd15e5ecccd5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4610df7-f137-4e16-8994-fd15e5ecccd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:05,455 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:48:05,456 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-685bb6bf-e0c2-4771-b05d-36c9a8670f35', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-685bb6bf-e0c2-4771-b05d-36c9a8670f35', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:06,486 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:48:06,487 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f573aafd-817e-4081-834a-0850c212afca', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f573aafd-817e-4081-834a-0850c212afca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:07,520 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:48:07,520 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04442351-999c-45f3-b4d3-dfdba7816ac4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04442351-999c-45f3-b4d3-dfdba7816ac4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:08,552 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:48:08,552 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4034fd93-6bcc-4e96-963c-6a812411744b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4034fd93-6bcc-4e96-963c-6a812411744b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:09,586 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:48:09,586 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9604abd-efa4-41da-9ae2-4d203a19c51b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9604abd-efa4-41da-9ae2-4d203a19c51b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:10,622 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.031s
2026-05-31 12:48:10,623 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-647c7249-d31e-4e5e-8455-18fabae41c71', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-647c7249-d31e-4e5e-8455-18fabae41c71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:11,665 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.037s
2026-05-31 12:48:11,665 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-243118a2-415e-48d6-92e6-039befd308c1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-243118a2-415e-48d6-92e6-039befd308c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:12,703 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.031s
2026-05-31 12:48:12,703 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64a6126-b2e4-4f5e-a3f3-3e6d3d9f1bfd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64a6126-b2e4-4f5e-a3f3-3e6d3d9f1bfd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:13,735 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:48:13,735 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0196addb-9e8a-4eef-a8b6-5172c10fb94a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0196addb-9e8a-4eef-a8b6-5172c10fb94a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:14,767 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:48:14,767 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ba5a3d9-1c34-4e33-9aac-579943d7fbcc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ba5a3d9-1c34-4e33-9aac-579943d7fbcc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:15,802 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:48:15,802 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e74e81f-321d-40f7-99e4-639afe169b74', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e74e81f-321d-40f7-99e4-639afe169b74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:16,843 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.034s
2026-05-31 12:48:16,844 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e780d857-09e0-4e76-93a8-707de4c4feed', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e780d857-09e0-4e76-93a8-707de4c4feed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:17,871 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:48:17,872 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ad87e28-8290-4012-b32a-42185f7c00fe', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ad87e28-8290-4012-b32a-42185f7c00fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:18,903 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:48:18,903 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83e3125-c8c8-4b34-b85b-807d63ebf5ce', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83e3125-c8c8-4b34-b85b-807d63ebf5ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:19,934 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:48:19,934 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4da8d46-fab7-418e-a81f-57d4c2c24cb0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4da8d46-fab7-418e-a81f-57d4c2c24cb0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:20,967 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:48:20,967 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab15ec63-2487-4ebe-bba4-26b699fee7c7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab15ec63-2487-4ebe-bba4-26b699fee7c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:22,005 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:48:22,006 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d757f393-4ca9-4951-b4a0-3fadf0501c8c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d757f393-4ca9-4951-b4a0-3fadf0501c8c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:23,042 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:48:23,042 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f30c5704-0714-4c1e-a36b-0fafcac6c1b6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f30c5704-0714-4c1e-a36b-0fafcac6c1b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:24,078 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:48:24,078 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a3b996d-9df7-4ccf-b43d-cd32e4ffda81', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a3b996d-9df7-4ccf-b43d-cd32e4ffda81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:25,114 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.031s
2026-05-31 12:48:25,115 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be004f7-0d2f-431f-adbe-09ad858b9415', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be004f7-0d2f-431f-adbe-09ad858b9415', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:26,144 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:48:26,144 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed2036f0-1782-437e-9042-d26539a8c29d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2036f0-1782-437e-9042-d26539a8c29d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:27,174 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:48:27,174 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c44c5d-e9e5-48b4-a725-bcb87f796c08', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c44c5d-e9e5-48b4-a725-bcb87f796c08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:28,212 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.032s
2026-05-31 12:48:28,212 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2387896-3c2d-4d52-bc1a-2935974f4c5c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2387896-3c2d-4d52-bc1a-2935974f4c5c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:29,244 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:48:29,244 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fb55f8b-fe3e-4e84-9df2-6b00e5513367', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fb55f8b-fe3e-4e84-9df2-6b00e5513367', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:30,273 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:48:30,273 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1924c6-0cc0-485d-ae02-458b831c566e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1924c6-0cc0-485d-ae02-458b831c566e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:31,305 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:48:31,305 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ac60a69-24ae-49ef-9b30-22c0d2b45d54', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac60a69-24ae-49ef-9b30-22c0d2b45d54', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:32,338 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:48:32,338 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c1804a9-7e46-4ea6-a6ed-ffbcedbb22c1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c1804a9-7e46-4ea6-a6ed-ffbcedbb22c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:33,365 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:48:33,365 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9340264-cc79-44f3-92db-f1779554a4b2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9340264-cc79-44f3-92db-f1779554a4b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:34,395 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:48:34,396 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37458ff0-b558-4872-847c-12342eee92bf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37458ff0-b558-4872-847c-12342eee92bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:35,423 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:48:35,424 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-797865fe-2515-4785-bc0a-15b11bc4675a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-797865fe-2515-4785-bc0a-15b11bc4675a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:36,452 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:48:36,452 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b525fe-23ee-4d86-9396-5067fb2c73db', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b525fe-23ee-4d86-9396-5067fb2c73db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:37,481 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:48:37,482 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d84d07d4-190b-4572-a500-44e626134925', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d84d07d4-190b-4572-a500-44e626134925', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:38,528 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.042s
2026-05-31 12:48:38,528 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bba289b-9469-4d7b-9a22-5dd94d8a8d2b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bba289b-9469-4d7b-9a22-5dd94d8a8d2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:39,560 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:48:39,561 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c9e66f0-a930-4288-a7b1-afa4371db3fe', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c9e66f0-a930-4288-a7b1-afa4371db3fe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:40,608 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.035s
2026-05-31 12:48:40,608 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d057bb8-fa19-485b-b5aa-21760523a3f1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d057bb8-fa19-485b-b5aa-21760523a3f1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:41,642 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:48:41,642 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1769547e-7cab-41a6-9174-1aa73c38751a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1769547e-7cab-41a6-9174-1aa73c38751a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:42,678 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:48:42,678 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5dce33e0-86d4-4234-baf3-d25e2ff5d920', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5dce33e0-86d4-4234-baf3-d25e2ff5d920', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:43,800 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.114s
2026-05-31 12:48:43,800 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-298b0dcb-aeb6-4739-84d4-d156d1990560', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-298b0dcb-aeb6-4739-84d4-d156d1990560', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:44,832 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:48:44,832 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-227924a6-60c3-40fc-96e6-64aaf912dba8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-227924a6-60c3-40fc-96e6-64aaf912dba8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:45,868 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:48:45,869 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18753b69-4759-4fa7-8684-a3c7e55acbb4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18753b69-4759-4fa7-8684-a3c7e55acbb4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:46,898 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:48:46,898 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e8b7b3f-e5cc-494a-b13d-8fd8599a69e8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e8b7b3f-e5cc-494a-b13d-8fd8599a69e8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:47,937 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:48:47,938 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1908f71-c3be-4b21-ade3-ecdcfe921f74', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1908f71-c3be-4b21-ade3-ecdcfe921f74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:48,974 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.031s
2026-05-31 12:48:48,974 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47a06e7-1b38-47a7-82a8-ae48fcf26801', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47a06e7-1b38-47a7-82a8-ae48fcf26801', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:50,005 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:48:50,005 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a957e4-62df-482f-ab0a-f5b8770ab111', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a957e4-62df-482f-ab0a-f5b8770ab111', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:51,034 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:48:51,035 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a59a7579-4cc1-4122-82b3-96478c96d2ce', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a59a7579-4cc1-4122-82b3-96478c96d2ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:52,063 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:48:52,063 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be654fbe-c643-4daf-9536-fdeaa87fb7b0', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be654fbe-c643-4daf-9536-fdeaa87fb7b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:53,091 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:48:53,091 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-978b7e51-d015-4f74-814a-a1f9a584bd05', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-978b7e51-d015-4f74-814a-a1f9a584bd05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:54,126 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:48:54,126 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f245ca59-fab3-4639-a78c-902c356c90bc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f245ca59-fab3-4639-a78c-902c356c90bc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:55,160 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:48:55,161 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8a4a5e-354e-4cc6-b953-d45ba32c885b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8a4a5e-354e-4cc6-b953-d45ba32c885b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:56,197 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:48:56,197 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a007d5-7f0c-4830-a70c-57887a397117', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a007d5-7f0c-4830-a70c-57887a397117', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:57,237 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.035s
2026-05-31 12:48:57,238 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4ab1112-2a7d-4ac7-b7b4-0b417d0403c1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4ab1112-2a7d-4ac7-b7b4-0b417d0403c1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:58,269 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:48:58,269 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c98701-36af-4abc-b210-a5c584b218eb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c98701-36af-4abc-b210-a5c584b218eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:48:59,303 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:48:59,303 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:48:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9191c048-7647-4f32-b0d5-a5e2c8ad800c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9191c048-7647-4f32-b0d5-a5e2c8ad800c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:00,339 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.031s
2026-05-31 12:49:00,340 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dcae7d1-b975-4630-ac96-f62f492037cf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dcae7d1-b975-4630-ac96-f62f492037cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:01,374 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:01,374 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ff6af9e-a653-47ca-9349-08449c93fcdb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ff6af9e-a653-47ca-9349-08449c93fcdb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:02,408 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:49:02,409 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599aa43a-669a-4a56-9c8d-8262d7e19391', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599aa43a-669a-4a56-9c8d-8262d7e19391', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:03,436 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:49:03,436 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea7573e-b728-4000-82f3-6bfcf5c906b6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea7573e-b728-4000-82f3-6bfcf5c906b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:04,469 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:49:04,469 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa5970ed-a29c-4610-ba2c-68fb6420bc28', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa5970ed-a29c-4610-ba2c-68fb6420bc28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:05,507 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.032s
2026-05-31 12:49:05,508 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee07b6c3-860d-4e96-a7c0-45f03e6f1b5e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee07b6c3-860d-4e96-a7c0-45f03e6f1b5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:06,542 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:49:06,542 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b3df86a-3ece-4f56-b3c9-229650e27162', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b3df86a-3ece-4f56-b3c9-229650e27162', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:07,576 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:49:07,576 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7171fde-b9b6-4cf9-bf47-4928c70dcaa2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7171fde-b9b6-4cf9-bf47-4928c70dcaa2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:08,616 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:49:08,616 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a175babf-afda-43da-95be-1043e289cf89', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a175babf-afda-43da-95be-1043e289cf89', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:09,647 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:49:09,647 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52de26c-c04c-4754-b323-1401f33add1d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52de26c-c04c-4754-b323-1401f33add1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:10,686 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:49:10,686 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6aadf40-c30c-41ee-ba56-09ddf78c7bb7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6aadf40-c30c-41ee-ba56-09ddf78c7bb7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:11,717 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:49:11,717 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f08fd159-2c48-445d-a70d-69c19d4005ec', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f08fd159-2c48-445d-a70d-69c19d4005ec', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:12,749 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:49:12,749 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1758652e-8cfe-43cf-abed-818ce5d91281', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1758652e-8cfe-43cf-abed-818ce5d91281', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:13,783 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:13,783 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8355a1-b282-475d-97eb-dc37aa8fbc72', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8355a1-b282-475d-97eb-dc37aa8fbc72', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:14,815 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:49:14,815 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab3fcaf-c0be-4e58-b36d-57ce232030a7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab3fcaf-c0be-4e58-b36d-57ce232030a7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:15,847 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:15,847 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a529bf22-7273-469e-8e10-e9b4dce00a02', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a529bf22-7273-469e-8e10-e9b4dce00a02', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:16,877 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:49:16,877 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ff4f5c5-49ac-43a7-b98e-f744446bd0cf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ff4f5c5-49ac-43a7-b98e-f744446bd0cf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:17,906 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:49:17,906 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19a18074-0c20-46ef-8a0d-6a651c74fd68', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19a18074-0c20-46ef-8a0d-6a651c74fd68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:18,937 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:49:18,937 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ffa69b4-3d81-4fb7-9b0b-ba85492ee0cd', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ffa69b4-3d81-4fb7-9b0b-ba85492ee0cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:19,968 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:19,968 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8b8ffc6-cea5-4b28-9947-029aa90eac51', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8b8ffc6-cea5-4b28-9947-029aa90eac51', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:20,999 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:21,000 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4545b9d-702a-4837-998a-8fd0acb6d8b2', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4545b9d-702a-4837-998a-8fd0acb6d8b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:22,034 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:49:22,034 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0178e34d-8db8-465f-aa38-8641f29bd3d9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0178e34d-8db8-465f-aa38-8641f29bd3d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:23,071 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:49:23,071 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58068b98-a542-4fcc-a538-da4b1e738b77', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58068b98-a542-4fcc-a538-da4b1e738b77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:24,102 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:49:24,102 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1124ee7-0dc5-4d4b-ac7e-9df658a9325f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1124ee7-0dc5-4d4b-ac7e-9df658a9325f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:25,136 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:49:25,136 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32b874b1-9c6f-4afd-9587-1c5a25e55fc1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32b874b1-9c6f-4afd-9587-1c5a25e55fc1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:26,165 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:49:26,165 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4828a26-e66d-4f5e-95fb-afce0e1ab1ce', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4828a26-e66d-4f5e-95fb-afce0e1ab1ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:27,193 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:49:27,194 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4ed2b3-b6cc-424c-ac7f-2ddbd48cedfb', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e4ed2b3-b6cc-424c-ac7f-2ddbd48cedfb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:28,226 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:49:28,227 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c331f7a-8c96-45a1-8072-83cefae4fb32', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c331f7a-8c96-45a1-8072-83cefae4fb32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:29,261 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:29,261 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2757b259-bd79-4897-b6c8-91357fad391a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2757b259-bd79-4897-b6c8-91357fad391a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:30,293 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:30,293 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1d41c0-80a7-429d-b687-bec1f51edd4a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1d41c0-80a7-429d-b687-bec1f51edd4a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:31,327 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:31,327 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8419a11-597d-4401-9d04-b7b3c4738e22', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8419a11-597d-4401-9d04-b7b3c4738e22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:32,358 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:32,358 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4b5784-51b5-480a-8e35-d58b0bd636da', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4b5784-51b5-480a-8e35-d58b0bd636da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:33,388 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:49:33,389 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45f34cf-cea3-4eac-9b4a-85ce66548284', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45f34cf-cea3-4eac-9b4a-85ce66548284', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:34,423 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:49:34,423 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96c20771-141d-4774-8b49-c4fbf3b1727f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96c20771-141d-4774-8b49-c4fbf3b1727f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:35,463 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.034s
2026-05-31 12:49:35,463 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b83c1fcb-2ddd-42b5-9eaf-58a73755161a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b83c1fcb-2ddd-42b5-9eaf-58a73755161a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:36,497 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:49:36,498 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f7127d3-f6c5-43f5-8a7b-bbe470668dac', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f7127d3-f6c5-43f5-8a7b-bbe470668dac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:37,530 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:37,530 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8bd12c0-39da-4613-b53a-811d8d32ba8a', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8bd12c0-39da-4613-b53a-811d8d32ba8a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:38,560 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:49:38,560 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff8e765b-1950-4843-a7d6-b133bb588a14', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff8e765b-1950-4843-a7d6-b133bb588a14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:39,589 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:49:39,589 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b59eaf-8ddf-4dbf-ae44-f0baa33a6c68', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b59eaf-8ddf-4dbf-ae44-f0baa33a6c68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:40,620 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:49:40,620 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6b87665-2b4b-4d6b-b628-38004653036e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6b87665-2b4b-4d6b-b628-38004653036e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:41,654 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:49:41,654 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd24069f-2480-4970-9155-fc870e020e4b', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd24069f-2480-4970-9155-fc870e020e4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:42,685 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:49:42,685 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-feddfe9c-a4ce-4ae5-a213-749351806309', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-feddfe9c-a4ce-4ae5-a213-749351806309', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:43,717 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:49:43,717 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-add85b7f-8539-46c4-a46d-838047bf9d71', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-add85b7f-8539-46c4-a46d-838047bf9d71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:44,752 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:49:44,752 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-797a723f-67ce-4b3d-842e-25975d088059', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-797a723f-67ce-4b3d-842e-25975d088059', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:45,784 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:49:45,784 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bddf9e77-84bc-4fa1-9c6a-ac2ca7c0b0d9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bddf9e77-84bc-4fa1-9c6a-ac2ca7c0b0d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:46,810 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:49:46,811 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bed67dd5-c867-419c-8752-e6ea994cf160', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bed67dd5-c867-419c-8752-e6ea994cf160', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:47,840 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:49:47,840 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0284282-a9b0-4db9-8df6-124d07bba150', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0284282-a9b0-4db9-8df6-124d07bba150', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:48,868 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:49:48,868 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d397df3c-6531-4b28-9abf-746b6301d68d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d397df3c-6531-4b28-9abf-746b6301d68d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:49,899 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:49:49,899 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e99226ca-0ba5-4003-8808-f755dcc3d984', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e99226ca-0ba5-4003-8808-f755dcc3d984', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:50,928 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:49:50,928 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3e100e9-d5ec-40fa-b80e-d5f6f1303b8e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3e100e9-d5ec-40fa-b80e-d5f6f1303b8e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:51,962 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:49:51,962 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be063294-5efb-4d64-a649-d57c630acb94', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be063294-5efb-4d64-a649-d57c630acb94', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:52,995 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:49:52,996 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc918159-d084-498d-bccc-009295433112', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc918159-d084-498d-bccc-009295433112', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:54,030 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:49:54,030 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9d7b018-bc9c-4fac-9c9e-7d624889a0af', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9d7b018-bc9c-4fac-9c9e-7d624889a0af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:55,068 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.032s
2026-05-31 12:49:55,068 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29d823e9-7ae6-434c-a3ab-1d3fbae1ca67', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29d823e9-7ae6-434c-a3ab-1d3fbae1ca67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:56,096 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:49:56,097 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e214375-1529-4767-8ca7-eb53cf1cf7c6', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e214375-1529-4767-8ca7-eb53cf1cf7c6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:57,132 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.029s
2026-05-31 12:49:57,132 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa4bbd33-04f4-4338-b6f0-8bbebb8a4902', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa4bbd33-04f4-4338-b6f0-8bbebb8a4902', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:58,167 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.030s
2026-05-31 12:49:58,167 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50ece46a-138c-4505-af34-5f19926a73ce', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50ece46a-138c-4505-af34-5f19926a73ce', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:49:59,204 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.028s
2026-05-31 12:49:59,204 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:49:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e94515-b545-4ed2-9501-30c68c84ab81', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e94515-b545-4ed2-9501-30c68c84ab81', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:00,236 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:50:00,236 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-972b1d24-6731-4ace-ad8f-91f7c2c99ee1', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-972b1d24-6731-4ace-ad8f-91f7c2c99ee1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:01,269 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.027s
2026-05-31 12:50:01,269 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56e2b94a-4308-465d-91f8-596f0a6224c3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56e2b94a-4308-465d-91f8-596f0a6224c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:02,303 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:50:02,303 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1affe0ca-a2bf-4807-ae9e-a5373d04bc75', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1affe0ca-a2bf-4807-ae9e-a5373d04bc75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:03,330 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:50:03,331 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eafc81cd-075b-4468-80d3-1d67ed53451e', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eafc81cd-075b-4468-80d3-1d67ed53451e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:04,369 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:50:04,369 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1cbf04d-074f-445b-b81f-b7e2fa44bcdf', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1cbf04d-074f-445b-b81f-b7e2fa44bcdf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:05,400 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:50:05,401 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6509a9cf-09fe-4a5c-b99a-6652556074dc', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6509a9cf-09fe-4a5c-b99a-6652556074dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:06,442 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:50:06,442 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a06324c-725a-40c2-adb9-0d22fe60e71f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a06324c-725a-40c2-adb9-0d22fe60e71f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:07,470 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:50:07,471 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ecb9f10-0eed-4faf-bab2-7e25d9405dc8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ecb9f10-0eed-4faf-bab2-7e25d9405dc8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:08,502 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:50:08,502 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c64aad4f-7cf9-4e29-9769-a9d0c07e157d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c64aad4f-7cf9-4e29-9769-a9d0c07e157d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:09,534 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.026s
2026-05-31 12:50:09,534 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70a1a946-acec-4088-886b-03f506e54d09', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70a1a946-acec-4088-886b-03f506e54d09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:10,565 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:50:10,565 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-457cb8b0-61fe-4aa4-ac8c-596e89c42718', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-457cb8b0-61fe-4aa4-ac8c-596e89c42718', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:11,593 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:50:11,593 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c409b795-a7f3-4610-82d3-09b757e29d3c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c409b795-a7f3-4610-82d3-09b757e29d3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:12,621 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:50:12,621 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45db34e7-819e-4059-9f6b-59d974932ce3', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45db34e7-819e-4059-9f6b-59d974932ce3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:13,648 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:50:13,648 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc85ef3a-cb2a-49cf-8443-f6bd50684740', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc85ef3a-cb2a-49cf-8443-f6bd50684740', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:14,677 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:50:14,677 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa66c1a3-7981-4c7f-be2d-fd65065b188c', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa66c1a3-7981-4c7f-be2d-fd65065b188c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:15,705 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:50:15,706 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31cc28f-4cc6-44b3-a9e0-f34bd4139420', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c31cc28f-4cc6-44b3-a9e0-f34bd4139420', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:16,734 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:50:16,734 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb0312c-6c81-4cdb-8edd-e4b379295fc7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb0312c-6c81-4cdb-8edd-e4b379295fc7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:17,760 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.021s
2026-05-31 12:50:17,761 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a994c3af-b074-4365-b902-2850a07da2e5', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a994c3af-b074-4365-b902-2850a07da2e5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:18,788 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.023s
2026-05-31 12:50:18,789 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24350f60-31f8-47f7-8b5c-44e50d028976', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24350f60-31f8-47f7-8b5c-44e50d028976', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:19,818 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:50:19,818 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d79040b6-c370-471f-b0a1-7274bf0ef70f', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d79040b6-c370-471f-b0a1-7274bf0ef70f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:20,847 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:50:20,847 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7294cea-3c4f-4d3f-becf-a133825380c9', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7294cea-3c4f-4d3f-becf-a133825380c9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:21,884 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.031s
2026-05-31 12:50:21,884 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea3ddd3-3915-4753-8f50-69e3e35ea1ea', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea3ddd3-3915-4753-8f50-69e3e35ea1ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:22,913 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:50:22,914 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ba07a8-03c5-46d4-845e-aa409838a1e4', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ba07a8-03c5-46d4-845e-aa409838a1e4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:23,955 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.035s
2026-05-31 12:50:23,955 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9877c1d-d294-49c5-a1b4-05a56bbce450', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9877c1d-d294-49c5-a1b4-05a56bbce450', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:24,989 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:50:24,990 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d25bf91-369c-4559-85ec-532ab3ef5673', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d25bf91-369c-4559-85ec-532ab3ef5673', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:26,023 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:50:26,023 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98452d5-e486-4270-9f34-cc4079eb7211', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98452d5-e486-4270-9f34-cc4079eb7211', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:27,053 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.024s
2026-05-31 12:50:27,053 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e13fb09-a189-4366-8e32-962de5ebfff8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e13fb09-a189-4366-8e32-962de5ebfff8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:28,083 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:50:28,083 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-075b56fd-1cfa-4c42-8792-c596be551bf8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-075b56fd-1cfa-4c42-8792-c596be551bf8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:29,110 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:50:29,111 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab630feb-c18d-41a4-9885-a70bc26459e7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab630feb-c18d-41a4-9885-a70bc26459e7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:30,138 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.022s
2026-05-31 12:50:30,138 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a31e8cf5-2706-41b3-8a34-98e9c3e39ae7', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a31e8cf5-2706-41b3-8a34-98e9c3e39ae7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:47:33.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:30,224 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.080s
2026-05-31 12:50:30,225 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:30 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-ce96b5bf-bb2f-400c-a239-c548e47462bf', 'x-compute-request-id': 'req-ce96b5bf-bb2f-400c-a239-c548e47462bf', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b''
2026-05-31 12:50:30,422 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.196s
2026-05-31 12:50:30,422 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2c4ce35-c8b4-488f-be21-7794c97ccb1c', 'x-compute-request-id': 'req-b2c4ce35-c8b4-488f-be21-7794c97ccb1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-391050327-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}, {"version": 4, "addr": "172.24.5.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}]}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "ACTIVE", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:50:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": "2026-05-31T12:46:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:50:31,685 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.256s
2026-05-31 12:50:31,685 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e66e25e-a425-4172-aebc-b7d872d59827', 'x-compute-request-id': 'req-3e66e25e-a425-4172-aebc-b7d872d59827', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-391050327-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}, {"version": 4, "addr": "172.24.5.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}]}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "ACTIVE", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:50:30Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": "2026-05-31T12:46:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:50:33,178 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.486s
2026-05-31 12:50:33,178 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1678', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2f445ea-0438-475d-a3b1-e63c2a4d6990', 'x-compute-request-id': 'req-a2f445ea-0438-475d-a3b1-e63c2a4d6990', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-391050327-network": [{"version": 4, "addr": "10.1.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}, {"version": 4, "addr": "172.24.5.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:8e:64"}]}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "ACTIVE", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:50:32Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": "2026-05-31T12:46:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--723346519"}], "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 12:50:34,284 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.100s
2026-05-31 12:50:34,285 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:34 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-52e4fb8a-d580-4ff4-af35-324368649182', 'x-compute-request-id': 'req-52e4fb8a-d580-4ff4-af35-324368649182', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "DELETED", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:50:34Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-31T12:47:34Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": "2026-05-31T12:46:33.000000", "OS-SRV-USG:terminated_at": "2026-05-31T12:50:34.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 12:50:34,293 106283 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 4 second wait
2026-05-31 12:50:35,389 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.096s
2026-05-31 12:50:35,390 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:35 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-c3ea3d51-8935-4063-ac5b-b88c5310de09', 'x-compute-request-id': 'req-c3ea3d51-8935-4063-ac5b-b88c5310de09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:46:20Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "df9c858cd6bf56eb921854f40b13829122729b1d5951fbe38925251e", "id": "5758f41c-f1a5-4067-8d6d-f5ccde460ee5", "image": {"id": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/images/a1c4260d-9a6e-4a7d-99b0-0f969a5f3408"}]}, "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-2144429252", "status": "DELETED", "tenant_id": "99108a21613f42728e71a832316157ad", "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "updated": "2026-05-31T12:50:34Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-31T12:47:34Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1552063964", "OS-SRV-USG:launched_at": "2026-05-31T12:46:33.000000", "OS-SRV-USG:terminated_at": "2026-05-31T12:50:34.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 12:50:36,422 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5 0.026s
2026-05-31 12:50:36,423 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:36 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-94596844-e51d-45d4-bd1f-3722f7d3400e', 'x-compute-request-id': 'req-94596844-e51d-45d4-bd1f-3722f7d3400e', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/5758f41c-f1a5-4067-8d6d-f5ccde460ee5'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5758f41c-f1a5-4067-8d6d-f5ccde460ee5 could not be found."}}'
2026-05-31 12:50:36,442 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1552063964 0.019s
2026-05-31 12:50:36,442 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:36 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-947f53dc-929a-49e8-9410-e876faf795e1', 'x-compute-request-id': 'req-947f53dc-929a-49e8-9410-e876faf795e1', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/os-keypairs/tempest-keypair-1552063964'}
Body: b''
2026-05-31 12:50:36,546 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/security-groups/a5361e00-bd55-4e31-9c80-000abfce2c03 0.103s
2026-05-31 12:50:36,546 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-6c24ceae-fd96-4765-9a8b-1b1454fef230', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/a5361e00-bd55-4e31-9c80-000abfce2c03'}
Body: b''
2026-05-31 12:50:36,558 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/networking/v2.0/security-groups/a5361e00-bd55-4e31-9c80-000abfce2c03 0.012s
2026-05-31 12:50:36,558 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-15d2a8b9-48be-44df-8ad9-55eb477dafd2', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/networking/v2.0/security-groups/a5361e00-bd55-4e31-9c80-000abfce2c03'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a5361e00-bd55-4e31-9c80-000abfce2c03 does not exist", "detail": ""}}'
2026-05-31 12:50:36,758 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.21/networking/v2.0/floatingips/4f35a663-0f7d-487c-8edf-72646f85f6b6 0.199s
2026-05-31 12:50:36,758 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-92cfd0d8-611b-4d61-bf2b-532e5fb6dcf9', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/networking/v2.0/floatingips/4f35a663-0f7d-487c-8edf-72646f85f6b6'}
Body: b''
2026-05-31 12:50:36,792 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.033s
2026-05-31 12:50:36,792 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:36 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-1c3c9e47-f051-4691-9ab8-209f46e45aac', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b''
2026-05-31 12:50:36,818 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.025s
2026-05-31 12:50:36,818 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eb85adb-b985-4269-9bc4-c2ce0cf77fb3', 'content-length': '877', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eb85adb-b985-4269-9bc4-c2ce0cf77fb3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"volume": {"id": "f75896bb-d687-42cd-840b-e7409b842513", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:46:18.000000", "updated_at": "2026-05-31T12:50:37.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-1864064538", "description": null, "volume_type": "tempest-scenario-type-luksv2-1159825702", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f75896bb-d687-42cd-840b-e7409b842513"}], "user_id": "e469ff0b32ab4e0ead48af168435e3c9", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "99108a21613f42728e71a832316157ad"}}'
2026-05-31 12:50:37,839 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513 0.015s
2026-05-31 12:50:37,840 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:37 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-265c37ad-4666-40bd-8ba4-54c2ea3be2d0', 'x-openstack-request-id': 'req-265c37ad-4666-40bd-8ba4-54c2ea3be2d0', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/volumes/f75896bb-d687-42cd-840b-e7409b842513'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume f75896bb-d687-42cd-840b-e7409b842513 could not be found."}}'
2026-05-31 12:50:37,973 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1 0.133s
2026-05-31 12:50:37,973 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c03042f3-4562-42a7-9b2e-200fa319ea3f', 'content-length': '11527', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c03042f3-4562-42a7-9b2e-200fa319ea3f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "881f0790-88f4-4fb8-93e2-e4eb81875638", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:49:37.000000", "updated_at": "2026-05-31T12:50:35.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1334686662", "description": null, "volume_type": "storpool", "snapshot_id": "ddb2da49-cb26-4256-ba7d-cc41ebfe4cdc", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/881f0790-88f4-4fb8-93e2-e4eb81875638"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/881f0790-88f4-4fb8-93e2-e4eb81875638"}], "user_id": "20fc76b041bb4d549e33559dedcda4ef", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "601ead46bba1493f928a695c03350714", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001811@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": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "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": "8d209908-99b2-43d7-bea1-948f6436ef8d", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:48:40.000000", "updated_at": "2026-05-31T12:48:50.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1467467397", "description": null, "volume_type": "storpool", "snapshot_id": "7691f5ec-551a-48cd-8de8-61ad90c9efd2", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/8d209908-99b2-43d7-bea1-948f6436ef8d"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/8d209908-99b2-43d7-bea1-948f6436ef8d"}], "user_id": "20fc76b041bb4d549e33559dedcda4ef", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "8d209908-99b2-43d7-bea1-948f6436ef8d", "attachment_id": "a39a0c91-e01e-4dd3-ab1b-fc3cea23674a", "volume_id": "8d209908-99b2-43d7-bea1-948f6436ef8d", "server_id": "312eff05-379c-4fdc-abdb-a72d3a134fc5", "host_name": "np0000001811", "device": "/dev/vda", "attached_at": "2026-05-31T12:48:49.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "601ead46bba1493f928a695c03350714", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001811@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": "a1c4260d-9a6e-4a7d-99b0-0f969a5f3408", "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": "f62c21f8-8bb0-4a21-afdc-f8181ae6b93c", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:47:43.000000", "updated_at": "2026-05-31T12:47:53.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-1757865064", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f62c21f8-8bb0-4a21-afdc-f8181ae6b93c"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f62c21f8-8bb0-4a21-afdc-f8181ae6b93c"}], "user_id": "20fc76b041bb4d549e33559dedcda4ef", "bootable": "true", "encrypted":
2026-05-31 12:50:38,010 106283 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/types/ec81c7d1-591a-46bf-9b9d-5525f344b9b9 0.029s
2026-05-31 12:50:38,011 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:50:37 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-cc1bb6d0-fd67-4dc3-bd9d-9c16410f2975', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/types/ec81c7d1-591a-46bf-9b9d-5525f344b9b9'}
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 f75896bb-d687-42cd-840b-e7409b842513 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 12:57:38,346 106283 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-1562382088 on backend None
2026-05-31 12:57:38,365 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.21/volume/v3/types 0.019s
2026-05-31 12:57:38,366 106283 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-1562382088", "extra_specs": {}}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-500df7c3-e45f-4497-b3fc-401c6308bd91', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-500df7c3-e45f-4497-b3fc-401c6308bd91', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types'}
Body: b'{"volume_type": {"id": "3c101129-738b-491e-a44d-7da48d42e520", "name": "tempest-scenario-type-luks2-1562382088", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-31 12:57:38,367 106283 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 3c101129-738b-491e-a44d-7da48d42e520
2026-05-31 12:57:38,389 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.21/volume/v3/types/3c101129-738b-491e-a44d-7da48d42e520/encryption 0.022s
2026-05-31 12:57:38,389 106283 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 12:57:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed9025e3-70c0-404c-b986-606f84060e42', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed9025e3-70c0-404c-b986-606f84060e42', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/types/3c101129-738b-491e-a44d-7da48d42e520/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "3c101129-738b-491e-a44d-7da48d42e520", "encryption_id": "afb0f0f0-c597-4656-9607-c7bf85490c47"}}'
2026-05-31 12:57:38,515 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.21/volume/v3/volumes 0.125s
2026-05-31 12:57:38,516 106283 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-593688153", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-1562382088", "size": 1}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a25d26-ec6d-441e-9c12-08d927cb539d', 'content-length': '778', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a25d26-ec6d-441e-9c12-08d927cb539d', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes'}
Body: b'{"volume": {"id": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:57:38.474763", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-593688153", "description": null, "volume_type": "tempest-scenario-type-luks2-1562382088", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}], "user_id": "561c10d337344fe6b7fe0a7c846357db", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-31 12:57:38,545 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da 0.023s
2026-05-31 12:57:38,545 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0499dbbe-d62e-492a-b4d3-2488b1cd5dd8', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0499dbbe-d62e-492a-b4d3-2488b1cd5dd8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da'}
Body: b'{"volume": {"id": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:57:38.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-593688153", "description": null, "volume_type": "tempest-scenario-type-luks2-1562382088", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}], "user_id": "561c10d337344fe6b7fe0a7c846357db", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4"}}'
2026-05-31 12:57:39,573 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da 0.022s
2026-05-31 12:57:39,573 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4e4d2cb-fc4f-4be0-b177-f9fd8be564fa', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4e4d2cb-fc4f-4be0-b177-f9fd8be564fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da'}
Body: b'{"volume": {"id": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:57:38.000000", "updated_at": "2026-05-31T12:57:39.000000", "name": "tempest-TestVolumeBootPattern-volume-593688153", "description": null, "volume_type": "tempest-scenario-type-luks2-1562382088", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}], "user_id": "561c10d337344fe6b7fe0a7c846357db", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4"}}'
2026-05-31 12:57:39,577 106283 INFO [tempest.common.waiters] volume ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da reached available after waiting for 1.577734 seconds
2026-05-31 12:57:39,597 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da 0.020s
2026-05-31 12:57:39,598 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c70c659-456e-4b68-bdba-03f9dec4f911', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c70c659-456e-4b68-bdba-03f9dec4f911', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da'}
Body: b'{"volume": {"id": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:57:38.000000", "updated_at": "2026-05-31T12:57:39.000000", "name": "tempest-TestVolumeBootPattern-volume-593688153", "description": null, "volume_type": "tempest-scenario-type-luks2-1562382088", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}], "user_id": "561c10d337344fe6b7fe0a7c846357db", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4"}}'
2026-05-31 12:57:39,624 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da/action 0.020s
2026-05-31 12:57:39,624 106283 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 12:57:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-48721201-4cd7-4c33-a972-24095eba920e', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48721201-4cd7-4c33-a972-24095eba920e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da/action'}
Body: b''
2026-05-31 12:57:39,674 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.21/identity/v3/auth/tokens 0.048s
2026-05-31 12:57:39,674 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:39 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-ee1ee0cf-3211-4261-b409-09c179df8795', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.21/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "561c10d337344fe6b7fe0a7c846357db", "name": "tempest-TestVolumeBootPattern-143655567-project-member", "password_expires_at": null}, "audit_ids": ["XgHRmuSBQwa_DNmupgFMsQ"], "expires_at": "2026-05-31T13:57:39.000000Z", "issued_at": "2026-05-31T12:57:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cac1f06a79bd4c32a806fffb996e6ca4", "name": "tempest-TestVolumeBootPattern-143655567"}, "is_domain": false, "roles": [{"id": "66b619ec50ac48f493a4465a759fd806", "name": "member"}, {"id": "f1db34876afb4265ae425d1a29b769eb", "name": "reader"}], "catalog": [{"endpoints": [{"id": "83be39e4e3ad44b59888d8707e562ce3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2/cac1f06a79bd4c32a806fffb996e6ca4", "region": "RegionOne"}], "id": "0d1758501c5146a99dd6bc14b539bf95", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "34dabfbd4b7f406ca3e539ffa123f3d6", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21:8080/v1/AUTH_cac1f06a79bd4c32a806fffb996e6ca4", "region": "RegionOne"}, {"id": "9c05e6b3df3a4ae9b09fb9570d03e7b6", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.21:8080", "region": "RegionOne"}], "id": "242fbc77995a4231a7c8e1832434748c", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "242ba8316ca74f008aac8981a73a18d4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/networking", "region": "RegionOne"}], "id": "50969927466c4b2eaa59e17d97bc5107", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6a08620c79e44021b0c7ae01d0f67112", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/compute/v2.1", "region": "RegionOne"}], "id": "8c238ef597cb44aea39fc08405e08391", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "7d22da48f2de4f12966dfaffe273f547", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/placement", "region": "RegionOne"}], "id": "9bf8f58c85a84051b7ab1d298b76267b", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "d0432c77ae804d80a9cc2f8857316b11", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/volume/v3", "region": "RegionOne"}], "id": "a19b4b872ac34d2abdbbae95bab6a209", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "9166e3d5b1a948ad8abfb76baf186bd0", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/image", "region": "RegionOne"}], "id": "bd8cfad749074ea1bd7d56bb71471b49", "type": "image", "name": "glance"}, {"endpoints": [{"id": "aa7f2924eebe45708e76538bc5f1ce66", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.21/identity", "region": "RegionOne"}], "id": "f2ffccf8fa014b068b85105b46b43856", "type": "identity", "name": "keystone"}]}}'
2026-05-31 12:57:39,675 106283 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '18ead988-6615-4da3-a2c3-c52c27464910', 'name': 'tempest-TestVolumeBootPattern-407200136-network', 'tenant_id': 'cac1f06a79bd4c32a806fffb996e6ca4', 'project_id': 'cac1f06a79bd4c32a806fffb996e6ca4', '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': 28912, '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-31T12:57:01Z', 'updated_at': '2026-05-31T12:57:01Z', 'revision_number': 1} available for tenant
2026-05-31 12:57:40,218 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.21/compute/v2.1/servers 0.542s
2026-05-31 12:57:40,218 106283 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-1586438132", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "18ead988-6615-4da3-a2c3-c52c27464910"}]}}
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '378', 'location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-672b8bcd-c3f7-48f4-8a24-939fee7e1e5e', 'x-compute-request-id': 'req-672b8bcd-c3f7-48f4-8a24-939fee7e1e5e', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/compute/v2.1/servers'}
Body: b'{"server": {"id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "fV848LDG2npH"}}'
2026-05-31 12:57:40,287 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.068s
2026-05-31 12:57:40,287 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:40 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-8f403432-8ed7-42fc-a5dc-7ee7f18f7253', 'x-compute-request-id': 'req-8f403432-8ed7-42fc-a5dc-7ee7f18f7253', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:40Z", "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 12:57:41,374 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.081s
2026-05-31 12:57:41,374 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:41 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-df355f0a-fc4c-40a9-8a45-d4ccf05b30ad', 'x-compute-request-id': 'req-df355f0a-fc4c-40a9-8a45-d4ccf05b30ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:41Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:42,457 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.077s
2026-05-31 12:57:42,457 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:42 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-20a48f27-3efb-4b01-a790-f64297e116b8', 'x-compute-request-id': 'req-20a48f27-3efb-4b01-a790-f64297e116b8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:42Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:42,462 106283 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-31 12:57:43,542 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.080s
2026-05-31 12:57:43,542 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:43 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-eda0edaf-c3e7-422a-a28c-2b7b6c6d3d74', 'x-compute-request-id': 'req-eda0edaf-c3e7-422a-a28c-2b7b6c6d3d74', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:42Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:44,636 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.088s
2026-05-31 12:57:44,636 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:44 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-94616cdb-3c0a-43e3-97a2-df9e434c670c', 'x-compute-request-id': 'req-94616cdb-3c0a-43e3-97a2-df9e434c670c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:44Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:44,641 106283 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 4 second wait
2026-05-31 12:57:45,783 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.142s
2026-05-31 12:57:45,784 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:45 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-136415c3-9c91-4a29-b02c-5430d76a311b', 'x-compute-request-id': 'req-136415c3-9c91-4a29-b02c-5430d76a311b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:45Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:45,788 106283 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 5 second wait
2026-05-31 12:57:46,960 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.172s
2026-05-31 12:57:46,961 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:46 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-4fc4b5e8-e7c1-4610-8eeb-5d6ce13b012b', 'x-compute-request-id': 'req-4fc4b5e8-e7c1-4610-8eeb-5d6ce13b012b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:45Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:48,107 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.141s
2026-05-31 12:57:48,107 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57: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-ab7da778-808d-4737-803b-152d346ce05f', 'x-compute-request-id': 'req-ab7da778-808d-4737-803b-152d346ce05f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:48,114 106283 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 8 second wait
2026-05-31 12:57:49,268 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.152s
2026-05-31 12:57:49,268 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57: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-4bc0b759-de46-4a3a-bcc5-a1e8fb5487bd', 'x-compute-request-id': 'req-4bc0b759-de46-4a3a-bcc5-a1e8fb5487bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:50,444 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.171s
2026-05-31 12:57:50,445 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57: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-0a87d898-f0be-4481-8bde-980154291f1c', 'x-compute-request-id': 'req-0a87d898-f0be-4481-8bde-980154291f1c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:51,616 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.165s
2026-05-31 12:57:51,617 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57: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-0d885950-0ff9-479b-97f3-59aaaaba01b2', 'x-compute-request-id': 'req-0d885950-0ff9-479b-97f3-59aaaaba01b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:52,819 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.196s
2026-05-31 12:57:52,819 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-098f010a-8840-4a9c-ab53-f9b321e40ff2', 'x-compute-request-id': 'req-098f010a-8840-4a9c-ab53-f9b321e40ff2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:53,975 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.150s
2026-05-31 12:57:53,975 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57: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-9617b15a-7c85-4b5f-9b1e-e1b0dd536cd5', 'x-compute-request-id': 'req-9617b15a-7c85-4b5f-9b1e-e1b0dd536cd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:55,124 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.143s
2026-05-31 12:57:55,124 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57: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-ff0f0883-2561-435a-9ee0-9d7aa2048be7', 'x-compute-request-id': 'req-ff0f0883-2561-435a-9ee0-9d7aa2048be7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:56,305 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.175s
2026-05-31 12:57:56,305 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f33f8e6-e970-4c9d-aa27-19fad59121d2', 'x-compute-request-id': 'req-9f33f8e6-e970-4c9d-aa27-19fad59121d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:57,468 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.155s
2026-05-31 12:57:57,468 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:57 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-4e614012-a4cb-41e8-aaf2-99d3596d54db', 'x-compute-request-id': 'req-4e614012-a4cb-41e8-aaf2-99d3596d54db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:58,669 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.196s
2026-05-31 12:57:58,669 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1198', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d44acfcf-2759-4080-98e8-278895569af9', 'x-compute-request-id': 'req-d44acfcf-2759-4080-98e8-278895569af9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:57:59,815 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.139s
2026-05-31 12:57:59,815 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:57:59 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-33795654-3369-4062-8a1b-de82c848b71b', 'x-compute-request-id': 'req-33795654-3369-4062-8a1b-de82c848b71b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:00,957 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.137s
2026-05-31 12:58:00,957 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:00 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-7289228e-21c1-448f-a2da-816a9cbaa327', 'x-compute-request-id': 'req-7289228e-21c1-448f-a2da-816a9cbaa327', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:02,103 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.140s
2026-05-31 12:58:02,104 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:01 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-2727087a-4ab9-45e9-b745-9a832951d838', 'x-compute-request-id': 'req-2727087a-4ab9-45e9-b745-9a832951d838', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:03,250 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.141s
2026-05-31 12:58:03,250 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:03 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-5a1bad12-b1a8-4b6d-a84a-a2fb9062a4f4', 'x-compute-request-id': 'req-5a1bad12-b1a8-4b6d-a84a-a2fb9062a4f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:04,449 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.193s
2026-05-31 12:58:04,449 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:04 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-08b8f843-5262-4617-a110-70dc2cf560dc', 'x-compute-request-id': 'req-08b8f843-5262-4617-a110-70dc2cf560dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:05,625 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.171s
2026-05-31 12:58:05,626 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:05 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-1fc5b124-3591-4ca0-a91e-5041b12332f8', 'x-compute-request-id': 'req-1fc5b124-3591-4ca0-a91e-5041b12332f8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:57:48Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:06,774 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.143s
2026-05-31 12:58:06,775 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:06 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-7d700952-e60a-499a-b813-665023c8abb2', 'x-compute-request-id': 'req-7d700952-e60a-499a-b813-665023c8abb2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "cc08473a6398bfe9b4e76ad7442a5ed8039bc951f9a9057a10b2e051", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:58:06Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:07,919 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.139s
2026-05-31 12:58:07,919 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:07 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-17b0af1b-c88f-4af4-81bc-fcd0759c507c', 'x-compute-request-id': 'req-17b0af1b-c88f-4af4-81bc-fcd0759c507c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:58:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:09,065 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.139s
2026-05-31 12:58:09,066 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:08 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-f0ae9a1d-bd63-476a-87f0-10d61d7474d2', 'x-compute-request-id': 'req-f0ae9a1d-bd63-476a-87f0-10d61d7474d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:58:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:10,159 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.088s
2026-05-31 12:58:10,159 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:10 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-4aea3611-e8c3-423c-867e-ec175c67d3ad', 'x-compute-request-id': 'req-4aea3611-e8c3-423c-867e-ec175c67d3ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:58:07Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:11,249 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.083s
2026-05-31 12:58:11,249 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:11 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-39e72dc0-f75e-4e65-8afd-a170ecda5daf', 'x-compute-request-id': 'req-39e72dc0-f75e-4e65-8afd-a170ecda5daf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "BUILD", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:58:11Z", "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:11,255 106283 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "BUILD/scheduling" after 31 second wait
2026-05-31 12:58:12,334 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.079s
2026-05-31 12:58:12,335 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:12 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-471698f4-3b50-4132-a38c-bf55f5d5b1bf', 'x-compute-request-id': 'req-471698f4-3b50-4132-a38c-bf55f5d5b1bf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-31T12:57:40Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.21/compute/flavors/42"}]}, "hostId": "", "id": "0df8c3dd-5fb6-4216-9714-dacda11ea9eb", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}, {"rel": "bookmark", "href": "https://10.4.3.21/compute/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-1586438132", "status": "ERROR", "tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4", "user_id": "561c10d337344fe6b7fe0a7c846357db", "updated": "2026-05-31T12:58:11Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-31T12:58:11Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 0df8c3dd-5fb6-4216-9714-dacda11ea9eb."}, "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": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}]}}'
2026-05-31 12:58:12,339 106283 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 32 second wait
2026-05-31 12:58:12,620 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 204 DELETE https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.280s
2026-05-31 12:58:12,620 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:12 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-97ff9a99-e643-439b-b4f9-81dfbfd1038c', 'x-compute-request-id': 'req-97ff9a99-e643-439b-b4f9-81dfbfd1038c', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b''
2026-05-31 12:58:12,642 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 404 GET https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb 0.022s
2026-05-31 12:58:12,642 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:12 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-47534283-3b2f-4085-8161-ccabd35ca8ba', 'x-compute-request-id': 'req-47534283-3b2f-4085-8161-ccabd35ca8ba', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/compute/v2.1/servers/0df8c3dd-5fb6-4216-9714-dacda11ea9eb'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0df8c3dd-5fb6-4216-9714-dacda11ea9eb could not be found."}}'
2026-05-31 12:58:12,674 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da 0.030s
2026-05-31 12:58:12,674 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:12 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-fbfba079-6bba-4dbf-ba69-a66bc29290b6', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da'}
Body: b''
2026-05-31 12:58:12,698 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da 0.024s
2026-05-31 12:58:12,698 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70d7104a-b8e9-4e61-bcd2-981ba168848f', 'content-length': '869', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70d7104a-b8e9-4e61-bcd2-981ba168848f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da'}
Body: b'{"volume": {"id": "ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:57:38.000000", "updated_at": "2026-05-31T12:58:13.000000", "name": "tempest-TestVolumeBootPattern-volume-593688153", "description": null, "volume_type": "tempest-scenario-type-luks2-1562382088", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da"}], "user_id": "561c10d337344fe6b7fe0a7c846357db", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cac1f06a79bd4c32a806fffb996e6ca4"}}'
2026-05-31 12:58:13,718 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da 0.014s
2026-05-31 12:58:13,718 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:13 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-283fc784-6a5d-407e-b008-29efa3cac5be', 'x-openstack-request-id': 'req-283fc784-6a5d-407e-b008-29efa3cac5be', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.21/volume/v3/volumes/ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume ba5c4cd1-34f9-4142-8bbf-a0f72e9bd4da could not be found."}}'
2026-05-31 12:58:13,745 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1 0.026s
2026-05-31 12:58:13,746 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd23b00a-fc92-4c8e-b8ec-8ae79df7d60a', 'content-length': '6286', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd23b00a-fc92-4c8e-b8ec-8ae79df7d60a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.21/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "ffb154ef-362c-409f-9569-b30d5d780e73", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:42:00.000000", "updated_at": "2026-05-31T12:42:06.000000", "name": "image-c86dc5a1-a516-4b21-b1ae-ed4fbb844eb0", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "b45273e9-9391-4c1a-9438-4f2eb2f2d0ab", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/ffb154ef-362c-409f-9569-b30d5d780e73"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/ffb154ef-362c-409f-9569-b30d5d780e73"}], "user_id": "642fe6be99294e82beecea6dc344d334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "25a653b1bb1d456ab62af3e2a44cc3cf", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001811@storpool#default"}, {"id": "f4362569-bb85-46f8-b1a7-bb4f480d0f52", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:41:49.000000", "updated_at": "2026-05-31T12:41:55.000000", "name": "image-43766109-3b6e-4669-b425-afc0377edc71", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "11462d93-5285-421c-8b4e-37f6e8183995", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/f4362569-bb85-46f8-b1a7-bb4f480d0f52"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/f4362569-bb85-46f8-b1a7-bb4f480d0f52"}], "user_id": "642fe6be99294e82beecea6dc344d334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "25a653b1bb1d456ab62af3e2a44cc3cf", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001811@storpool#default"}, {"id": "a4774b10-fac2-4f31-a328-8e7cf1fdc07d", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:41:37.000000", "updated_at": "2026-05-31T12:41:44.000000", "name": "image-75bbb49f-70e1-4d3c-b9d1-7e0e76ed369d", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "8b8f83d0-f734-4537-816c-f38fb766021c", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/a4774b10-fac2-4f31-a328-8e7cf1fdc07d"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/a4774b10-fac2-4f31-a328-8e7cf1fdc07d"}], "user_id": "642fe6be99294e82beecea6dc344d334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "25a653b1bb1d456ab62af3e2a44cc3cf", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001811@storpool#default"}, {"id": "640217b6-f237-42c1-91d8-570c701efa72", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-31T12:35:00.000000", "updated_at": "2026-05-31T12:35:07.000000", "name": "image-7a176e75-947e-409a-ae88-1828b4c8ad55", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": "f652945f-7130-4a73-af70-2ae266917d8d", "metadata": {"readonly": "True"}, "links": [{"rel": "self", "href": "https://10.4.3.21/volume/v3/volumes/640217b6-f237-42c1-91d8-570c701efa72"}, {"rel": "bookmark", "href": "https://10.4.3.21/volume/volumes/640217b6-f237-42c1-91d8-570c701efa72"}], "user_id": "642fe6be99294e82beecea6dc344d334", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "25a653b1bb1d456ab62af3e2a44cc3cf", "os-vol-mig-status-attr:migstat": null, "os-
2026-05-31 12:58:13,780 106283 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.21/volume/v3/types/3c101129-738b-491e-a44d-7da48d42e520 0.028s
2026-05-31 12:58:13,780 106283 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Sun, 31 May 2026 12:58:13 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-512853ca-6fde-4bcb-baa0-c7d8d75ca042', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.21/volume/v3/types/3c101129-738b-491e-a44d-7da48d42e520'}
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 0df8c3dd-5fb6-4216-9714-dacda11ea9eb failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-31T12:58:11Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 0df8c3dd-5fb6-4216-9714-dacda11ea9eb.'}. Request ID of server operation performed before checking the server status req-672b8bcd-c3f7-48f4-8a24-939fee7e1e5e.
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt2.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume]
|
||||||
test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume] |
pass
pt2.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume]
|
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
pass
pt2.5: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]
|
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
pass
pt2.6: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]
|
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt2.7: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]
|
||||||
| cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372] |
pass
pt3.1: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372]
|
||||||
test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13] |
pass
pt3.2: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13]
|
||||||
test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587] |
pass
pt3.3: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587]
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest.test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt8.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306] |
pass
pt9.1: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306]
|
||||||
test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7] |
pass
pt9.2: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7]
|
||||||
test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98] |
pass
pt9.3: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98]
|
||||||
test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15] |
pass
pt9.4: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a] |
pass
pt10.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a]
|
||||||
test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1] |
pass
pt10.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt10.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] |
pass
pt10.4: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt11.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume] |
pass
pt11.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume]
|
||||||
test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume] |
pass
pt11.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] |
pass
pt12.1: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d]
|
||||||
test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] |
pass
pt12.2: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt13.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt13.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] |
pass
pt14.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt15.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume] |
pass
pt16.1: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume]
|
||||||
test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume] |
pass
pt16.2: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 1 | 0 | 0 | 0 | 1 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesAdminTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
VolumeTypesMemberTests) |
skip
pt19.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 1 | 0 | 0 | 0 | 1 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 1 | 0 | 0 | 0 | 1 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiattachTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationTest) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt24.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationWithoutHostTest) |
skip
pt24.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt26.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt27.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt28.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
VolumeRetypeMultiattachTest) |
skip
pt32.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt34.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt35.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt36.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt37.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt37.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt38.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt39.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt40.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
pass
pt42.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt43.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt44.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt45.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt45.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt46.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt47.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt47.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt48.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt48.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt49.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt49.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt50.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt50.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt51.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt51.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt51.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt52.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt53.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt54.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt54.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt54.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt54.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt54.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt54.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt55.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt55.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt55.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt55.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt55.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt55.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt55.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt55.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.image.v2.test_images_dependency.ImageDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
pass
pt56.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt57.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt57.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt58.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt58.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt58.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt59.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt60.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e]
|
||||||
| tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt61.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]
|
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt61.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt62.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt62.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt63.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt64.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt65.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt65.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt65.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt65.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt65.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt65.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt65.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt66.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt66.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt66.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt66.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt66.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt66.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt67.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt67.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt68.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt68.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt69.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]
|
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt69.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]
|
||||||
| tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt70.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176]
|
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt70.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt71.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]
|
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt71.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7]
|
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt71.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt71.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt71.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt71.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]
|
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt71.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt72.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt72.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt72.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt73.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt74.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d]
|
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt74.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908]
|
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt74.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt74.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt74.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt75.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt75.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt75.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt75.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt75.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt76.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt76.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt77.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt77.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt78.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]
|
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt78.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt78.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt78.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt78.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt79.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220]
|
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt79.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60]
|
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt79.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt80.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative]
|
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt80.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative]
|
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt80.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative]
|
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt80.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative]
|
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt80.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative]
|
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt80.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative]
|
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt80.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative]
|
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt80.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative]
|
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt80.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative]
|
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt80.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative]
|
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt80.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative]
|
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt80.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative]
|
||||||
| tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt81.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative]
|
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt81.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]
|
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt81.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]
|
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt81.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]
|
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt81.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative]
|
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt81.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt82.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt82.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt82.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt82.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt82.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt82.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt83.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]
|
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt83.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt84.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt85.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt86.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt87.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt88.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt88.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt89.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt89.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt90.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt91.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt91.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt92.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt92.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt93.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt93.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt94.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt94.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt95.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt95.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt96.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt96.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt96.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt96.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt96.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt96.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt97.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]
|
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt97.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image]
|
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt97.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6]
|
||||||
test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e] |
pass
pt97.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt98.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt99.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]
|
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt99.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt100.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt101.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt102.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt102.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt103.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt103.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt103.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt104.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt105.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke]
|
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt105.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02]
|
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt105.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623]
|
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt105.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de]
|
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt105.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3]
|
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt105.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c]
|
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt105.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8]
|
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt105.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4]
|
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt105.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]
|
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt105.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d]
|
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt105.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877]
|
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt105.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214]
|
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt105.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87]
|
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt105.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce]
|
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt105.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce]
|
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt105.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1]
|
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt105.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f]
|
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt105.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt106.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt106.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]
|
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt106.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]
|
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt106.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative]
|
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt106.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative]
|
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt106.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative]
|
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt106.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative]
|
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt106.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative]
|
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt106.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative]
|
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt106.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative]
|
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt106.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt106.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative]
|
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt106.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative]
|
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt106.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt106.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative]
|
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt106.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative]
|
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt106.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative]
|
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt106.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative]
|
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt106.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative]
|
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt106.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative]
|
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt106.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative]
|
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt106.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative]
|
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt106.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative]
|
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt106.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative]
|
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt106.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt106.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative]
|
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt106.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative]
|
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt106.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative]
|
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt106.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative]
|
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt106.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative]
|
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt106.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt106.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt107.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt107.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt107.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt107.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt107.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt107.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt108.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt108.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt108.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt108.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt108.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt108.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt108.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt108.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt108.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt108.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt108.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt108.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt108.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt109.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative]
|
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt109.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative]
|
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt109.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative]
|
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt109.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative]
|
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt109.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt109.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt110.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
pass
pt111.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt111.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt112.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt113.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt114.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt115.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt116.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] |
pass
pt117.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume]
|
||||||
| Total | 321 | 295 | 2 | 0 | 24 | ||