Status: Pass 295 Failure 2 Skip 24
| Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
| tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 4 | 3 | 1 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
pass
pt1.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
pass
pt1.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]
|
||||||
test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume] |
fail
ft1.3: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luksv2[compute,id-7abec0a3-61a0-42a5-9e36-ad3138fb38b4,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-28 08:29:47,512 106084 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luksv2-1970715053 on backend None
2026-05-28 08:29:47,534 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.187/volume/v3/types 0.022s
2026-05-28 08:29:47,534 106084 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-1970715053", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4cdd5ef-e43e-4c04-9b0e-18b032927a1a', 'content-length': '214', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4cdd5ef-e43e-4c04-9b0e-18b032927a1a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/types'}
Body: b'{"volume_type": {"id": "d116ef91-a322-469a-8683-10274c015bf5", "name": "tempest-scenario-type-luksv2-1970715053", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-28 08:29:47,535 106084 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: d116ef91-a322-469a-8683-10274c015bf5
2026-05-28 08:29:47,558 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.187/volume/v3/types/d116ef91-a322-469a-8683-10274c015bf5/encryption 0.022s
2026-05-28 08:29:47,558 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4595e7e0-878d-438e-9246-600a2b10ff61', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4595e7e0-878d-438e-9246-600a2b10ff61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/types/d116ef91-a322-469a-8683-10274c015bf5/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "d116ef91-a322-469a-8683-10274c015bf5", "encryption_id": "f2e24717-5019-4077-b7d8-a4882352eabe"}}'
2026-05-28 08:29:47,709 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.187/volume/v3/volumes 0.150s
2026-05-28 08:29:47,709 106084 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-472763386", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8db50fdb-6e60-4f88-8ba8-ad8e150497c7', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8db50fdb-6e60-4f88-8ba8-ad8e150497c7', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/volume/v3/volumes'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:47.666216", "updated_at": null, "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 08:29:47,819 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 201 POST https://10.4.3.187/identity/v3/auth/tokens 0.102s
2026-05-28 08:29:47,819 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2948', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-1e617f7d-bbc3-4872-a023-8685810deb79', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.187/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2c0ad45234574c64b061b3d7d93f1084", "name": "tempest-TestEncryptedCinderVolumes-1051905052-project-member", "password_expires_at": null}, "audit_ids": ["KvuQz34bRR2RrXkN9i88Bg"], "expires_at": "2026-05-28T09:29:47.000000Z", "issued_at": "2026-05-28T08:29:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f91f14fd8ce144999ff9ec37d0b527a5", "name": "tempest-TestEncryptedCinderVolumes-1051905052"}, "is_domain": false, "roles": [{"id": "05d699ac7674433092377e4dbb063a74", "name": "member"}, {"id": "e85fe168ea6948469c182fc3c2caadb1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0533a85399514efc96fc82827353764e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/networking", "region": "RegionOne"}], "id": "3377819687e44cc195e223d90c6a91f4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ff9726f8127e4cddaee0bb36a5b529b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/compute/v2/f91f14fd8ce144999ff9ec37d0b527a5", "region": "RegionOne"}], "id": "4d30270f12c84dca98d6b878d391f623", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1199fb51179047a3952130615b5beb53", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187:8080/v1/AUTH_f91f14fd8ce144999ff9ec37d0b527a5", "region": "RegionOne"}, {"id": "f1788cc29b884d7ab706c27ef90228d6", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.187:8080", "region": "RegionOne"}], "id": "5f1982f9fc3b4b0997c3b431cd0766e3", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "343c0531ab7f4b26944edd628d3dcdf4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/placement", "region": "RegionOne"}], "id": "75c7cc06cb794716889ca1bdcb3e9b66", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "29052808749f44bb9725d2280330e5fb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/identity", "region": "RegionOne"}], "id": "7d435e0723b145df820fd00655b9344f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "643c202933144677b8d14e930e3c71dd", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/compute/v2.1", "region": "RegionOne"}], "id": "8bb9396096ec42b28c6bd7c34bda7eae", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c2f28bcf49d4809b84433ce165138d3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/image", "region": "RegionOne"}], "id": "b0fffe7366724ff981efbf7f7cb35b90", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a0266b94e766408e8545675efaf840c7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/volume/v3", "region": "RegionOne"}], "id": "cb12377348ce42df9ecc646613623fd3", "type": "block-storage", "name": "cinder"}]}}'
2026-05-28 08:29:47,820 106084 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2) Found network {'id': '199c9115-ee6b-4522-8d1f-319cc11c9753', 'name': 'tempest-TestEncryptedCinderVolumes-1600398408-network', 'tenant_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'project_id': 'f91f14fd8ce144999ff9ec37d0b527a5', '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': 1127, '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-28T08:27:01Z', 'updated_at': '2026-05-28T08:27:01Z', 'revision_number': 1} available for tenant
2026-05-28 08:29:47,820 106084 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True
2026-05-28 08:29:47,820 106084 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True
2026-05-28 08:29:47,860 106084 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST https://10.4.3.187/compute/v2.1/os-keypairs 0.039s
2026-05-28 08:29:47,860 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"keypair": {"name": "tempest-keypair-526501227", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4Mc6AeMzd7IW17KmX9hyFIC3FUcmYJYLkfUELCVrFBfNhPkzT8GBa+P5k3OneZggh4d5bfrcD1YN9SEgpel3pP4Cl13to4t1BbAn4+RY/vtaegGoZmCTA5vQHIHfWgpQ=="}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c76cd145-af58-4db1-87a9-430d1183619d', 'x-compute-request-id': 'req-c76cd145-af58-4db1-87a9-430d1183619d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/os-keypairs'}
Body: b'{"keypair": {"name": "tempest-keypair-526501227", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4Mc6AeMzd7IW17KmX9hyFIC3FUcmYJYLkfUELCVrFBfNhPkzT8GBa+P5k3OneZggh4d5bfrcD1YN9SEgpel3pP4Cl13to4t1BbAn4+RY/vtaegGoZmCTA5vQHIHfWgpQ==", "fingerprint": "26:08:fc:f1:aa:20:ad:81:35:43:f1:ab:a4:90:9c:bc", "user_id": "2c0ad45234574c64b061b3d7d93f1084"}}'
2026-05-28 08:29:47,861 106084 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-526501227 created
2026-05-28 08:29:48,045 106084 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.187/networking/v2.0/security-groups 0.183s
2026-05-28 08:29:48,045 106084 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--1770470035", "description": "tempest-description--708128854"}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-b5489e1b-b913-4c77-92e9-12890930b568', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.187/networking/v2.0/security-groups'}
Body: b'{"security_group": {"id": "48979ce4-62c2-4f27-b813-2cb218a1f00a", "name": "tempest-securitygroup--1770470035", "stateful": true, "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "project_id": "f91f14fd8ce144999ff9ec37d0b527a5", "description": "tempest-description--708128854", "shared": false, "security_group_rules": [{"id": "468d5450-ee0f-4892-bb0a-2ef150ab380b", "project_id": "f91f14fd8ce144999ff9ec37d0b527a5", "security_group_id": "48979ce4-62c2-4f27-b813-2cb218a1f00a", "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": 1306, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T08:29:47Z", "updated_at": "2026-05-28T08:29:47Z", "revision_number": 0, "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}, {"id": "eaa753a9-b053-4844-941c-004c0c4bfbea", "project_id": "f91f14fd8ce144999ff9ec37d0b527a5", "security_group_id": "48979ce4-62c2-4f27-b813-2cb218a1f00a", "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": 1305, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2026-05-28T08:29:47Z", "updated_at": "2026-05-28T08:29:47Z", "revision_number": 0, "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}], "tags": [], "created_at": "2026-05-28T08:29:47Z", "updated_at": "2026-05-28T08:29:47Z", "revision_number": 1}}'
2026-05-28 08:29:48,158 106084 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.187/networking/v2.0/security-group-rules 0.113s
2026-05-28 08:29:48,159 106084 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": "48979ce4-62c2-4f27-b813-2cb218a1f00a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-495f5399-6b92-46d5-80a3-989c70c51aa1', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.187/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "5445ce72-6550-493c-a371-e3c05d6da1dd", "project_id": "f91f14fd8ce144999ff9ec37d0b527a5", "security_group_id": "48979ce4-62c2-4f27-b813-2cb218a1f00a", "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-28T08:29:48Z", "updated_at": "2026-05-28T08:29:48Z", "revision_number": 0, "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:29:48,270 106084 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.187/networking/v2.0/security-group-rules 0.111s
2026-05-28 08:29:48,270 106084 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": "48979ce4-62c2-4f27-b813-2cb218a1f00a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a56c743b-51ce-4989-9a36-4574e9a962da', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.187/networking/v2.0/security-group-rules'}
Body: b'{"security_group_rule": {"id": "ff119a1d-7164-44c1-abf9-181eb5369110", "project_id": "f91f14fd8ce144999ff9ec37d0b527a5", "security_group_id": "48979ce4-62c2-4f27-b813-2cb218a1f00a", "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-28T08:29:48Z", "updated_at": "2026-05-28T08:29:48Z", "revision_number": 0, "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:29:48,270 106084 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1770470035 created
2026-05-28 08:29:48,795 106084 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST https://10.4.3.187/networking/v2.0/floatingips 0.524s
2026-05-28 08:29:48,795 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"floating_network_id": "3598bdac-4289-46ff-828e-5422f7753b4e"}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-561761fb-4ced-4f33-9cdd-d789b89afb02', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.187/networking/v2.0/floatingips'}
Body: b'{"floatingip": {"id": "ad8a6b7e-e2aa-4368-ae02-33f5b5a1352b", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "project_id": "f91f14fd8ce144999ff9ec37d0b527a5", "floating_ip_address": "172.24.5.188", "floating_network_id": "3598bdac-4289-46ff-828e-5422f7753b4e", "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-28T08:29:48Z", "updated_at": "2026-05-28T08:29:48Z", "revision_number": 0}}'
2026-05-28 08:29:48,795 106084 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ad8a6b7e-e2aa-4368-ae02-33f5b5a1352b', 'tenant_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'project_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'floating_ip_address': '172.24.5.188', 'floating_network_id': '3598bdac-4289-46ff-828e-5422f7753b4e', '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-28T08:29:48Z', 'updated_at': '2026-05-28T08:29:48Z', 'revision_number': 0, 'ip': '172.24.5.188'} created
2026-05-28 08:29:48,795 106084 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-526501227', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4Mc6AeMzd7IW17KmX9hyFIC3FUcmYJYLkfUELCVrFBfNhPkzT8GBa+P5k3OneZggh4d5bfrcD1YN9SEgpel3pP4Cl13to4t1BbAn4+RY/vtaegGoZmCTA5vQHIHfWgpQ==', 'fingerprint': '26:08:fc:f1:aa:20:ad:81:35:43:f1:ab:a4:90:9c:bc', 'user_id': '2c0ad45234574c64b061b3d7d93f1084', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBvYO7v6SrPqS6n4R1l7aPyVSCRB2vaHfu2YCKqanoc6Jecg7YjRcT5\nQBtZqEcbP1OgBwYFK4EEACKhZANiAASuDHOgHjM3eyFteypl/YchSAtxVHJmCWC5\nH1BCwlaxQXzYT5M0/BgWvj+ZNzp3mYIIeHeW363A9WDfUhIKXpd6T+Apdd7aOLdQ\nWwJ+PkWP77WnoBqGZgkwOb0ByB31oKU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '48979ce4-62c2-4f27-b813-2cb218a1f00a', 'name': 'tempest-securitygroup--1770470035', 'stateful': True, 'tenant_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'project_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'description': 'tempest-description--708128854', 'shared': False, 'security_group_rules': [{'id': '468d5450-ee0f-4892-bb0a-2ef150ab380b', 'project_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'security_group_id': '48979ce4-62c2-4f27-b813-2cb218a1f00a', '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': 1306, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T08:29:47Z', 'updated_at': '2026-05-28T08:29:47Z', 'revision_number': 0, 'tenant_id': 'f91f14fd8ce144999ff9ec37d0b527a5'}, {'id': 'eaa753a9-b053-4844-941c-004c0c4bfbea', 'project_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'security_group_id': '48979ce4-62c2-4f27-b813-2cb218a1f00a', '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': 1305, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2026-05-28T08:29:47Z', 'updated_at': '2026-05-28T08:29:47Z', 'revision_number': 0, 'tenant_id': 'f91f14fd8ce144999ff9ec37d0b527a5'}], 'tags': [], 'created_at': '2026-05-28T08:29:47Z', 'updated_at': '2026-05-28T08:29:47Z', 'revision_number': 1}, 'floating_ip': {'id': 'ad8a6b7e-e2aa-4368-ae02-33f5b5a1352b', 'tenant_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'project_id': 'f91f14fd8ce144999ff9ec37d0b527a5', 'floating_ip_address': '172.24.5.188', 'floating_network_id': '3598bdac-4289-46ff-828e-5422f7753b4e', '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-28T08:29:48Z', 'updated_at': '2026-05-28T08:29:48Z', 'revision_number': 0, 'ip': '172.24.5.188'}}
2026-05-28 08:29:49,531 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 202 POST https://10.4.3.187/compute/v2.1/servers 0.735s
2026-05-28 08:29:49,531 106084 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-870296457", "imageRef": "267f9e72-51de-4145-b84c-e7629223c195", "flavorRef": "42", "networks": [{"uuid": "199c9115-ee6b-4522-8d1f-319cc11c9753"}], "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "key_name": "tempest-keypair-526501227", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '406', 'location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-795eaf14-7f70-48b2-90a0-9c2380b6d264', 'x-compute-request-id': 'req-795eaf14-7f70-48b2-90a0-9c2380b6d264', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/compute/v2.1/servers'}
Body: b'{"server": {"id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "adminPass": "ik6qDsUfCWfS"}}'
2026-05-28 08:29:49,631 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.096s
2026-05-28 08:29:49,631 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d801738a-b0d2-4bc0-9ad8-50dbd482fad9', 'x-compute-request-id': 'req-d801738a-b0d2-4bc0-9ad8-50dbd482fad9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:49Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:29:50,850 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.211s
2026-05-28 08:29:50,850 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1244', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac6edfe8-6c27-4b5c-a928-178374ee7590', 'x-compute-request-id': 'req-ac6edfe8-6c27-4b5c-a928-178374ee7590', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:50Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:29:51,954 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.091s
2026-05-28 08:29:51,954 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad00c8e7-0bb9-4e08-a2bd-9f6bcceab2ee', 'x-compute-request-id': 'req-ad00c8e7-0bb9-4e08-a2bd-9f6bcceab2ee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:29:51,962 106084 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-28 08:29:53,064 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.102s
2026-05-28 08:29:53,064 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b298a134-81bf-4efb-bb8f-e8e96c1bb06e', 'x-compute-request-id': 'req-b298a134-81bf-4efb-bb8f-e8e96c1bb06e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:51Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:29:54,219 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.148s
2026-05-28 08:29:54,219 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1300', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca8aed41-880d-4b53-953f-c6a5276f76f2', 'x-compute-request-id': 'req-ca8aed41-880d-4b53-953f-c6a5276f76f2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:29:54,227 106084 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 5 second wait
2026-05-28 08:29:55,811 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.583s
2026-05-28 08:29:55,811 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1368', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ce004d9-f5d4-446a-abad-0a5fce605918', 'x-compute-request-id': 'req-2ce004d9-f5d4-446a-abad-0a5fce605918', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:54Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:29:57,092 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.271s
2026-05-28 08:29:57,093 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8c33a88-0a52-472b-acdc-dc8bf637f3f7', 'x-compute-request-id': 'req-c8c33a88-0a52-472b-acdc-dc8bf637f3f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:29:57,100 106084 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 8 second wait
2026-05-28 08:29:58,833 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.731s
2026-05-28 08:29:58,833 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8547c53a-dfa6-4cb0-9f9c-edb3def2489e', 'x-compute-request-id': 'req-8547c53a-dfa6-4cb0-9f9c-edb3def2489e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:00,681 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.839s
2026-05-28 08:30:00,681 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:29:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1518376-6d26-4b41-89f6-aabf5767f2b0', 'x-compute-request-id': 'req-d1518376-6d26-4b41-89f6-aabf5767f2b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:02,242 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.555s
2026-05-28 08:30:02,243 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef3c12be-704e-4f8e-ac59-fb5b6cdfbd76', 'x-compute-request-id': 'req-ef3c12be-704e-4f8e-ac59-fb5b6cdfbd76', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:03,528 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.276s
2026-05-28 08:30:03,528 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58ff6751-3fc5-4810-b0b0-8b34c8f937d5', 'x-compute-request-id': 'req-58ff6751-3fc5-4810-b0b0-8b34c8f937d5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:04,769 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.233s
2026-05-28 08:30:04,769 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70c5993a-bd69-47bf-9342-fcd70ed98baf', 'x-compute-request-id': 'req-70c5993a-bd69-47bf-9342-fcd70ed98baf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:07,541 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 1.762s
2026-05-28 08:30:07,541 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d201c37b-f645-4837-8179-fc1d3b144ca0', 'x-compute-request-id': 'req-d201c37b-f645-4837-8179-fc1d3b144ca0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:08,767 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.221s
2026-05-28 08:30:08,767 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1366', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f87a05dd-0722-4ce1-b56b-9ddaf3100f5d', 'x-compute-request-id': 'req-f87a05dd-0722-4ce1-b56b-9ddaf3100f5d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "BUILD", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:29:56Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:10,052 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.278s
2026-05-28 08:30:10,052 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1556', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61794390-d665-4d9f-9fd4-e8bb8144857a', 'x-compute-request-id': 'req-61794390-d665-4d9f-9fd4-e8bb8144857a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1600398408-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}]}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "ACTIVE", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:30:09Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": "2026-05-28T08:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:10,058 106084 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 21 second wait
2026-05-28 08:30:10,166 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a/os-interface 0.108s
2026-05-28 08:30:10,167 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-114aabf0-f10c-4a5f-a750-fb0c97acd6d8', 'x-compute-request-id': 'req-114aabf0-f10c-4a5f-a750-fb0c97acd6d8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a/os-interface'}
Body: b'{"interfaceAttachments": [{"net_id": "199c9115-ee6b-4522-8d1f-319cc11c9753", "port_id": "eae14598-a1ad-44d9-9ea2-6df02a87747e", "mac_addr": "fa:16:3e:19:41:d4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e5c6cbc1-8218-4b7a-abc7-8357f46bc812", "ip_address": "10.1.0.7"}]}]}'
2026-05-28 08:30:10,716 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 PUT https://10.4.3.187/networking/v2.0/floatingips/ad8a6b7e-e2aa-4368-ae02-33f5b5a1352b 0.547s
2026-05-28 08:30:10,716 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"floatingip": {"port_id": "eae14598-a1ad-44d9-9ea2-6df02a87747e"}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-b03fd468-46de-4acb-8142-f41f7eb4fa71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/networking/v2.0/floatingips/ad8a6b7e-e2aa-4368-ae02-33f5b5a1352b'}
Body: b'{"floatingip": {"id": "ad8a6b7e-e2aa-4368-ae02-33f5b5a1352b", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "project_id": "f91f14fd8ce144999ff9ec37d0b527a5", "floating_ip_address": "172.24.5.188", "floating_network_id": "3598bdac-4289-46ff-828e-5422f7753b4e", "router_id": "a7ab9704-1022-425a-84e0-c70b0e9b238e", "port_id": "eae14598-a1ad-44d9-9ea2-6df02a87747e", "fixed_ip_address": "10.1.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "199c9115-ee6b-4522-8d1f-319cc11c9753", "mac_address": "fa:16:3e:19:41:d4", "admin_state_up": true, "status": "ACTIVE", "device_id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2026-05-28T08:29:48Z", "updated_at": "2026-05-28T08:30:10Z", "revision_number": 1}}'
2026-05-28 08:30:10,717 106084 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.5.188:22' as 'cirros' with public key authentication
2026-05-28 08:30:46,754 106084 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81)
2026-05-28 08:30:46,902 106084 INFO [paramiko.transport] Authentication (publickey) successful!
2026-05-28 08:30:46,903 106084 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.5.188 successfully created
2026-05-28 08:30:47,371 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.468s
2026-05-28 08:30:47,372 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1675', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-073fcce2-b8ee-47e3-b6d7-8be85d79ed68', 'x-compute-request-id': 'req-073fcce2-b8ee-47e3-b6d7-8be85d79ed68', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1600398408-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}, {"version": 4, "addr": "172.24.5.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}]}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "ACTIVE", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:30:09Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": "2026-05-28T08:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:30:47,417 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:30:47,417 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be8a36d-26cd-4d7e-86b9-64da567c6422', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be8a36d-26cd-4d7e-86b9-64da567c6422', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:29:48.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:47,423 106084 INFO [tempest.common.waiters] volume 388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 reached available after waiting for 0.423821 seconds
2026-05-28 08:30:47,467 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.043s
2026-05-28 08:30:47,468 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf534c93-37f3-46b1-837c-bfc9dade3c32', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf534c93-37f3-46b1-837c-bfc9dade3c32', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:29:48.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:50,084 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 POST https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a/os-volume_attachments 2.611s
2026-05-28 08:30:50,084 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"volumeAttachment": {"volumeId": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:47 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-c10d73e4-552b-4f05-83e8-5e0c85e2cad3', 'x-compute-request-id': 'req-c10d73e4-552b-4f05-83e8-5e0c85e2cad3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a/os-volume_attachments'}
Body: b'{"volumeAttachment": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "serverId": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "volumeId": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "device": "/dev/vdb"}}'
2026-05-28 08:30:50,118 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:30:50,119 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7fb022e-1db1-4a57-825f-6ae4ca8e6cf8', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7fb022e-1db1-4a57-825f-6ae4ca8e6cf8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:51,170 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.044s
2026-05-28 08:30:51,170 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a13474a-443f-40b8-bdd5-601b6339753e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a13474a-443f-40b8-bdd5-601b6339753e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:52,211 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:30:52,211 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbb4620c-d34a-4e27-9dba-bdf43e2e37ca', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbb4620c-d34a-4e27-9dba-bdf43e2e37ca', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:53,266 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.049s
2026-05-28 08:30:53,267 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0df1b271-354b-42c6-8122-9e5d68af9a31', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0df1b271-354b-42c6-8122-9e5d68af9a31', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:54,376 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.100s
2026-05-28 08:30:54,376 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba36b40d-aa57-4473-b5d8-939489d302b0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba36b40d-aa57-4473-b5d8-939489d302b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:55,435 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.050s
2026-05-28 08:30:55,435 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4590f0f2-606a-43d1-91a4-afb8bb457d11', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4590f0f2-606a-43d1-91a4-afb8bb457d11', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:56,586 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.143s
2026-05-28 08:30:56,586 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ddbbb66-86ee-4046-8ea6-bab682bab97f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ddbbb66-86ee-4046-8ea6-bab682bab97f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:57,634 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.041s
2026-05-28 08:30:57,635 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-097deb07-0e15-419e-99c8-bd3f0a682b6c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-097deb07-0e15-419e-99c8-bd3f0a682b6c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:58,685 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.043s
2026-05-28 08:30:58,685 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be28286-8f0a-46b1-9ec9-87a4fad2137b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be28286-8f0a-46b1-9ec9-87a4fad2137b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:30:59,725 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:30:59,725 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:30:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-211b9c6d-709f-4cb5-ab3e-98308f8a6cd5', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-211b9c6d-709f-4cb5-ab3e-98308f8a6cd5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:00,770 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.039s
2026-05-28 08:31:00,770 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66a6ebaa-2fd2-4829-acbc-6e9eac06f43f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66a6ebaa-2fd2-4829-acbc-6e9eac06f43f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:01,826 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.048s
2026-05-28 08:31:01,826 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ac48b46-a7d2-4e0b-8874-74a9c60d5291', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ac48b46-a7d2-4e0b-8874-74a9c60d5291', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:02,864 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:31:02,864 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb0688c1-797b-4679-b322-9fee4ea6c96b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb0688c1-797b-4679-b322-9fee4ea6c96b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:03,915 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.046s
2026-05-28 08:31:03,916 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a1447d-4718-41d4-b4ab-c5ea25b10346', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a1447d-4718-41d4-b4ab-c5ea25b10346', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:04,963 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.040s
2026-05-28 08:31:04,964 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4839586c-4dab-4875-8df1-ddf51f15b5a0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4839586c-4dab-4875-8df1-ddf51f15b5a0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:06,012 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.040s
2026-05-28 08:31:06,012 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e4e302-703c-43ea-b27b-b4ae03f1e369', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e4e302-703c-43ea-b27b-b4ae03f1e369', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:07,144 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.124s
2026-05-28 08:31:07,144 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92477499-65f0-45a1-bae6-7229302f00a3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92477499-65f0-45a1-bae6-7229302f00a3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:30:50.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:08,195 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.045s
2026-05-28 08:31:08,195 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9971c0fc-3de9-471b-b97e-93e88389cb84', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9971c0fc-3de9-471b-b97e-93e88389cb84', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:09,240 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:31:09,240 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-972c8805-9dfc-40cf-b4c7-10c84b17f4dc', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-972c8805-9dfc-40cf-b4c7-10c84b17f4dc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:10,278 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:31:10,278 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e0e5cab-52eb-44f7-92f4-97d3f94fa039', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e0e5cab-52eb-44f7-92f4-97d3f94fa039', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:11,313 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:31:11,314 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a5f7de4-7db4-4e63-98ac-4054cd86a0ab', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a5f7de4-7db4-4e63-98ac-4054cd86a0ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:12,352 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:31:12,352 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5631cb8-028a-4f4f-8de6-bccdfa64dd08', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5631cb8-028a-4f4f-8de6-bccdfa64dd08', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:13,400 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.041s
2026-05-28 08:31:13,400 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1880364-3165-4884-afec-f2279130f651', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1880364-3165-4884-afec-f2279130f651', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:14,443 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.035s
2026-05-28 08:31:14,444 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99679c4-6203-4f3d-a42c-d41d78c64283', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99679c4-6203-4f3d-a42c-d41d78c64283', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:15,498 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.048s
2026-05-28 08:31:15,499 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90622eb9-fce8-4fc2-94af-3c68c1d85da3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90622eb9-fce8-4fc2-94af-3c68c1d85da3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:16,555 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.046s
2026-05-28 08:31:16,555 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a82b4c2-d91a-4994-87f9-5b205a640715', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a82b4c2-d91a-4994-87f9-5b205a640715', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:17,597 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:31:17,597 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1857a948-576d-4dbe-9e6f-042afcb9bef4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1857a948-576d-4dbe-9e6f-042afcb9bef4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:18,642 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.035s
2026-05-28 08:31:18,642 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-047e9c2e-b0dd-40e9-9080-c48dbb023fa5', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-047e9c2e-b0dd-40e9-9080-c48dbb023fa5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:19,699 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.047s
2026-05-28 08:31:19,700 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b3be44b-bfd2-46a7-8920-bf9cc42320e0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b3be44b-bfd2-46a7-8920-bf9cc42320e0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:20,747 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.038s
2026-05-28 08:31:20,748 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cccb5932-df86-4d5b-b3a0-1f61772fcd71', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cccb5932-df86-4d5b-b3a0-1f61772fcd71', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:21,800 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.040s
2026-05-28 08:31:21,800 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29ffbce8-46f3-4846-ad32-d28f15a9c4ed', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ffbce8-46f3-4846-ad32-d28f15a9c4ed', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:22,847 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.039s
2026-05-28 08:31:22,848 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e58866bd-920f-4d61-9ff7-e38ec45cce8d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e58866bd-920f-4d61-9ff7-e38ec45cce8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:23,918 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.059s
2026-05-28 08:31:23,918 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edb344d0-6668-408d-9f27-276806dc4a3b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edb344d0-6668-408d-9f27-276806dc4a3b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:24,958 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:31:24,958 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50faf6cb-a3d2-4cb7-8abb-d779f514ad78', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50faf6cb-a3d2-4cb7-8abb-d779f514ad78', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:26,002 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.038s
2026-05-28 08:31:26,002 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83c5ce01-cffb-4f3a-b5c4-bc9e775c6fee', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83c5ce01-cffb-4f3a-b5c4-bc9e775c6fee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:27,068 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.054s
2026-05-28 08:31:27,068 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4af258ec-00d7-480b-be11-fda1268e90db', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4af258ec-00d7-480b-be11-fda1268e90db', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:28,129 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.054s
2026-05-28 08:31:28,129 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e8dd679-eb2f-402c-be2a-4659d2f9bbe1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e8dd679-eb2f-402c-be2a-4659d2f9bbe1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:29,164 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:31:29,165 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0995d332-81cd-47ed-aac7-c95511d66795', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0995d332-81cd-47ed-aac7-c95511d66795', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:30,204 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:31:30,205 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12eac069-6642-41ea-9345-b51641fb6765', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12eac069-6642-41ea-9345-b51641fb6765', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:31,247 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.035s
2026-05-28 08:31:31,247 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60deeb7f-7f09-45d8-8c83-84c83378b4ac', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60deeb7f-7f09-45d8-8c83-84c83378b4ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:32,292 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:31:32,292 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61133639-ba99-4b30-8229-cc974c8303ad', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61133639-ba99-4b30-8229-cc974c8303ad', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:33,346 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.047s
2026-05-28 08:31:33,346 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed3d26a1-b4af-4398-bd17-3748468f32a6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed3d26a1-b4af-4398-bd17-3748468f32a6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:34,391 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.035s
2026-05-28 08:31:34,392 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc5ed067-a025-4c88-9a30-8dcd8d9823ac', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc5ed067-a025-4c88-9a30-8dcd8d9823ac', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:35,428 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.025s
2026-05-28 08:31:35,428 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c95c9c17-032c-40a6-ad08-08bc8811f583', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c95c9c17-032c-40a6-ad08-08bc8811f583', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:36,476 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.039s
2026-05-28 08:31:36,476 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ce0cf8b-1ba4-4691-9541-ef4994d98f3c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ce0cf8b-1ba4-4691-9541-ef4994d98f3c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:37,529 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.042s
2026-05-28 08:31:37,530 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e3a4a3d-ffcf-42a4-9c05-05438e99ac5a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e3a4a3d-ffcf-42a4-9c05-05438e99ac5a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:38,575 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:31:38,576 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f43c315e-e7a6-4742-817b-7fd7bbc9051a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f43c315e-e7a6-4742-817b-7fd7bbc9051a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:39,615 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:31:39,615 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2a5b803-9683-46aa-b449-328cdbeb36a9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2a5b803-9683-46aa-b449-328cdbeb36a9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:40,652 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:31:40,652 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a0844ec-07fc-445f-be95-9551c075b6a1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a0844ec-07fc-445f-be95-9551c075b6a1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:41,686 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.028s
2026-05-28 08:31:41,686 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8941aab-c7d8-4908-926b-eea933ccbe41', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8941aab-c7d8-4908-926b-eea933ccbe41', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:42,728 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:31:42,728 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-817749ac-e130-45e8-bde8-e8f956ace372', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-817749ac-e130-45e8-bde8-e8f956ace372', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:43,765 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:31:43,765 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-780a4803-7b26-4f58-8862-3464a0a141ba', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-780a4803-7b26-4f58-8862-3464a0a141ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:44,807 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:31:44,808 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c96e314-2d3e-443f-a58e-f9a49182be46', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c96e314-2d3e-443f-a58e-f9a49182be46', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:45,840 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.022s
2026-05-28 08:31:45,840 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a537af06-c02d-49a8-a760-44b97880e1da', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a537af06-c02d-49a8-a760-44b97880e1da', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:46,867 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.022s
2026-05-28 08:31:46,868 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d8e3a43-1ee2-446c-8bf4-f21c2a431bde', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d8e3a43-1ee2-446c-8bf4-f21c2a431bde', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:47,900 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.028s
2026-05-28 08:31:47,901 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-298fcc2d-6ca0-46ac-9735-46f275bb163e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-298fcc2d-6ca0-46ac-9735-46f275bb163e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:48,940 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:31:48,941 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064f3b09-2f2e-4693-b062-badd6df20ea2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064f3b09-2f2e-4693-b062-badd6df20ea2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:49,978 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:31:49,978 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fa141a6-49ee-4a69-ade4-2b31d6d75d6e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fa141a6-49ee-4a69-ade4-2b31d6d75d6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:51,013 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:31:51,014 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71223f41-be65-40a0-bbb3-da060f1fdada', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71223f41-be65-40a0-bbb3-da060f1fdada', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:52,066 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.046s
2026-05-28 08:31:52,068 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12931afd-c06f-45d0-9d8a-a5b3a9679c61', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12931afd-c06f-45d0-9d8a-a5b3a9679c61', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:53,106 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:31:53,106 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d46eb26c-1d67-4694-b27e-2164c39bcc9b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d46eb26c-1d67-4694-b27e-2164c39bcc9b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:54,145 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:31:54,145 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16f55c14-8a1d-408f-9da5-85885288863a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16f55c14-8a1d-408f-9da5-85885288863a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:55,175 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:31:55,175 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eeb935e-cc68-47b5-9f2a-b91cf42f2776', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eeb935e-cc68-47b5-9f2a-b91cf42f2776', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:56,224 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.043s
2026-05-28 08:31:56,224 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca8857c7-29b9-47fb-aaad-43fc98933b6d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca8857c7-29b9-47fb-aaad-43fc98933b6d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:57,272 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.038s
2026-05-28 08:31:57,272 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc8debe7-685b-4a6b-b9f9-99cde3a12b30', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc8debe7-685b-4a6b-b9f9-99cde3a12b30', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:58,310 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:31:58,310 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a79912-caf8-41d1-8800-547bcb472f62', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a79912-caf8-41d1-8800-547bcb472f62', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:31:59,354 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:31:59,355 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:31:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd7f40aa-eb91-464f-8dfd-3ed4901d959f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd7f40aa-eb91-464f-8dfd-3ed4901d959f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:00,388 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.026s
2026-05-28 08:32:00,388 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f158fe66-a9c5-443f-aafb-7a48f0926f39', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f158fe66-a9c5-443f-aafb-7a48f0926f39', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:01,427 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:32:01,427 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cba676e1-3a4f-4f96-a02e-7856c1d7ee1f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cba676e1-3a4f-4f96-a02e-7856c1d7ee1f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:02,461 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:02,461 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09fe100e-7069-4eec-85a6-db3e7dc13374', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09fe100e-7069-4eec-85a6-db3e7dc13374', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:03,495 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:32:03,495 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599de5e0-72b7-4aac-a563-176f7b5a56d9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599de5e0-72b7-4aac-a563-176f7b5a56d9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:04,537 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.035s
2026-05-28 08:32:04,537 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d6e66a-56ef-48c1-9b04-9071dfd3112a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d6e66a-56ef-48c1-9b04-9071dfd3112a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:05,575 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:32:05,576 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36f913f1-763a-4705-81d5-92123f3194c0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36f913f1-763a-4705-81d5-92123f3194c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:06,627 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.044s
2026-05-28 08:32:06,628 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c136ed1a-43f9-4405-a8bf-561fe0db4134', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c136ed1a-43f9-4405-a8bf-561fe0db4134', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:07,663 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:07,663 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a51646c0-439a-4f17-8ec9-9ec90dd47524', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a51646c0-439a-4f17-8ec9-9ec90dd47524', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:08,709 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.038s
2026-05-28 08:32:08,709 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b5fc4c4-a71c-4a6b-872b-f13414dc1ba3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b5fc4c4-a71c-4a6b-872b-f13414dc1ba3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:09,753 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:32:09,753 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28ff3d02-f836-45e0-9440-26f4c3026654', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28ff3d02-f836-45e0-9440-26f4c3026654', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:10,790 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:32:10,790 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f60886f-943f-48e6-87b4-9a6ea81a350f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f60886f-943f-48e6-87b4-9a6ea81a350f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:11,899 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.101s
2026-05-28 08:32:11,900 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9a70d5-a7e3-4246-b401-3f66913b5ea3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9a70d5-a7e3-4246-b401-3f66913b5ea3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:12,943 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.037s
2026-05-28 08:32:12,943 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-531135da-3491-4560-9a29-e7c8fece731a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-531135da-3491-4560-9a29-e7c8fece731a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:13,993 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.043s
2026-05-28 08:32:13,993 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e26c64-ec46-449b-a23f-59d6b11ebb1d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e26c64-ec46-449b-a23f-59d6b11ebb1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:15,030 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:32:15,030 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a44ff68-ea49-443f-a02f-bb382c673757', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a44ff68-ea49-443f-a02f-bb382c673757', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:16,095 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.058s
2026-05-28 08:32:16,095 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75ad53da-85ec-4d03-9d81-894a0a873c23', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75ad53da-85ec-4d03-9d81-894a0a873c23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:17,132 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:17,133 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edcde753-f76f-43d2-b6cd-138b7b48b6d2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edcde753-f76f-43d2-b6cd-138b7b48b6d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:18,172 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:32:18,172 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98c0378-f6ac-4490-8fb2-c30737749140', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98c0378-f6ac-4490-8fb2-c30737749140', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:19,212 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:19,212 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d00fe4e-bfec-4a48-bebc-b40fae0e713c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d00fe4e-bfec-4a48-bebc-b40fae0e713c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:20,248 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:20,248 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-988d9137-0b3a-48fe-b138-5e9332a987a8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-988d9137-0b3a-48fe-b138-5e9332a987a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:21,284 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:21,284 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbeb3f9c-65df-455f-87d9-188397b104b0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbeb3f9c-65df-455f-87d9-188397b104b0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:22,327 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.035s
2026-05-28 08:32:22,327 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0bf9c9e2-00d6-49d9-8f7c-db6164e83ab4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0bf9c9e2-00d6-49d9-8f7c-db6164e83ab4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:23,371 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:32:23,371 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa2e57e2-533e-415f-a06a-d0358b75d116', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa2e57e2-533e-415f-a06a-d0358b75d116', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:24,400 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:32:24,400 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b27382f-cece-4e0c-8c62-aede87a15bfa', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b27382f-cece-4e0c-8c62-aede87a15bfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:25,438 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:32:25,438 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59ed31eb-cee5-442d-9a7d-6220663cef57', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59ed31eb-cee5-442d-9a7d-6220663cef57', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:26,474 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.028s
2026-05-28 08:32:26,475 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63cd7e86-82a7-4312-be79-4e070e1e80eb', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63cd7e86-82a7-4312-be79-4e070e1e80eb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:27,505 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.025s
2026-05-28 08:32:27,505 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5dedb73-2dce-46e0-9e40-9578e1034baf', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5dedb73-2dce-46e0-9e40-9578e1034baf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:28,546 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:32:28,547 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6895011-4f60-4976-8a61-9f2159fa64d2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6895011-4f60-4976-8a61-9f2159fa64d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:29,586 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:32:29,586 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88f2c271-fbc4-4eae-9906-e323e311137b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88f2c271-fbc4-4eae-9906-e323e311137b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:30,626 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:32:30,627 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e90a772-9c3a-4515-a036-2691f9e9f4df', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e90a772-9c3a-4515-a036-2691f9e9f4df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:31,679 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.042s
2026-05-28 08:32:31,679 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57504cec-75f8-4049-be24-f887def51d9c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57504cec-75f8-4049-be24-f887def51d9c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:32,717 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:32:32,717 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:32 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06e1dcd1-494f-4514-aa91-6519b8091896', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06e1dcd1-494f-4514-aa91-6519b8091896', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:33,763 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.040s
2026-05-28 08:32:33,763 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-542e9406-772b-4552-a91f-69ca60ec15f6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-542e9406-772b-4552-a91f-69ca60ec15f6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:34,821 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.051s
2026-05-28 08:32:34,822 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac12920c-e413-4014-a33a-0f9a89e39e75', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac12920c-e413-4014-a33a-0f9a89e39e75', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:35,859 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:35,859 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccccb0ab-07a1-4be7-ae5d-434b2b9a6f5e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccccb0ab-07a1-4be7-ae5d-434b2b9a6f5e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:36,901 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:32:36,901 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75d1ad2a-0de1-42b7-a493-f132463d869f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75d1ad2a-0de1-42b7-a493-f132463d869f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:37,939 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:32:37,939 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89af8d99-7d7a-428a-87f6-9faf2ba74afb', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89af8d99-7d7a-428a-87f6-9faf2ba74afb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:38,970 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.025s
2026-05-28 08:32:38,970 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1413b5-2cdb-4544-921b-3db5ee0954f4', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f1413b5-2cdb-4544-921b-3db5ee0954f4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:40,011 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.035s
2026-05-28 08:32:40,011 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e4d8b5c-5fca-4dc8-8382-0847ce9ef50d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e4d8b5c-5fca-4dc8-8382-0847ce9ef50d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:41,050 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:32:41,050 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a494aae1-bfa3-4333-8a4c-e2844e95bd1e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a494aae1-bfa3-4333-8a4c-e2844e95bd1e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:42,086 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:32:42,086 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4951c74-d084-41a2-83e3-c71cc1fd5da8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4951c74-d084-41a2-83e3-c71cc1fd5da8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:43,126 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:32:43,127 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1a80d1-0056-4926-9c4d-43065bc68fee', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1a80d1-0056-4926-9c4d-43065bc68fee', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:44,168 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:32:44,168 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6fa2e4-6c30-4140-adf1-4f1338a5e9b6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6fa2e4-6c30-4140-adf1-4f1338a5e9b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:45,210 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:32:45,210 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-085e62cf-b8a4-4b0c-b4c6-cba48e0cd5ef', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-085e62cf-b8a4-4b0c-b4c6-cba48e0cd5ef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:46,268 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.047s
2026-05-28 08:32:46,269 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cc3c386-3bbe-460b-b4c7-39b7c68a24ea', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cc3c386-3bbe-460b-b4c7-39b7c68a24ea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:47,303 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.025s
2026-05-28 08:32:47,303 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ba2fbf1-b921-4e12-b5a8-5804ac39b0e9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ba2fbf1-b921-4e12-b5a8-5804ac39b0e9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:48,344 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:32:48,344 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09e8b790-a6ed-4ca0-b550-66a39216d6b6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09e8b790-a6ed-4ca0-b550-66a39216d6b6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:49,390 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.039s
2026-05-28 08:32:49,391 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1d7b865-914d-4075-a8ab-0863eabb4c09', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1d7b865-914d-4075-a8ab-0863eabb4c09', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:50,422 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:32:50,422 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10ec62cc-c0aa-4c99-8165-5cbb77dcdf22', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10ec62cc-c0aa-4c99-8165-5cbb77dcdf22', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:51,456 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:51,456 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57d6890e-02a0-4d13-8779-866087ae5037', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57d6890e-02a0-4d13-8779-866087ae5037', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:52,505 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.041s
2026-05-28 08:32:52,506 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-833f8f0c-fa2f-4491-9255-cb87d90850ba', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-833f8f0c-fa2f-4491-9255-cb87d90850ba', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:53,544 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:32:53,544 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fff0a836-b43d-4f5e-96cc-6af01be7d976', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fff0a836-b43d-4f5e-96cc-6af01be7d976', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:54,585 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:32:54,585 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38edd176-d981-4b9e-a1b0-599172a8ba6e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38edd176-d981-4b9e-a1b0-599172a8ba6e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:55,628 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:32:55,628 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce9a78a4-177b-45f9-9af8-91b15430f006', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce9a78a4-177b-45f9-9af8-91b15430f006', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:56,666 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:32:56,666 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2aafd86-e43f-4484-b752-bd6eb5121916', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2aafd86-e43f-4484-b752-bd6eb5121916', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:57,716 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.039s
2026-05-28 08:32:57,716 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4d90602-6344-41f6-9f30-3dd7d9b716e6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4d90602-6344-41f6-9f30-3dd7d9b716e6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:58,753 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:32:58,754 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49703840-526e-4974-bd1f-72b69418f370', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49703840-526e-4974-bd1f-72b69418f370', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:32:59,795 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:32:59,795 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:32:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45f1e00-045f-4c07-8f57-c84c6b0ead2f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45f1e00-045f-4c07-8f57-c84c6b0ead2f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:00,838 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.037s
2026-05-28 08:33:00,839 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98d10ab5-1671-4426-b362-ccc419a85abb', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98d10ab5-1671-4426-b362-ccc419a85abb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:01,880 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:33:01,881 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-123cf51e-cf9e-4225-ac5d-6389475adafc', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-123cf51e-cf9e-4225-ac5d-6389475adafc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:02,927 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.038s
2026-05-28 08:33:02,927 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2b3fed-05af-475a-a6fe-041a454e8a4b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2b3fed-05af-475a-a6fe-041a454e8a4b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:03,967 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:33:03,968 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0ac388c-2121-4147-a431-7779b96d5664', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0ac388c-2121-4147-a431-7779b96d5664', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:05,002 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.025s
2026-05-28 08:33:05,002 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37562d2b-d9ba-4f6b-b6ed-6c2a0724898f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37562d2b-d9ba-4f6b-b6ed-6c2a0724898f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:06,036 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:33:06,037 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-089c4996-6147-4fd6-af69-a0c66005d8c7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-089c4996-6147-4fd6-af69-a0c66005d8c7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:07,080 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:33:07,080 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db7082d-87bf-4c4b-89c5-a49d9e7c5d7c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db7082d-87bf-4c4b-89c5-a49d9e7c5d7c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:08,114 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:33:08,114 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:08 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64bd45f2-934a-482a-9d9e-6258dfedf6d2', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64bd45f2-934a-482a-9d9e-6258dfedf6d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:09,144 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.023s
2026-05-28 08:33:09,144 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c1ce2eb-1e32-40b3-8c81-3df33fca6cf5', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c1ce2eb-1e32-40b3-8c81-3df33fca6cf5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:10,175 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.025s
2026-05-28 08:33:10,175 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1046968d-bd23-46a2-8ec8-8886832cd259', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1046968d-bd23-46a2-8ec8-8886832cd259', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:11,205 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:33:11,205 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b089dd75-4509-43b2-8699-26764467086a', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b089dd75-4509-43b2-8699-26764467086a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:12,243 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:33:12,243 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e40533a0-47dc-434c-acbc-6e07001fddfe', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e40533a0-47dc-434c-acbc-6e07001fddfe', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:13,284 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:33:13,284 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29f8c395-24f0-4f4b-b692-b367c841873f', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29f8c395-24f0-4f4b-b692-b367c841873f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:14,321 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:33:14,321 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65450247-cb8c-47a2-9f0f-43b9a671f7df', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65450247-cb8c-47a2-9f0f-43b9a671f7df', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:15,360 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:33:15,360 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79bf34dc-cb84-45ba-a5dc-07418fce8ee6', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79bf34dc-cb84-45ba-a5dc-07418fce8ee6', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:16,407 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.038s
2026-05-28 08:33:16,407 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:16 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8fe85de2-62c6-4e93-9a94-9f52868b2c28', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8fe85de2-62c6-4e93-9a94-9f52868b2c28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:17,444 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:33:17,445 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:17 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ee416a5-e731-497e-8b14-9de0f6cfe48e', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ee416a5-e731-497e-8b14-9de0f6cfe48e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:18,481 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:33:18,481 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:18 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9f23158-a034-4e6d-8dc7-6696d1bd1273', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9f23158-a034-4e6d-8dc7-6696d1bd1273', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:19,518 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:33:19,518 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:19 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1aee1cfe-269d-4f0a-9ac4-ef5ac0c00174', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aee1cfe-269d-4f0a-9ac4-ef5ac0c00174', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:20,573 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.041s
2026-05-28 08:33:20,574 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:20 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c10403e2-ce34-485c-b450-33c89e272921', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c10403e2-ce34-485c-b450-33c89e272921', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:21,609 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.028s
2026-05-28 08:33:21,609 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:21 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbd49273-2835-4d08-b183-cf1f1f2f6cef', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbd49273-2835-4d08-b183-cf1f1f2f6cef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:22,639 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.023s
2026-05-28 08:33:22,639 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:22 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-018e32ac-570a-4c65-a16c-dd27f064c1a8', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-018e32ac-570a-4c65-a16c-dd27f064c1a8', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:23,681 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:33:23,681 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:23 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7729d7e8-26f3-40ac-8009-a3cb70055d19', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7729d7e8-26f3-40ac-8009-a3cb70055d19', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:24,717 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:33:24,717 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:24 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d207f16-7b6b-45ce-a829-b0fce09a335c', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d207f16-7b6b-45ce-a829-b0fce09a335c', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:25,761 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.039s
2026-05-28 08:33:25,761 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:25 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf323bd1-c9c3-4edd-903e-155c28bc9849', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf323bd1-c9c3-4edd-903e-155c28bc9849', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:26,800 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:33:26,800 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:26 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b6ea746-7ff9-4f03-be96-ecb86b8381e3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b6ea746-7ff9-4f03-be96-ecb86b8381e3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:27,844 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:33:27,844 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:27 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb96af8-6684-4515-adb6-3dfa82206c05', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb96af8-6684-4515-adb6-3dfa82206c05', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:28,888 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:33:28,888 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:28 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a26baf2d-a49a-4719-adac-e0dc55023ed9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a26baf2d-a49a-4719-adac-e0dc55023ed9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:29,926 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:33:29,926 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:29 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a86b1e43-3f2d-4c7d-8f66-674ae626c8d7', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a86b1e43-3f2d-4c7d-8f66-674ae626c8d7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:30,961 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:33:30,961 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:30 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91c88a25-0c8b-4cf0-b86b-8891201d26c3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91c88a25-0c8b-4cf0-b86b-8891201d26c3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:31,995 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:33:31,995 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:31 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a9ac9ee-a82f-4817-a366-b17071494324', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a9ac9ee-a82f-4817-a366-b17071494324', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:33,028 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.026s
2026-05-28 08:33:33,028 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:33 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295bd246-bc7f-4dba-bfc4-19ff0a0ca786', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295bd246-bc7f-4dba-bfc4-19ff0a0ca786', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:34,079 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.042s
2026-05-28 08:33:34,079 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:34 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3ce7ab7-7252-4f11-abbf-c31bbb8e9f8b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3ce7ab7-7252-4f11-abbf-c31bbb8e9f8b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:35,119 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:33:35,120 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ed9596-dd50-46b5-aa00-54ec13d280ab', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ed9596-dd50-46b5-aa00-54ec13d280ab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:36,158 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:33:36,158 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c72b2a83-1fc3-45b2-ac62-50f2453d4b2b', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c72b2a83-1fc3-45b2-ac62-50f2453d4b2b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:37,197 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:33:37,198 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-514de320-37d7-45bf-acc7-e018fa57cc18', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-514de320-37d7-45bf-acc7-e018fa57cc18', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:38,231 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.028s
2026-05-28 08:33:38,231 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59d97c84-ac23-4009-a92d-eda46a13b733', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59d97c84-ac23-4009-a92d-eda46a13b733', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:39,268 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:33:39,268 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3dca2b0-2f44-4c25-bbff-4767d4a02e89', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3dca2b0-2f44-4c25-bbff-4767d4a02e89', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:40,326 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.049s
2026-05-28 08:33:40,327 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5959aaf-a254-4b94-9296-6012e8559383', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5959aaf-a254-4b94-9296-6012e8559383', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:41,367 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:33:41,367 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdb70319-3014-4a03-9ea8-8e390c573799', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdb70319-3014-4a03-9ea8-8e390c573799', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:42,404 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.029s
2026-05-28 08:33:42,404 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:42 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9e4a829-2d50-4055-ab0c-2192f1ce6c16', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9e4a829-2d50-4055-ab0c-2192f1ce6c16', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:43,439 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:33:43,439 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71d4b3d9-c391-43bd-a381-6b51b9516048', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71d4b3d9-c391-43bd-a381-6b51b9516048', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:44,482 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:33:44,483 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90e5646c-f5ce-46f2-bfd2-70eb87eb9442', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90e5646c-f5ce-46f2-bfd2-70eb87eb9442', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:45,529 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.040s
2026-05-28 08:33:45,530 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe17d5cd-a9e7-488e-a1cb-be327b896730', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe17d5cd-a9e7-488e-a1cb-be327b896730', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:46,560 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:33:46,560 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd1ca558-3ae6-4dc8-973d-12c986b817f9', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd1ca558-3ae6-4dc8-973d-12c986b817f9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:47,592 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.027s
2026-05-28 08:33:47,593 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad9798f6-00bc-4379-806a-3de2001144b3', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad9798f6-00bc-4379-806a-3de2001144b3', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:48,624 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:33:48,624 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:48 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0932a0f-4b5e-4ba9-b1c0-e23350a91f37', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0932a0f-4b5e-4ba9-b1c0-e23350a91f37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:49,669 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.036s
2026-05-28 08:33:49,669 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a5fc4fa-131b-443d-a59b-fddac24f65a5', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a5fc4fa-131b-443d-a59b-fddac24f65a5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:50,709 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.031s
2026-05-28 08:33:50,710 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-975a47b1-7dd3-4b74-b2a3-1a0d1daa7d1d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-975a47b1-7dd3-4b74-b2a3-1a0d1daa7d1d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:51,764 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.045s
2026-05-28 08:33:51,764 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f600d68d-c6ad-45af-9f01-41e36f104d58', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f600d68d-c6ad-45af-9f01-41e36f104d58', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:52,807 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:33:52,807 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:52 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43adb47c-4ba5-4800-adf6-cfe0947fca37', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43adb47c-4ba5-4800-adf6-cfe0947fca37', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:53,848 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.034s
2026-05-28 08:33:53,849 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72bc024c-86c6-4060-a886-3d0bf0b108bd', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72bc024c-86c6-4060-a886-3d0bf0b108bd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:54,892 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:33:54,892 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a214b57-4443-4190-a114-00d6dc1aa096', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a214b57-4443-4190-a114-00d6dc1aa096', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:55,930 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.032s
2026-05-28 08:33:55,930 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5013f42b-1181-4d8b-b3b8-e78fb80a6aab', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5013f42b-1181-4d8b-b3b8-e78fb80a6aab', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:56,968 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.028s
2026-05-28 08:33:56,968 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b333645-321f-4cda-83a3-737ff2f556c0', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b333645-321f-4cda-83a3-737ff2f556c0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:58,008 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:33:58,008 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:57 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cff1613-9263-49e2-99f4-2e52e7410a8d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cff1613-9263-49e2-99f4-2e52e7410a8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:33:59,047 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:33:59,047 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:33:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac21c4b8-7c80-4ac2-910c-d8d657816978', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac21c4b8-7c80-4ac2-910c-d8d657816978', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:00,077 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:34:00,077 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e1de702-28b0-4dd9-afaa-3abb660f64af', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e1de702-28b0-4dd9-afaa-3abb660f64af', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:01,112 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.026s
2026-05-28 08:34:01,112 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384d120f-4d11-48ab-b988-a5faf9de3a67', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384d120f-4d11-48ab-b988-a5faf9de3a67', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:02,157 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.040s
2026-05-28 08:34:02,158 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dfa18c1d-4679-4828-8494-22974eb46f64', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dfa18c1d-4679-4828-8494-22974eb46f64', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:03,195 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:34:03,195 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:03 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-213fd12f-b382-4a35-8595-f841ac812a0d', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-213fd12f-b382-4a35-8595-f841ac812a0d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:04,242 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.040s
2026-05-28 08:34:04,242 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9fc1f67-0943-4df3-b3e0-12e364563500', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9fc1f67-0943-4df3-b3e0-12e364563500', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:05,281 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.033s
2026-05-28 08:34:05,282 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-899b46a2-0adc-42b2-a702-ef7a85a67e23', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-899b46a2-0adc-42b2-a702-ef7a85a67e23', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:06,334 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.046s
2026-05-28 08:34:06,335 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c524cc29-7f69-457f-be67-c6bcd82d0cef', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c524cc29-7f69-457f-be67-c6bcd82d0cef', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:31:08.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:06,453 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.109s
2026-05-28 08:34:06,454 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:06 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-e6186552-ee7e-4c6a-a131-c6046faa61cc', 'x-compute-request-id': 'req-e6186552-ee7e-4c6a-a131-c6046faa61cc', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b''
2026-05-28 08:34:06,719 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.265s
2026-05-28 08:34:06,719 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31b1ce7c-a0f4-4f22-97cf-7d70886d3cea', 'x-compute-request-id': 'req-31b1ce7c-a0f4-4f22-97cf-7d70886d3cea', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1600398408-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}, {"version": 4, "addr": "172.24.5.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}]}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "ACTIVE", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:34:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": "2026-05-28T08:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:34:08,025 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.299s
2026-05-28 08:34:08,026 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6f2dd5f-8454-45a6-9bd4-776c0a14d262', 'x-compute-request-id': 'req-f6f2dd5f-8454-45a6-9bd4-776c0a14d262', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1600398408-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}, {"version": 4, "addr": "172.24.5.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}]}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "ACTIVE", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:34:06Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": "2026-05-28T08:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:34:09,264 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.231s
2026-05-28 08:34:09,264 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1681', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-997f242a-384f-4be8-b151-b89acb9d795e', 'x-compute-request-id': 'req-997f242a-384f-4be8-b151-b89acb9d795e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {"tempest-TestEncryptedCinderVolumes-1600398408-network": [{"version": 4, "addr": "10.1.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}, {"version": 4, "addr": "172.24.5.188", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:41:d4"}]}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "ACTIVE", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:34:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": "2026-05-28T08:30:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1770470035"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:34:10,380 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.109s
2026-05-28 08:34:10,381 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:10 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1325', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10e9be0d-c24e-4265-8241-bb0e78be9643', 'x-compute-request-id': 'req-10e9be0d-c24e-4265-8241-bb0e78be9643', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "ACTIVE", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:34:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": "2026-05-28T08:30:09.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:34:11,513 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.124s
2026-05-28 08:34:11,513 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1425', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-115a01ef-c6ae-4ad5-9677-53daa63e46d4', 'x-compute-request-id': 'req-115a01ef-c6ae-4ad5-9677-53daa63e46d4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "DELETED", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:34:11Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T08:31:09Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": "2026-05-28T08:30:09.000000", "OS-SRV-USG:terminated_at": "2026-05-28T08:34:10.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:34:11,520 106084 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 5 second wait
2026-05-28 08:34:12,642 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.121s
2026-05-28 08:34:12,642 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1425', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-690839a1-8b0c-4242-a4f3-f4b23be0cdc0', 'x-compute-request-id': 'req-690839a1-8b0c-4242-a4f3-f4b23be0cdc0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:29:49Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "d65368d277c8de929ef95d59a9c753e0d453d108972462a586548f17", "id": "f6c38809-d5df-49f7-beec-b468dcbe9f5a", "image": {"id": "267f9e72-51de-4145-b84c-e7629223c195", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/images/267f9e72-51de-4145-b84c-e7629223c195"}]}, "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a"}], "metadata": {}, "name": "tempest-TestEncryptedCinderVolumes-server-870296457", "status": "DELETED", "tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5", "user_id": "2c0ad45234574c64b061b3d7d93f1084", "updated": "2026-05-28T08:34:11Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T08:31:09Z", "message": "ProcessExecutionError"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-526501227", "OS-SRV-USG:launched_at": "2026-05-28T08:30:09.000000", "OS-SRV-USG:terminated_at": "2026-05-28T08:34:10.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:34:13,689 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a 0.038s
2026-05-28 08:34:13,689 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:13 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-2631f04f-3d77-421f-91b6-59c8551f2395', 'x-compute-request-id': 'req-2631f04f-3d77-421f-91b6-59c8551f2395', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/f6c38809-d5df-49f7-beec-b468dcbe9f5a'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance f6c38809-d5df-49f7-beec-b468dcbe9f5a could not be found."}}'
2026-05-28 08:34:13,721 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.187/compute/v2.1/os-keypairs/tempest-keypair-526501227 0.031s
2026-05-28 08:34:13,721 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:13 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-9c8ec57e-1575-433b-9c5b-3820f415aaa7', 'x-compute-request-id': 'req-9c8ec57e-1575-433b-9c5b-3820f415aaa7', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/compute/v2.1/os-keypairs/tempest-keypair-526501227'}
Body: b''
2026-05-28 08:34:13,918 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.187/networking/v2.0/security-groups/48979ce4-62c2-4f27-b813-2cb218a1f00a 0.197s
2026-05-28 08:34:13,919 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-546809e2-1a57-4c66-bad0-618df57dd8fb', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.187/networking/v2.0/security-groups/48979ce4-62c2-4f27-b813-2cb218a1f00a'}
Body: b''
2026-05-28 08:34:13,935 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.187/networking/v2.0/security-groups/48979ce4-62c2-4f27-b813-2cb218a1f00a 0.016s
2026-05-28 08:34:13,935 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5d6f6881-4b5e-4a8d-ac84-1d4ca2cc7066', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.187/networking/v2.0/security-groups/48979ce4-62c2-4f27-b813-2cb218a1f00a'}
Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 48979ce4-62c2-4f27-b813-2cb218a1f00a does not exist", "detail": ""}}'
2026-05-28 08:34:14,258 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 204 DELETE https://10.4.3.187/networking/v2.0/floatingips/ad8a6b7e-e2aa-4368-ae02-33f5b5a1352b 0.322s
2026-05-28 08:34:14,258 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-openstack-request-id': 'req-65878aec-2917-499b-b9ca-f2cc135dfa68', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.187/networking/v2.0/floatingips/ad8a6b7e-e2aa-4368-ae02-33f5b5a1352b'}
Body: b''
2026-05-28 08:34:14,299 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.041s
2026-05-28 08:34:14,300 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-759eff71-4105-40ce-9bc8-ea33181127a5', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b''
2026-05-28 08:34:14,330 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.030s
2026-05-28 08:34:14,330 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f96434b0-b536-459f-9b08-f13f51a5404d', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f96434b0-b536-459f-9b08-f13f51a5404d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"volume": {"id": "388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:29:48.000000", "updated_at": "2026-05-28T08:34:14.000000", "name": "tempest-TestEncryptedCinderVolumes-volume-472763386", "description": null, "volume_type": "tempest-scenario-type-luksv2-1970715053", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806"}], "user_id": "2c0ad45234574c64b061b3d7d93f1084", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f91f14fd8ce144999ff9ec37d0b527a5"}}'
2026-05-28 08:34:15,361 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 404 GET https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 0.024s
2026-05-28 08:34:15,361 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-403fe685-8d6a-4f98-a835-8e2d19e7fe7b', 'x-openstack-request-id': 'req-403fe685-8d6a-4f98-a835-8e2d19e7fe7b', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.187/volume/v3/volumes/388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 could not be found."}}'
2026-05-28 08:34:15,515 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 200 GET https://10.4.3.187/volume/v3/volumes/detail?all_tenants=1 0.153s
2026-05-28 08:34:15,515 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:15 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b527755f-5096-44c5-9e4c-89b13777d135', 'content-length': '15648', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b527755f-5096-44c5-9e4c-89b13777d135', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "e7641240-be31-4673-b915-3bb328da2e9d", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:34:01.000000", "updated_at": "2026-05-28T08:34:02.000000", "name": "tempest-VolumesBackupsTest-Volume-350963395", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/e7641240-be31-4673-b915-3bb328da2e9d"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/e7641240-be31-4673-b915-3bb328da2e9d"}], "user_id": "5e32ffe2e89e42ee929c33bf372b7e63", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "891b88c8c7a648ff8f0fc6f9934a1de6", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001604@storpool#template_virtual"}, {"id": "03a4a6b9-629b-489b-8283-5e3d43cc26ab", "status": "backing-up", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:34:00.000000", "updated_at": "2026-05-28T08:34:01.000000", "name": "tempest-VolumesBackupsTest-Volume-895276734", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/03a4a6b9-629b-489b-8283-5e3d43cc26ab"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/03a4a6b9-629b-489b-8283-5e3d43cc26ab"}], "user_id": "39b57237a8de4304a2fcc386d2356195", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "a5339e294a3142b1982752ca2bb1f0f0", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001604@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": "267f9e72-51de-4145-b84c-e7629223c195", "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": "e4c9169c-6d89-4e16-a94f-467ab76260be", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:33:47.000000", "updated_at": "2026-05-28T08:33:47.000000", "name": "tempest-VolumesBackupsTest-Volume-1985735035", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/e4c9169c-6d89-4e16-a94f-467ab76260be"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/e4c9169c-6d89-4e16-a94f-467ab76260be"}], "user_id": "882e3b875eb8426a8c600fbd366d135f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "4887991df4f84cd0a642a882194f5652", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001604@storpool#template_virtual"}, {"id": "7d790836-97f4-44cd-8fa9-5f706863e76b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:33:42.000000", "updated_at": "2026-05-28T08:33:58.000000", "name": "tempest-VolumesBackupsTest-Volume-1952574990", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/7d790836-97f4-44cd-8fa9-5f706863e76b"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/7d790836-97f4-44cd-8fa9-
2026-05-28 08:34:15,583 106084 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE https://10.4.3.187/volume/v3/types/d116ef91-a322-469a-8683-10274c015bf5 0.051s
2026-05-28 08:34:15,583 106084 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:34:15 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-5415c9fc-962e-4fbf-aad5-4331f8d61c3a', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/volume/v3/types/d116ef91-a322-469a-8683-10274c015bf5'}
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 388d9ce5-6f05-4b3d-a9ec-b0f1c39f9806 failed to reach in-use status (current available) within the required time (196 s).
|
||||||
test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume] |
pass
pt1.4: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_resize_revert[compute,id-d653af24-fa18-470d-b9bf-af287cefeba9,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 7 | 6 | 1 | 0 | 0 | Detail | |
test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume] |
pass
pt2.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks[compute,id-cb78919a-e553-4bab-b73b-10cf4d2eb125,volume]
|
||||||
test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume] |
fail
ft2.2: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2[compute,id-5ab6100f-1b31-4dd0-a774-68cfd837ef77,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{
2026-05-28 08:25:35,836 106092 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-luks2-1552246105 on backend None
2026-05-28 08:25:35,872 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.187/volume/v3/types 0.036s
2026-05-28 08:25:35,872 106092 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-1552246105", "extra_specs": {}}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90c647e3-d4d3-41c8-a623-1848cf54960e', 'content-length': '213', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90c647e3-d4d3-41c8-a623-1848cf54960e', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/types'}
Body: b'{"volume_type": {"id": "55e8d765-51a3-41f6-b31b-464dc4467157", "name": "tempest-scenario-type-luks2-1552246105", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}'
2026-05-28 08:25:35,874 106092 DEBUG [tempest.scenario.manager] Creating an encryption type for volume type: 55e8d765-51a3-41f6-b31b-464dc4467157
2026-05-28 08:25:35,947 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.187/volume/v3/types/55e8d765-51a3-41f6-b31b-464dc4467157/encryption 0.072s
2026-05-28 08:25:35,947 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end"}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-759fc20c-88ce-4330-a469-4e59e066e0cb', 'content-length': '231', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-759fc20c-88ce-4330-a469-4e59e066e0cb', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/types/55e8d765-51a3-41f6-b31b-464dc4467157/encryption'}
Body: b'{"encryption": {"provider": "luks2", "key_size": 256, "cipher": "aes-xts-plain64", "control_location": "front-end", "volume_type_id": "55e8d765-51a3-41f6-b31b-464dc4467157", "encryption_id": "92be0682-6cb8-451f-ad87-0ff5d3ad2d81"}}'
2026-05-28 08:25:36,181 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.187/volume/v3/volumes 0.233s
2026-05-28 08:25:36,181 106092 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-200145198", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-luks2-1552246105", "size": 1}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:35 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a61fa1e-9240-48a7-aa70-616acbf4a8bd', 'content-length': '780', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a61fa1e-9240-48a7-aa70-616acbf4a8bd', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/volume/v3/volumes'}
Body: b'{"volume": {"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:25:36.089030", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-200145198", "description": null, "volume_type": "tempest-scenario-type-luks2-1552246105", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}], "user_id": "5fd4575161e9420ea52d6c80403f34d5", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}'
2026-05-28 08:25:36,247 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c 0.061s
2026-05-28 08:25:36,247 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:36 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9bbb1227-e084-4d41-82dd-976b65c0a3a2', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9bbb1227-e084-4d41-82dd-976b65c0a3a2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c'}
Body: b'{"volume": {"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:25:36.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-200145198", "description": null, "volume_type": "tempest-scenario-type-luks2-1552246105", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}], "user_id": "5fd4575161e9420ea52d6c80403f34d5", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0729dac16664a1c9a6be6325d766208"}}'
2026-05-28 08:25:37,293 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c 0.041s
2026-05-28 08:25:37,293 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a4b95ff-28d8-4c99-b3db-cc096aab5fd2', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a4b95ff-28d8-4c99-b3db-cc096aab5fd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c'}
Body: b'{"volume": {"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:25:36.000000", "updated_at": "2026-05-28T08:25:36.000000", "name": "tempest-TestVolumeBootPattern-volume-200145198", "description": null, "volume_type": "tempest-scenario-type-luks2-1552246105", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}], "user_id": "5fd4575161e9420ea52d6c80403f34d5", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0729dac16664a1c9a6be6325d766208"}}'
2026-05-28 08:25:37,301 106092 INFO [tempest.common.waiters] volume 1574c4c6-84e0-4c92-acb8-87c1e7a8320c reached available after waiting for 1.301958 seconds
2026-05-28 08:25:37,336 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c 0.034s
2026-05-28 08:25:37,336 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0d510c4-e173-4b48-bdd6-8e234dfc2476', 'content-length': '873', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0d510c4-e173-4b48-bdd6-8e234dfc2476', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c'}
Body: b'{"volume": {"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:25:36.000000", "updated_at": "2026-05-28T08:25:36.000000", "name": "tempest-TestVolumeBootPattern-volume-200145198", "description": null, "volume_type": "tempest-scenario-type-luks2-1552246105", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}], "user_id": "5fd4575161e9420ea52d6c80403f34d5", "bootable": "false", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0729dac16664a1c9a6be6325d766208"}}'
2026-05-28 08:25:37,384 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 POST https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c/action 0.043s
2026-05-28 08:25:37,385 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: {"os-set_bootable": {"bootable": true}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'x-compute-request-id': 'req-58b5a673-8db3-4444-82fb-6a4b6eb502d2', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58b5a673-8db3-4444-82fb-6a4b6eb502d2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c/action'}
Body: b''
2026-05-28 08:25:37,592 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 201 POST https://10.4.3.187/identity/v3/auth/tokens 0.135s
2026-05-28 08:25:37,592 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'}
Body: <omitted>
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2936', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-aa80a30b-a94c-44c9-810c-bb2f19751d59', 'connection': 'close', 'status': '201', 'content-location': 'https://10.4.3.187/identity/v3/auth/tokens'}
Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "5fd4575161e9420ea52d6c80403f34d5", "name": "tempest-TestVolumeBootPattern-801871497-project-member", "password_expires_at": null}, "audit_ids": ["Ji4pxUg2QHOcxljzPZFnrA"], "expires_at": "2026-05-28T09:25:37.000000Z", "issued_at": "2026-05-28T08:25:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0729dac16664a1c9a6be6325d766208", "name": "tempest-TestVolumeBootPattern-801871497"}, "is_domain": false, "roles": [{"id": "05d699ac7674433092377e4dbb063a74", "name": "member"}, {"id": "e85fe168ea6948469c182fc3c2caadb1", "name": "reader"}], "catalog": [{"endpoints": [{"id": "0533a85399514efc96fc82827353764e", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/networking", "region": "RegionOne"}], "id": "3377819687e44cc195e223d90c6a91f4", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "ff9726f8127e4cddaee0bb36a5b529b1", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/compute/v2/a0729dac16664a1c9a6be6325d766208", "region": "RegionOne"}], "id": "4d30270f12c84dca98d6b878d391f623", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "1199fb51179047a3952130615b5beb53", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187:8080/v1/AUTH_a0729dac16664a1c9a6be6325d766208", "region": "RegionOne"}, {"id": "f1788cc29b884d7ab706c27ef90228d6", "interface": "admin", "region_id": "RegionOne", "url": "https://10.4.3.187:8080", "region": "RegionOne"}], "id": "5f1982f9fc3b4b0997c3b431cd0766e3", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "343c0531ab7f4b26944edd628d3dcdf4", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/placement", "region": "RegionOne"}], "id": "75c7cc06cb794716889ca1bdcb3e9b66", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "29052808749f44bb9725d2280330e5fb", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/identity", "region": "RegionOne"}], "id": "7d435e0723b145df820fd00655b9344f", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "643c202933144677b8d14e930e3c71dd", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/compute/v2.1", "region": "RegionOne"}], "id": "8bb9396096ec42b28c6bd7c34bda7eae", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c2f28bcf49d4809b84433ce165138d3", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/image", "region": "RegionOne"}], "id": "b0fffe7366724ff981efbf7f7cb35b90", "type": "image", "name": "glance"}, {"endpoints": [{"id": "a0266b94e766408e8545675efaf840c7", "interface": "public", "region_id": "RegionOne", "url": "https://10.4.3.187/volume/v3", "region": "RegionOne"}], "id": "cb12377348ce42df9ecc646613623fd3", "type": "block-storage", "name": "cinder"}]}}'
2026-05-28 08:25:37,593 106092 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2) Found network {'id': '2a811e59-d593-4ead-8135-105546868dd5', 'name': 'tempest-TestVolumeBootPattern-1033002596-network', 'tenant_id': 'a0729dac16664a1c9a6be6325d766208', 'project_id': 'a0729dac16664a1c9a6be6325d766208', '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': 18369, '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-28T08:24:46Z', 'updated_at': '2026-05-28T08:24:46Z', 'revision_number': 1} available for tenant
2026-05-28 08:25:38,545 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 202 POST https://10.4.3.187/compute/v2.1/servers 0.951s
2026-05-28 08:25:38,546 106092 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-282020226", "imageRef": "", "flavorRef": "42", "block_device_mapping_v2": [{"uuid": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "2a811e59-d593-4ead-8135-105546868dd5"}]}}
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:37 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '380', 'location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60ae382d-461d-4e5f-9906-9ecfcf0e77f3', 'x-compute-request-id': 'req-60ae382d-461d-4e5f-9906-9ecfcf0e77f3', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/compute/v2.1/servers'}
Body: b'{"server": {"id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TnWPReRLwr2A"}}'
2026-05-28 08:25:38,660 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.113s
2026-05-28 08:25:38,660 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:38 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1054', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4c633e4-f647-4c3d-9679-97a66cca65f7', 'x-compute-request-id': 'req-d4c633e4-f647-4c3d-9679-97a66cca65f7', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:38Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}'
2026-05-28 08:25:39,762 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.097s
2026-05-28 08:25:39,762 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:39 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c04a17a-939e-489c-a59b-ee5f39d11ae0', 'x-compute-request-id': 'req-2c04a17a-939e-489c-a59b-ee5f39d11ae0', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:39Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:40,910 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.143s
2026-05-28 08:25:40,911 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:40 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88bcde94-422c-4669-9e2c-1af0bb0c43b1', 'x-compute-request-id': 'req-88bcde94-422c-4669-9e2c-1af0bb0c43b1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:40,920 106092 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait
2026-05-28 08:25:42,019 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.099s
2026-05-28 08:25:42,020 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:41 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1096', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f816139-eed1-4518-a4a0-137f6cfee3b2', 'x-compute-request-id': 'req-6f816139-eed1-4518-a4a0-137f6cfee3b2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:40Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:43,403 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.375s
2026-05-28 08:25:43,403 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:43 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecf3cf05-8178-4ac0-a6c8-fa22b7028a36', 'x-compute-request-id': 'req-ecf3cf05-8178-4ac0-a6c8-fa22b7028a36', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25: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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:44,505 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.094s
2026-05-28 08:25:44,506 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:44 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-402d4d17-3368-4e75-82de-7f2fb1759624', 'x-compute-request-id': 'req-402d4d17-3368-4e75-82de-7f2fb1759624', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25: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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:45,638 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.126s
2026-05-28 08:25:45,638 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:45 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1160', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd04b3fa-7014-4d15-b1a9-5799cfa979de', 'x-compute-request-id': 'req-bd04b3fa-7014-4d15-b1a9-5799cfa979de', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25: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, "OS-EXT-STS:task_state": "networking", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:45,644 106092 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/networking" after 7 second wait
2026-05-28 08:25:46,893 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.249s
2026-05-28 08:25:46,894 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:46 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b169b4a-4030-4762-b039-7ce70fa02162', 'x-compute-request-id': 'req-6b169b4a-4030-4762-b039-7ce70fa02162', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:46,899 106092 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/block_device_mapping" after 8 second wait
2026-05-28 08:25:48,108 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.209s
2026-05-28 08:25:48,109 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:47 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d02b0a1f-4820-4e8b-88e6-054ad2e1c38a', 'x-compute-request-id': 'req-d02b0a1f-4820-4e8b-88e6-054ad2e1c38a', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:46Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:49,324 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.207s
2026-05-28 08:25:49,324 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:49 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5d3b266-4887-40f1-a96c-c570f5a93eaf', 'x-compute-request-id': 'req-d5d3b266-4887-40f1-a96c-c570f5a93eaf', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:49,332 106092 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 11 second wait
2026-05-28 08:25:50,727 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.393s
2026-05-28 08:25:50,727 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:50 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c60bcfc2-46cd-4dbf-9ae0-4a9dca8600fa', 'x-compute-request-id': 'req-c60bcfc2-46cd-4dbf-9ae0-4a9dca8600fa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:52,037 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.300s
2026-05-28 08:25:52,037 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:51 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9820bb2e-37f3-49ef-9403-ff7324a1419f', 'x-compute-request-id': 'req-9820bb2e-37f3-49ef-9403-ff7324a1419f', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:53,282 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.239s
2026-05-28 08:25:53,282 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:53 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0021acd-3b0f-4c5e-a3ea-40033f111f0b', 'x-compute-request-id': 'req-d0021acd-3b0f-4c5e-a3ea-40033f111f0b', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:54,554 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.263s
2026-05-28 08:25:54,554 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:54 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-195ef1cb-d082-4e13-ab9b-0f646e704520', 'x-compute-request-id': 'req-195ef1cb-d082-4e13-ab9b-0f646e704520', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:55,781 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.221s
2026-05-28 08:25:55,781 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:55 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-149d9f9e-ee49-480d-8dd8-c4830cca1e14', 'x-compute-request-id': 'req-149d9f9e-ee49-480d-8dd8-c4830cca1e14', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:57,018 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.230s
2026-05-28 08:25:57,018 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:56 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbf012e8-09a7-4dc0-bf00-33e980f14cf5', 'x-compute-request-id': 'req-fbf012e8-09a7-4dc0-bf00-33e980f14cf5', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:58,311 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.286s
2026-05-28 08:25:58,311 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:58 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0c225e5-925a-4e3c-adc4-a04f6a1e5fb4', 'x-compute-request-id': 'req-b0c225e5-925a-4e3c-adc4-a04f6a1e5fb4', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:25:59,507 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.185s
2026-05-28 08:25:59,507 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:25:59 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f897785-fa15-42c5-996c-24933f496c60', 'x-compute-request-id': 'req-9f897785-fa15-42c5-996c-24933f496c60', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:00,733 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.215s
2026-05-28 08:26:00,733 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:00 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01cd98eb-77af-4b83-b450-2b994e77e734', 'x-compute-request-id': 'req-01cd98eb-77af-4b83-b450-2b994e77e734', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:01,909 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.169s
2026-05-28 08:26:01,910 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:01 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-998c2269-4d60-4012-b589-1000bc297d8d', 'x-compute-request-id': 'req-998c2269-4d60-4012-b589-1000bc297d8d', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:03,084 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.164s
2026-05-28 08:26:03,084 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:02 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a08a3eb0-ddd5-43c3-b3e4-a4e585365c98', 'x-compute-request-id': 'req-a08a3eb0-ddd5-43c3-b3e4-a4e585365c98', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:04,351 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.257s
2026-05-28 08:26:04,351 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:04 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-feec93f3-ad61-4b72-a9cf-ae57f682c050', 'x-compute-request-id': 'req-feec93f3-ad61-4b72-a9cf-ae57f682c050', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:05,747 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.389s
2026-05-28 08:26:05,747 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:05 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b0120ea-1e11-40c3-bb8d-8a89100fccfa', 'x-compute-request-id': 'req-9b0120ea-1e11-40c3-bb8d-8a89100fccfa', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:06,969 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.214s
2026-05-28 08:26:06,970 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:06 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1200', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22159ad1-1675-4192-ae1a-060eb0945dbc', 'x-compute-request-id': 'req-22159ad1-1675-4192-ae1a-060eb0945dbc', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "58e5344c113f2ddf9dd66dae31abf7333b87fe5bb9b84fb5dce6aa42", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:25:49Z", "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:08,149 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.172s
2026-05-28 08:26:08,149 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:07 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1144', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fe92351-115f-4c58-8909-384cfea41c28', 'x-compute-request-id': 'req-1fe92351-115f-4c58-8909-384cfea41c28', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:26:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:09,350 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.195s
2026-05-28 08:26:09,350 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:09 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1144', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88c2bb3c-08a2-4f2c-8ad3-278b6a9ec9cd', 'x-compute-request-id': 'req-88c2bb3c-08a2-4f2c-8ad3-278b6a9ec9cd', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:26:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:10,477 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.120s
2026-05-28 08:26:10,477 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:10 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-cdd374a6-7ff6-44c3-a588-9794a1c821e1', 'x-compute-request-id': 'req-cdd374a6-7ff6-44c3-a588-9794a1c821e1', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:26:08Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:11,572 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.089s
2026-05-28 08:26:11,573 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:11 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1102', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f55970f-2089-4605-9812-55ac1b89ea77', 'x-compute-request-id': 'req-5f55970f-2089-4605-9812-55ac1b89ea77', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "BUILD", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:26:11Z", "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:12,674 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 200 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.096s
2026-05-28 08:26:12,674 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:12 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '1292', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8b5b80b-1487-4ac0-a7de-43f2a3800bd2', 'x-compute-request-id': 'req-b8b5b80b-1487-4ac0-a7de-43f2a3800bd2', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"server": {"accessIPv4": "", "accessIPv6": "", "addresses": {}, "created": "2026-05-28T08:25:38Z", "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "https://10.4.3.187/compute/flavors/42"}]}, "hostId": "", "id": "8e043e75-1191-4158-98aa-44e2e07d73b4", "image": "", "links": [{"rel": "self", "href": "https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}, {"rel": "bookmark", "href": "https://10.4.3.187/compute/servers/8e043e75-1191-4158-98aa-44e2e07d73b4"}], "metadata": {}, "name": "tempest-TestVolumeBootPattern-server-282020226", "status": "ERROR", "tenant_id": "a0729dac16664a1c9a6be6325d766208", "user_id": "5fd4575161e9420ea52d6c80403f34d5", "updated": "2026-05-28T08:26:12Z", "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2026-05-28T08:26:12Z", "message": "Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8e043e75-1191-4158-98aa-44e2e07d73b4."}, "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": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}]}}'
2026-05-28 08:26:12,680 106092 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ERROR/None" after 34 second wait
2026-05-28 08:26:13,070 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 204 DELETE https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.390s
2026-05-28 08:26:13,070 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26: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-789b383a-9b55-4e55-9c23-5c4470465f6b', 'x-compute-request-id': 'req-789b383a-9b55-4e55-9c23-5c4470465f6b', 'connection': 'close', 'status': '204', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b''
2026-05-28 08:26:13,098 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_boot_server_from_encrypted_volume_luksv2): 404 GET https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4 0.027s
2026-05-28 08:26:13,098 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:13 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-221b993d-6363-4f1a-9a07-e8e0203aa8ad', 'x-compute-request-id': 'req-221b993d-6363-4f1a-9a07-e8e0203aa8ad', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.187/compute/v2.1/servers/8e043e75-1191-4158-98aa-44e2e07d73b4'}
Body: b'{"itemNotFound": {"code": 404, "message": "Instance 8e043e75-1191-4158-98aa-44e2e07d73b4 could not be found."}}'
2026-05-28 08:26:13,134 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c 0.033s
2026-05-28 08:26:13,134 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26: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-36a1dcb8-c903-4439-9da7-66fbebce2f4f', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c'}
Body: b''
2026-05-28 08:26:13,168 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c 0.033s
2026-05-28 08:26:13,168 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:13 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-895f631a-c92a-4a57-bb64-59bcd436ceb9', 'content-length': '871', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-895f631a-c92a-4a57-bb64-59bcd436ceb9', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c'}
Body: b'{"volume": {"id": "1574c4c6-84e0-4c92-acb8-87c1e7a8320c", "status": "deleting", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:25:36.000000", "updated_at": "2026-05-28T08:26:13.000000", "name": "tempest-TestVolumeBootPattern-volume-200145198", "description": null, "volume_type": "tempest-scenario-type-luks2-1552246105", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c"}], "user_id": "5fd4575161e9420ea52d6c80403f34d5", "bootable": "true", "encrypted": true, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a0729dac16664a1c9a6be6325d766208"}}'
2026-05-28 08:26:14,192 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c 0.019s
2026-05-28 08:26:14,193 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:14 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-0b1320c5-964f-46dc-83c7-51de0b62c095', 'x-openstack-request-id': 'req-0b1320c5-964f-46dc-83c7-51de0b62c095', 'connection': 'close', 'status': '404', 'content-location': 'https://10.4.3.187/volume/v3/volumes/1574c4c6-84e0-4c92-acb8-87c1e7a8320c'}
Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1574c4c6-84e0-4c92-acb8-87c1e7a8320c could not be found."}}'
2026-05-28 08:26:14,250 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET https://10.4.3.187/volume/v3/volumes/detail?all_tenants=1 0.056s
2026-05-28 08:26:14,250 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e70ac574-764a-44b7-8526-02b6d6459686', 'content-length': '10783', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e70ac574-764a-44b7-8526-02b6d6459686', 'connection': 'close', 'status': '200', 'content-location': 'https://10.4.3.187/volume/v3/volumes/detail?all_tenants=1'}
Body: b'{"volumes": [{"id": "3ed2dfa4-9d75-4d0d-b794-ad8ca4106baf", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:26:11.000000", "updated_at": "2026-05-28T08:26:11.000000", "name": "tempest-SnapshotMetadataTestJSON-Volume-1668609417", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/3ed2dfa4-9d75-4d0d-b794-ad8ca4106baf"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/3ed2dfa4-9d75-4d0d-b794-ad8ca4106baf"}], "user_id": "c12299959df747eca10e43b3c66d1e10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "cc1b65e108394dfab233705eebc663be", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001604@storpool#template_virtual"}, {"id": "b6043f7a-18ec-469f-96d1-8210ce0edaa9", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:25:37.000000", "updated_at": "2026-05-28T08:25:37.000000", "name": "tempest-TestStampPattern-volume-854387906", "description": null, "volume_type": "storpool", "snapshot_id": "86034f54-b67c-4229-b91f-a9719df4d9c3", "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/b6043f7a-18ec-469f-96d1-8210ce0edaa9"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/b6043f7a-18ec-469f-96d1-8210ce0edaa9"}], "user_id": "26f49a246a84403b91685a836581b331", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-tenant-attr:tenant_id": "ab1f4ea0f6d74bc89fa6236799c004bd", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001604@storpool#default"}, {"id": "61975284-6200-4b8f-bad5-610da0e178f4", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:25:07.000000", "updated_at": "2026-05-28T08:26:11.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-773706151", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/61975284-6200-4b8f-bad5-610da0e178f4"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/61975284-6200-4b8f-bad5-610da0e178f4"}], "user_id": "f6352958d6114135bccab1f7fe17495b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "61975284-6200-4b8f-bad5-610da0e178f4", "attachment_id": "c0b2111a-3cd9-4c32-b12a-726fb7d4b688", "volume_id": "61975284-6200-4b8f-bad5-610da0e178f4", "server_id": "cb009d35-d5b7-4176-a5d5-42513ba20e1a", "host_name": "np0000001604", "device": "/dev/vdb", "attached_at": "2026-05-28T08:26:07.000000"}], "migration_status": null, "os-vol-tenant-attr:tenant_id": "db732bca196748fe8efcf322e6b5550f", "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-host-attr:host": "np0000001604@storpool#default"}, {"id": "52e799f7-e5e1-4ea8-b143-688fd31c3862", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2026-05-28T08:25:01.000000", "updated_at": "2026-05-28T08:26:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-1392286952", "description": null, "volume_type": "storpool", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "https://10.4.3.187/volume/v3/volumes/52e799f7-e5e1-4ea8-b143-688fd31c3862"}, {"rel": "bookmark", "href": "https://10.4.3.187/volume/volumes/52e799f7-e5e1-4ea8-b143-688fd31c3862"}], "user_id": "641a46cbfe2b4b8a9cac7d547ff2281d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach
2026-05-28 08:26:14,315 106092 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE https://10.4.3.187/volume/v3/types/55e8d765-51a3-41f6-b31b-464dc4467157 0.055s
2026-05-28 08:26:14,315 106092 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
Body: None
Response - Headers: {'date': 'Thu, 28 May 2026 08:26:14 GMT', 'server': 'Apache/2.4.58 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-793394c0-cca2-4b91-8a64-6d409f099520', 'connection': 'close', 'status': '202', 'content-location': 'https://10.4.3.187/volume/v3/types/55e8d765-51a3-41f6-b31b-464dc4467157'}
Body: b''
}}}
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper
return f(*func_args, **func_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 381, in test_boot_server_from_encrypted_volume_luksv2
self._do_test_boot_server_from_encrypted_volume_luks('luks2')
File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 356, in _do_test_boot_server_from_encrypted_volume_luks
server = self.boot_instance_from_resource(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 1388, in boot_instance_from_resource
return self.create_server(**create_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server
body, _ = compute.create_test_server(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/compute.py", line 345, in create_test_server
with excutils.save_and_reraise_exception():
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__
self.force_reraise()
File "/opt/stack/tempest/.tox/tempest/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise
raise self.value
File "/opt/stack/tempest/tempest/common/compute.py", line 328, in create_test_server
server = waiters.wait_for_server_status(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status
raise exceptions.BuildErrorException(details, server_id=server_id)
tempest.exceptions.BuildErrorException: Server 8e043e75-1191-4158-98aa-44e2e07d73b4 failed to build and is in ERROR status
Details: Fault: {'code': 500, 'created': '2026-05-28T08:26:12Z', 'message': 'Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 8e043e75-1191-4158-98aa-44e2e07d73b4.'}. Request ID of server operation performed before checking the server status req-60ae382d-461d-4e5f-9906-9ecfcf0e77f3.
|
||||||
test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume] |
pass
pt2.3: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_last_snapshot_delete_while_stopped[compute,id-3c87bc15-cf6a-4dd6-8c23-4541b2cc3dbb,image,volume]
|
||||||
test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume] |
pass
pt2.4: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance[compute,id-e3f4f2fc-5c6a-4be6-9c54-aedfc0954da7,image,volume]
|
||||||
test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] |
pass
pt2.5: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume]
|
||||||
test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] |
pass
pt2.6: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume]
|
||||||
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
pass
pt2.7: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]
|
||||||
| cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372] |
pass
pt3.1: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_admin_negative[id-2daadb2e-409a-4ede-a6ce-6002ec324372]
|
||||||
test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13] |
pass
pt3.2: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_backup_crossproject_user_negative[id-b9feb593-5809-4207-90d3-28e627730f13]
|
||||||
test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587] |
pass
pt3.3: cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest.test_incremental_backup_respective_parents[id-ce15f528-bfc1-492d-81db-b6168b631587]
|
||||||
| cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] |
pass
pt4.1: cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1] |
pass
pt5.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest.test_create_multiple_volume_from_backup[id-9db67083-bf1a-486c-8f77-3778467f39a1]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] |
pass
pt6.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] |
pass
pt7.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3]
|
||||||
| cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] |
pass
pt8.1: cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306] |
pass
pt9.1: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume[id-b5d837b0-7066-455d-88fc-4a721a899306]
|
||||||
test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7] |
pass
pt9.2: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incr_backup_create_and_restore_to_an_existing_volume[id-457359e2-a663-4758-8f76-06d392dfd7c7]
|
||||||
test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98] |
pass
pt9.3: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_incremental_backup[id-c810fe2c-cb40-43ab-96aa-471b74516a98]
|
||||||
test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15] |
pass
pt9.4: cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest.test_volume_snapshot_backup[id-885410c6-cd1d-452c-a409-7c32b7e0be15]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests | 4 | 4 | 0 | 0 | 0 | Detail | |
test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a] |
pass
pt10.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain[id-f8278e5c-50ff-4a1d-8670-3ca0866d411a]
|
||||||
test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1] |
pass
pt10.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2[id-63447ef8-e667-4796-ba66-1b9b883af1f1]
|
||||||
test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40] |
pass
pt10.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot[id-900d8ea5-2afd-4fe5-a0c3-fab4744f0d40]
|
||||||
test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e] |
pass
pt10.4: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume[id-42e9df95-854b-4840-9d55-ae62f65e9b8e]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests | 3 | 3 | 0 | 0 | 0 | Detail | |
test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume] |
pass
pt11.1: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1[id-7a9fba78-2e4b-42b1-9898-bb4a60685320,image,volume]
|
||||||
test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume] |
pass
pt11.2: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2[id-0e20bd6e-440f-41d8-9b5d-fc047ac00423,image,volume]
|
||||||
test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume] |
pass
pt11.3: cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3[id-e6050452-06bd-4c7f-9912-45178c83e379,image,volume]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] |
pass
pt12.1: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d]
|
||||||
test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] |
pass
pt12.2: cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347]
|
||||||
| cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96] |
pass
pt13.1: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_create_delete_unicode_volume_name[id-2d7e2e49-150e-4849-a18e-79f9777c9a96]
|
||||||
test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f] |
pass
pt13.2: cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest.test_snapshot_create_volume_description_non_ascii_code[id-332be44d-5418-4fb3-a8f0-a3587de6929f]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] |
pass
pt14.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] |
pass
pt15.1: cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume]
|
||||||
| cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume] |
pass
pt16.1: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_attach_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b9e4,volume]
|
||||||
test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume] |
pass
pt16.2: cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes.test_boot_cloned_encrypted_volume[compute,id-5bb622ab-5060-48a8-8840-d589a548b7e4,image,volume]
|
||||||
| setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups | 1 | 0 | 0 | 0 | 1 | Detail | |
ConsistencyGroupsV2Test) |
skip
pt17.1: setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt18.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types | 3 | 0 | 0 | 0 | 3 | Detail | |
VolumeTypesMemberTests) |
skip
pt19.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests)
|
||||||
VolumeTypesAdminTests) |
skip
pt19.2: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests)
|
||||||
VolumeTypesReaderTests) |
skip
pt19.3: setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
ProjectReaderTests) |
skip
pt20.1: setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer | 1 | 0 | 0 | 0 | 1 | Detail | |
TransferEncryptedVolumeTest) |
skip
pt21.1: setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency | 1 | 0 | 0 | 0 | 1 | Detail | |
ConcurrentVolumeActionsTest) |
skip
pt22.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_concurrency.ConcurrentVolumeActionsTest)
|
||||||
| setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiattachTests) |
skip
pt23.1: setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests)
|
||||||
| setUpClass (tempest.api.compute.admin.test_live_migration | 3 | 0 | 0 | 0 | 3 | Detail | |
LiveMigrationWithoutHostTest) |
skip
pt24.1: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest)
|
||||||
LiveAutoBlockMigrationV225Test) |
skip
pt24.2: setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test)
|
||||||
LiveMigrationTest) |
skip
pt24.3: setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volume_swap | 1 | 0 | 0 | 0 | 1 | Detail | |
TestMultiAttachVolumeSwap) |
skip
pt25.1: setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap)
|
||||||
| setUpClass (tempest.api.compute.admin.test_volumes_negative | 1 | 0 | 0 | 0 | 1 | Detail | |
UpdateMultiattachVolumeNegativeTest) |
skip
pt26.1: setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest)
|
||||||
| setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt27.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend | 1 | 0 | 0 | 0 | 1 | Detail | |
EncryptedVolumesExtendAttachedTest) |
skip
pt28.1: setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt29.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_snapshot_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
SnapshotManageAdminTest) |
skip
pt30.1: setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_manage | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeManageAdminTest) |
skip
pt31.1: setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest)
|
||||||
| setUpClass (tempest.api.volume.admin.test_volume_retype | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumeRetypeMultiattachTest) |
skip
pt32.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeMultiattachTest)
|
||||||
VolumeRetypeWithMigrationTest) |
skip
pt32.2: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest)
|
||||||
| setUpClass (tempest.scenario.test_volume_migrate_attached | 1 | 0 | 0 | 0 | 1 | Detail | |
TestVolumeMigrateRetypeAttached) |
skip
pt33.1: setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached)
|
||||||
| tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] |
pass
pt34.1: tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24]
|
||||||
| tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] |
pass
pt35.1: tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494]
|
||||||
| tempest.api.compute.admin.test_volume_swap.TestVolumeSwap | 1 | 0 | 0 | 0 | 1 | Detail | |
test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] |
skip
pt36.1: tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow]
|
||||||
| tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest | 2 | 1 | 0 | 0 | 1 | Detail | |
test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] |
skip
pt37.1: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative]
|
||||||
test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] |
pass
pt37.2: tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative]
|
||||||
| tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] |
pass
pt38.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] |
pass
pt39.1: tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt40.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] |
pass
pt41.1: tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] |
pass
pt42.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume]
|
||||||
test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] |
pass
pt42.2: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB | 1 | 1 | 0 | 0 | 0 | Detail | |
test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] |
pass
pt43.1: tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume]
|
||||||
| tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf] |
pass
pt44.1: tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON.test_rebuild_volume_backed_server[id-6652dab9-ea24-4c93-ab5a-93d79c3041cf]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] |
pass
pt45.1: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow]
|
||||||
test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] |
pass
pt45.2: tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow]
|
||||||
| tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] |
pass
pt46.1: tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume]
|
||||||
| tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt47.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume]
|
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
pass
pt47.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]
|
||||||
| tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] |
pass
pt48.1: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume]
|
||||||
test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] |
pass
pt48.2: tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
pass
pt49.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]
|
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt49.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow]
|
||||||
| tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
pass
pt50.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]
|
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt50.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513]
|
||||||
| tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] |
pass
pt51.1: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative]
|
||||||
test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] |
pass
pt51.2: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative]
|
||||||
test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] |
pass
pt51.3: tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative]
|
||||||
| tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] |
pass
pt52.1: tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f]
|
||||||
| tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] |
pass
pt53.1: tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f]
|
||||||
| tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d] |
pass
pt54.1: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list[id-bc2dd1a0-15af-48e5-9990-f2e75a48325d]
|
||||||
test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8] |
pass
pt54.2: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit[id-1048ed81-2baf-487a-b284-c0622b86e7b8]
|
||||||
test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e] |
pass
pt54.3: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit[id-51c22651-a074-4ea7-af0b-094f9331303e]
|
||||||
test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a] |
pass
pt54.4: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit[id-33985568-4965-49d5-9bcc-0aa007ca5b7a]
|
||||||
test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5] |
pass
pt54.5: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit[id-06b6abc4-3f10-48e9-a7a1-3facc98f03e5]
|
||||||
test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c] |
pass
pt54.6: tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details[id-bad0567a-5a4f-420b-851e-780b55bb867c]
|
||||||
| tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest | 8 | 8 | 0 | 0 | 0 | Detail | |
test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative] |
pass
pt55.1: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-5125ae14-152b-40a7-b3c5-eae15e9022ef,negative]
|
||||||
test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative] |
pass
pt55.2: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-8cce995e-0a83-479a-b94d-e1e40b8a09d1,negative]
|
||||||
test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative] |
pass
pt55.3: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-131cb3a1-75cc-4d40-b4c3-1317f64719b0,negative]
|
||||||
test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative] |
pass
pt55.4: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-62972737-124b-4513-b6cf-2f019f178494,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative] |
pass
pt55.5: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-0d1417c5-4ae8-4c2c-adc5-5f0b864253e5,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative] |
pass
pt55.6: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-62bab09a-4c03-4617-8cca-8572bc94af9b,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative] |
pass
pt55.7: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-54a34226-d910-4b00-9ef8-8683e6c55846,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative] |
pass
pt55.8: tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-c03ea686-905b-41a2-8748-9635154b7c57,negative]
|
||||||
| tempest.api.image.v2.test_images_dependency.ImageDependencyTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume] |
pass
pt56.1: tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency[compute,id-f0c8a35d-8f8f-443c-8bcb-85a9c0f87d19,volume]
|
||||||
| tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0] |
pass
pt57.1: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values[id-a9035743-d46a-47c5-9cb7-3c80ea16dea0]
|
||||||
test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
pass
pt57.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] |
pass
pt58.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81]
|
||||||
test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] |
pass
pt58.2: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127]
|
||||||
test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] |
pass
pt58.3: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897]
|
||||||
| tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] |
pass
pt59.1: tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40]
|
||||||
| tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e] |
pass
pt60.1: tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete[id-bb4e30d0-de6e-4f4d-866c-dcc48d023b4e]
|
||||||
| tempest.api.volume.admin.test_group_types.GroupTypesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864] |
pass
pt61.1: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete[id-dd71e5f9-393e-4d4f-90e9-fa1b8d278864]
|
||||||
test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae] |
pass
pt61.2: tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params[id-3d5e5cec-72b4-4511-b135-7cc2b7a053ae]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] |
pass
pt62.1: tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4]
|
||||||
test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] |
pass
pt62.2: tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV314Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] |
pass
pt63.1: tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e]
|
||||||
| tempest.api.volume.admin.test_groups.GroupsV320Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] |
pass
pt64.1: tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c]
|
||||||
| tempest.api.volume.admin.test_qos.QosSpecsTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac] |
pass
pt65.1: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos[id-1dd93c76-6420-485d-a771-874044c416ac]
|
||||||
test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f] |
pass
pt65.2: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer[id-b115cded-8f58-4ee4-aab5-9192cfada08f]
|
||||||
test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4] |
pass
pt65.3: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer[id-f88d65eb-ea0d-487d-af8d-71f4011575a4]
|
||||||
test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1] |
pass
pt65.4: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer[id-7e15f883-4bef-49a9-95eb-f94209a1ced1]
|
||||||
test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd] |
pass
pt65.5: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos[id-7aa214cc-ac1a-4397-931f-3bb2e83bb0fd]
|
||||||
test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc] |
pass
pt65.6: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos[id-75e04226-bcf7-4595-a34b-fdf0736f38fc]
|
||||||
test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed] |
pass
pt65.7: tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key[id-ed00fd85-4494-45f2-8ceb-9e2048919aed]
|
||||||
| tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535] |
pass
pt66.1: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status[id-3e13ca2f-48ea-49f3-ae1a-488e9180d535]
|
||||||
test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a] |
pass
pt66.2: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating[id-05f711b6-e629-4895-8103-7ca069f2073a]
|
||||||
test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e] |
pass
pt66.3: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting[id-92ce8597-b992-43a1-8868-6316b22a969e]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d] |
pass
pt66.4: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error[id-645a4a67-a1eb-4e8e-a547-600abac1525d]
|
||||||
test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5] |
pass
pt66.5: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting[id-bf89080f-8129-465e-9327-b2f922666ba5]
|
||||||
test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb] |
pass
pt66.6: tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status[id-41288afd-d463-485e-8f6e-4eea159413eb]
|
||||||
| tempest.api.volume.admin.test_user_messages.UserMessagesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed] |
pass
pt67.1: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message[id-c6eb6901-cdcc-490f-b735-4fe251842aed]
|
||||||
test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a] |
pass
pt67.2: tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages[id-50f29e6e-f363-42e1-8ad1-f67ae7fd4d5a]
|
||||||
| tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt68.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad]
|
||||||
test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31] |
pass
pt68.2: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host[id-21168d57-b373-4b71-a3ac-f2c88f0c5d31]
|
||||||
| tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] |
pass
pt69.1: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced]
|
||||||
test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] |
pass
pt69.2: tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7]
|
||||||
| tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176] |
pass
pt70.1: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota[id-abb9198e-67d0-4b09-859f-4f4a1418f176]
|
||||||
test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b] |
pass
pt70.2: tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota[id-a7644c63-2669-467a-b00e-452dd5c5397b]
|
||||||
| tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON | 7 | 7 | 0 | 0 | 0 | Detail | |
test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3] |
pass
pt71.1: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota[id-874b35a9-51f1-4258-bec5-cd561b6690d3]
|
||||||
test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7] |
pass
pt71.2: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas[id-2be020a2-5fdd-423d-8d35-a7ffbc36e9f7]
|
||||||
test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0] |
pass
pt71.3: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas[id-59eada70-403c-4cef-a2a3-a8ce2f1b07a0]
|
||||||
test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] |
pass
pt71.4: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f]
|
||||||
test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] |
pass
pt71.5: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805]
|
||||||
test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed] |
pass
pt71.6: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage[id-18c51ae9-cb03-48fc-b234-14a19374dbed]
|
||||||
test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6] |
pass
pt71.7: tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant[id-3d45c99e-cc42-4424-a56e-5cbd212b63a6]
|
||||||
| tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON | 3 | 3 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative] |
pass
pt72.1: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes[id-2dc27eee-8659-4298-b900-169d71a91374,negative]
|
||||||
test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative] |
pass
pt72.2: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes[id-bf544854-d62a-47f2-a681-90f7a47d86b6,negative]
|
||||||
test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative] |
pass
pt72.3: tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation[id-d321dc21-d8c6-401f-95fe-49f4845f1a6d,negative]
|
||||||
| tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] |
pass
pt73.1: tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25]
|
||||||
| tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON | 5 | 5 | 0 | 0 | 0 | Detail | |
test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d] |
pass
pt74.1: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name[id-178710e4-7596-4e08-9333-745cb8bc4f8d]
|
||||||
test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908] |
pass
pt74.2: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name[id-ffa6167c-4497-4944-a464-226bbdb53908]
|
||||||
test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25] |
pass
pt74.3: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name[id-63a3e1ca-37ee-4983-826d-83276a370d25]
|
||||||
test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] |
pass
pt74.4: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc]
|
||||||
test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d] |
pass
pt74.5: tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services[id-e0218299-0a59-4f43-8b2b-f1c035b3d26d]
|
||||||
| tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative] |
pass
pt75.1: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason[id-77767b36-5e8f-4c68-a0b5-2308cc21ec64,negative]
|
||||||
test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative] |
pass
pt75.2: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary[id-c571f179-c6e6-4c50-a0ab-368b628a8ac1,negative]
|
||||||
test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative] |
pass
pt75.3: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host[id-3246ce65-ba70-4159-aa3b-082c28e4b484,negative]
|
||||||
test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative] |
pass
pt75.4: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host[id-712bfab8-1f44-4eb5-a632-fa70bf78f05e,negative]
|
||||||
test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative] |
pass
pt75.5: tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host[id-7c6287c9-d655-47e1-9a11-76f6657a6dce,negative]
|
||||||
| tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative] |
pass
pt76.1: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots[id-c99a1ca9-6cdf-498d-9fdf-25832babef27,negative]
|
||||||
test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative] |
pass
pt76.2: tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots[id-02bbf63f-6c05-4357-9d98-2926a94064ff,negative]
|
||||||
| tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] |
pass
pt77.1: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184]
|
||||||
test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
pass
pt77.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159]
|
||||||
| tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt78.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260]
|
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt78.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad]
|
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt78.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46]
|
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt78.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54]
|
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt78.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt79.1: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220]
|
||||||
test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60] |
pass
pt79.2: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list[id-b42923e9-0452-4945-be5b-d362ae533e60]
|
||||||
test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017] |
pass
pt79.3: tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update[id-0806db36-b4a0-47a1-b6f3-c2e7f194d017]
|
||||||
| tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest | 12 | 12 | 0 | 0 | 0 | Detail | |
test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative] |
pass
pt80.1: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body[id-bc772c71-1ed4-4716-b945-8b5ed0f15e87,negative]
|
||||||
test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative] |
pass
pt80.2: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body[id-c821bdc8-43a4-4bf4-86c8-82f3858d5f7d,negative]
|
||||||
test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative] |
pass
pt80.3: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id[id-49d5472c-a53d-4eab-a4d3-450c4db1c545,negative]
|
||||||
test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative] |
pass
pt80.4: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id[id-031cda8b-7d23-4246-8bf6-bbe73fd67074,negative]
|
||||||
test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative] |
pass
pt80.5: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name[id-c881797d-12ff-4f1a-b09d-9f6212159753,negative]
|
||||||
test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative] |
pass
pt80.6: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id[id-9f402cbd-1838-4eb4-9554-126a6b1908c9,negative]
|
||||||
test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative] |
pass
pt80.7: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id[id-dee5cf0c-cdd6-4353-b70c-e847050d71fb,negative]
|
||||||
test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative] |
pass
pt80.8: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec[id-a77dfda2-9100-448e-9076-ed1711f4bdfc,negative]
|
||||||
test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative] |
pass
pt80.9: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body[id-08961d20-5cbb-4910-ac0f-89ad6dbb2da1,negative]
|
||||||
test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative] |
pass
pt80.10: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id[id-9bf7a657-b011-4aec-866d-81c496fbe5c8,negative]
|
||||||
test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative] |
pass
pt80.11: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id[id-25e5a0ee-89b3-4c53-8310-236f76c75365,negative]
|
||||||
test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative] |
pass
pt80.12: tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id[id-474090d2-0824-eb3b-9335-f506b4aa49d8,negative]
|
||||||
| tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative] |
pass
pt81.1: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id[id-a5924b5f-b6c1-49ba-994c-b4af55d26e52,negative]
|
||||||
test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative] |
pass
pt81.2: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type[id-8c09f849-f225-4d78-ba87-bffd9a5e0c6f,negative]
|
||||||
test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative] |
pass
pt81.3: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name[id-878b4e57-faa2-4659-b0d1-ce740a06ae81,negative]
|
||||||
test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative] |
pass
pt81.4: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name[id-969b10c7-3d77-4e1b-a4f2-2d265980f7e5,negative]
|
||||||
test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative] |
pass
pt81.5: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id[id-6b3926d2-7d73-4896-bc3d-e42dfd11a9f6,negative]
|
||||||
test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative] |
pass
pt81.6: tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id[id-994610d6-0476-4018-a644-a2602ef5d4aa,negative]
|
||||||
| tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] |
pass
pt82.1: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81]
|
||||||
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt82.2: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011]
|
||||||
test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] |
pass
pt82.3: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570]
|
||||||
test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] |
pass
pt82.4: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a]
|
||||||
test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] |
pass
pt82.5: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2]
|
||||||
test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] |
pass
pt82.6: tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845]
|
||||||
| tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d] |
pass
pt83.1: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import[id-a99c54a1-dd80-4724-8a13-13bf58d4068d]
|
||||||
test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94] |
pass
pt83.2: tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status[id-47a35425-a891-4e13-961c-c45deea21e94]
|
||||||
| tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469] |
pass
pt84.1: tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant[id-5866286f-3290-4cfd-a414-088aa6cdc469]
|
||||||
| tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725] |
pass
pt85.1: tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list[id-01f1ae88-eba9-4c6b-a011-6f7ace06b725]
|
||||||
| tempest.api.volume.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c] |
pass
pt86.1: tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions[id-94607eb0-43a5-47ca-82aa-736b41bd2e2c]
|
||||||
| tempest.api.volume.test_image_metadata.VolumesImageMetadata | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image] |
pass
pt87.1: tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata[id-03efff0b-5c75-4822-8f10-8789ac15b13e,image]
|
||||||
| tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c] |
pass
pt88.1: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata[id-a2f20f99-e363-4584-be97-bc33afb1a56c]
|
||||||
test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed] |
pass
pt88.2: tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item[id-e8ff85c5-8f97-477f-806a-3ac364a949ed]
|
||||||
| tempest.api.volume.test_versions.VersionsTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke] |
pass
pt89.1: tempest.api.volume.test_versions.VersionsTest.test_list_versions[id-77838fc4-b49b-4c64-9533-166762517369,smoke]
|
||||||
test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f] |
pass
pt89.2: tempest.api.volume.test_versions.VersionsTest.test_show_version[id-7f755ae2-caa9-4049-988c-331d8f7a579f]
|
||||||
| tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests | 1 | 1 | 0 | 0 | 0 | Detail | |
test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad] |
pass
pt90.1: tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits[id-8e943f53-e9d6-4272-b2e9-adcf2f7c29ad]
|
||||||
| tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] |
pass
pt91.1: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95]
|
||||||
test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] |
pass
pt91.2: tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5]
|
||||||
| tempest.api.volume.test_volume_metadata.VolumesMetadataTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769] |
pass
pt92.1: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata[id-6f5b125b-f664-44bf-910f-751591fe5769]
|
||||||
test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20] |
pass
pt92.2: tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item[id-862261c5-8df4-475a-8c21-946e50e36a20]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] |
pass
pt93.1: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a]
|
||||||
test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] |
pass
pt93.2: tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] |
pass
pt94.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851]
|
||||||
test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
pass
pt94.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322]
|
||||||
| tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] |
pass
pt95.1: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1]
|
||||||
test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] |
pass
pt95.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05]
|
||||||
| tempest.api.volume.test_volumes_actions.VolumesActionsTest | 6 | 6 | 0 | 0 | 0 | Detail | |
test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke] |
pass
pt96.1: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance[compute,id-fff42874-7db5-4487-a8e1-ddda5fb5288d,smoke]
|
||||||
test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371] |
pass
pt96.2: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment[compute,id-9516a2c8-9135-488c-8dd6-5677a7e5f371]
|
||||||
test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33] |
pass
pt96.3: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume[id-92c4ef64-51b2-40c0-9f7e-4749fbaaba33]
|
||||||
test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599] |
pass
pt96.4: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable[id-63e21b4c-0a0c-41f6-bfc3-7c2816815599]
|
||||||
test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59] |
pass
pt96.5: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update[id-fff74e1e-5bd3-4b33-9ea9-24c103bc3f59]
|
||||||
test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image] |
pass
pt96.6: tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload[id-d8f1ca95-3d5b-44a3-b8ca-909691c9532d,image]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsTest | 4 | 4 | 0 | 0 | 0 | Detail | |
test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6] |
pass
pt97.1: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume[compute,id-07af8f6d-80af-44c9-a5dc-c8427b1b62e6]
|
||||||
test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image] |
pass
pt97.2: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore[id-2a8ba340-dff2-4511-9db7-646f07156b15,image]
|
||||||
test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6] |
pass
pt97.3: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete[id-a66eb488-8ee1-47d4-8e9f-575a095728c6]
|
||||||
test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e] |
pass
pt97.4: tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_incremental[compute,id-f86eff09-2a6d-43c1-905e-8079e5754f1e]
|
||||||
| tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc] |
pass
pt98.1: tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup[id-9b374cbc-be5f-4d37-8848-7efb8a873dcc]
|
||||||
| tempest.api.volume.test_volumes_clone.VolumesCloneTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt99.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image]
|
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt99.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e]
|
||||||
| tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt100.1: tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354] |
pass
pt101.1: tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume[id-301f5a30-1c6f-4ea0-be1a-91fd28d44354]
|
||||||
| tempest.api.volume.test_volumes_extend.VolumesExtendTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] |
pass
pt102.1: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e]
|
||||||
test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] |
pass
pt102.2: tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesGetTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] |
pass
pt103.1: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke]
|
||||||
test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] |
pass
pt103.2: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1]
|
||||||
test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] |
pass
pt103.3: tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke]
|
||||||
| tempest.api.volume.test_volumes_get.VolumesSummaryTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb] |
pass
pt104.1: tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary[id-c4f2431e-4920-4736-9e00-4040386b6feb]
|
||||||
| tempest.api.volume.test_volumes_list.VolumesListTestJSON | 18 | 18 | 0 | 0 | 0 | Detail | |
test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke] |
pass
pt105.1: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list[id-0b6ddd39-b948-471f-8038-4787978747c4,smoke]
|
||||||
test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02] |
pass
pt105.2: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name[id-a28e8da4-0b56-472f-87a8-0f4d3f819c02]
|
||||||
test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623] |
pass
pt105.3: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name[id-2de3a6d4-12aa-403b-a8f2-fdeb42a89623]
|
||||||
test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de] |
pass
pt105.4: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination[id-e9138a2c-f67b-4796-8efa-635c196d01de]
|
||||||
test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3] |
pass
pt105.5: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params[id-2a7064eb-b9c3-429b-b888-33928fc5edd3]
|
||||||
test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c] |
pass
pt105.6: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination[id-af55e775-8e4b-4feb-8719-215c43b0238c]
|
||||||
test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8] |
pass
pt105.7: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status[id-777c87c1-2fc4-4883-8b8e-5c0b951d1ec8]
|
||||||
test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4] |
pass
pt105.8: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status[id-856ab8ca-6009-4c37-b691-be1065528ad4]
|
||||||
test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2] |
pass
pt105.9: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker[id-46eff077-100b-427f-914e-3db2abcdb7e2]
|
||||||
test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d] |
pass
pt105.10: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata[id-1ca92d3c-4a8e-4b43-93f5-e4c7fb3b291d]
|
||||||
test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877] |
pass
pt105.11: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details[id-adcbb5a7-5ad8-4b61-bd10-5380e111a877]
|
||||||
test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214] |
pass
pt105.12: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata[id-b5ebea1b-0603-40a0-bb41-15fcd0a53214]
|
||||||
test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87] |
pass
pt105.13: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone[id-c0cfa863-3020-40d7-b587-e35f597d5d87]
|
||||||
test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce] |
pass
pt105.14: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable[id-2016a942-3020-40d7-95ce-7613bf8407ce]
|
||||||
test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce] |
pass
pt105.15: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status[id-39654e13-734c-4dab-95ce-7613bf8407ce]
|
||||||
test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1] |
pass
pt105.16: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone[id-e1b80d13-94f0-4ba2-a40e-386af29f8db1]
|
||||||
test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f] |
pass
pt105.17: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable[id-2016a939-72ec-482a-bf49-d5ca06216b9f]
|
||||||
test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f] |
pass
pt105.18: tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status[id-2943f712-71ec-482a-bf49-d5ca06216b9f]
|
||||||
| tempest.api.volume.test_volumes_negative.VolumesNegativeTest | 32 | 32 | 0 | 0 | 0 | Detail | |
test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative] |
pass
pt106.1: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id[compute,id-f5e56b0a-5d02-43c1-a2a7-c9b792c2e3f6,negative]
|
||||||
test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative] |
pass
pt106.2: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image[id-d15e7f35-2cfc-48c8-9418-c8223a89bcbb,image,negative]
|
||||||
test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative] |
pass
pt106.3: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size[id-5b810c91-0ad1-47ce-aee8-615f789be78f,image,negative]
|
||||||
test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative] |
pass
pt106.4: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[id-1ed83a8a-682d-4dfb-a30e-ee63ffd6c049,negative]
|
||||||
test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative] |
pass
pt106.5: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id[id-0c36f6ae-4604-4017-b0a9-34fdc63096f9,negative]
|
||||||
test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative] |
pass
pt106.6: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid[id-47c73e08-4be8-45bb-bfdf-0c4e79b88344,negative]
|
||||||
test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative] |
pass
pt106.7: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type[id-10254ed8-3849-454e-862e-3ab8e6aa01d2,negative]
|
||||||
test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative] |
pass
pt106.8: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative[id-8b472729-9eba-446e-a83b-916bdb34bef7,negative]
|
||||||
test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative] |
pass
pt106.9: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[id-41331caa-eaf4-4001-869d-bc18c1869360,negative]
|
||||||
test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative] |
pass
pt106.10: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size[id-9387686f-334f-4d31-a439-33494b9e2683,negative]
|
||||||
test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative] |
pass
pt106.11: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[id-1f035827-7c32-4019-9240-b4ec2dbd9dfd,negative]
|
||||||
test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative] |
pass
pt106.12: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[id-441a1550-5d44-4b30-af0f-a6d402f52026,negative]
|
||||||
test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative] |
pass
pt106.13: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id[id-9f9c24e4-011d-46b5-b992-952140ce237a,negative]
|
||||||
test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative] |
pass
pt106.14: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[id-30799cfd-7ee4-446c-b66c-45b383ed211b,negative]
|
||||||
test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative] |
pass
pt106.15: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[id-c6c3db06-29ad-4e91-beb0-2ab195fe49e3,negative]
|
||||||
test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative] |
pass
pt106.16: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status[id-ba94b27b-be3f-496c-a00e-0283b373fa75,negative]
|
||||||
test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative] |
pass
pt106.17: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name[id-9ca17820-a0e7-4cbd-a7fa-f4468735e359,negative]
|
||||||
test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative] |
pass
pt106.18: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status[id-143b279b-7522-466b-81be-34a87d564a7c,negative]
|
||||||
test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative] |
pass
pt106.19: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name[id-0f4aa809-8c7b-418f-8fb3-84c7a5dfc52f,negative]
|
||||||
test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative] |
pass
pt106.20: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status[id-449c4ed2-ecdd-47bb-98dc-072aeccf158c,negative]
|
||||||
test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative] |
pass
pt106.21: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id[id-ac6084c0-0546-45f9-b284-38a367e0e0e2,negative]
|
||||||
test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative] |
pass
pt106.22: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id[id-eb467654-3dc1-4a72-9b46-47c29d22654c,negative]
|
||||||
test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative] |
pass
pt106.23: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id[id-72aeca85-57a5-4c1f-9057-f320f9ea575b,negative]
|
||||||
test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative] |
pass
pt106.24: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id[id-e66e40d6-65e6-4e75-bdc7-636792fa152d,negative]
|
||||||
test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative] |
pass
pt106.25: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id[id-0186422c-999a-480e-a026-6a665744c30c,negative]
|
||||||
test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative] |
pass
pt106.26: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id[id-555efa6e-efcd-44ef-8a3b-4a7ca4837a29,negative]
|
||||||
test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative] |
pass
pt106.27: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size[id-355218f1-8991-400a-a6bb-971239287d92,negative]
|
||||||
test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative] |
pass
pt106.28: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size[id-5d0b480d-e833-439f-8a5a-96ad2ed6f22f,negative]
|
||||||
test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative] |
pass
pt106.29: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id[id-8f05a943-013c-4063-ac71-7baf561e82eb,negative]
|
||||||
test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative] |
pass
pt106.30: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size[id-e0c75c74-ee34-41a9-9288-2a2051452854,negative]
|
||||||
test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative] |
pass
pt106.31: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id[id-aff8ba64-6d6f-4f2e-bc33-41a08ee9f115,negative]
|
||||||
test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative] |
pass
pt106.32: tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id[id-f131c586-9448-44a4-a8b0-54ca838aa43e,negative]
|
||||||
| tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
pass
pt107.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c]
|
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt107.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2]
|
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt107.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e]
|
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
pass
pt107.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]
|
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt107.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4]
|
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt107.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a]
|
||||||
| tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON | 13 | 13 | 0 | 0 | 0 | Detail | |
test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896] |
pass
pt108.1: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit[id-db4d8e0a-7a2e-41cc-a712-961f6844e896]
|
||||||
test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400] |
pass
pt108.2: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite[id-a1427f61-420e-48a5-b6e3-0b394fa95400]
|
||||||
test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a] |
pass
pt108.3: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero[id-e3b44b7f-ae87-45b5-8a8c-66110eb24d0a]
|
||||||
test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7] |
pass
pt108.4: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker[id-05489dde-44bc-4961-a1f5-3ce7ee7824f7]
|
||||||
test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7] |
pass
pt108.5: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset[id-ca96d551-17c6-4e11-b0e8-52d3bb8a63c7]
|
||||||
test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0] |
pass
pt108.6: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc[id-4052c3a0-2415-440a-a8cc-305a875331b0]
|
||||||
test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf] |
pass
pt108.7: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc[id-dcbbe24a-f3c0-4ec8-9274-55d48db8d1cf]
|
||||||
test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388] |
pass
pt108.8: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc[id-c5513ada-64c1-4d28-83b9-af3307ec1388]
|
||||||
test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b] |
pass
pt108.9: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc[id-8a7fe058-0b41-402a-8afd-2dbc5a4a718b]
|
||||||
test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00] |
pass
pt108.10: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc[id-d58b5fed-0c37-42d3-8c5d-39014ac13c00]
|
||||||
test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250] |
pass
pt108.11: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc[id-96ba6f4d-1f18-47e1-b4bc-76edc6c21250]
|
||||||
test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2] |
pass
pt108.12: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params[id-220a1022-1fcd-4a74-a7bd-6b859156cda2]
|
||||||
test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b] |
pass
pt108.13: tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params[id-59f41f43-aebf-48a9-ab5d-d76340fab32b]
|
||||||
| tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt109.1: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative]
|
||||||
test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative] |
pass
pt109.2: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id[id-bb9da53e-d335-4309-9c15-7e76fd5e4d6d,negative]
|
||||||
test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative] |
pass
pt109.3: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit[id-8fd92339-e22f-4591-86b4-1e2215372a40,negative]
|
||||||
test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative] |
pass
pt109.4: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker[id-b68deeda-ca79-4a32-81af-5c51179e553a,negative]
|
||||||
test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative] |
pass
pt109.5: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort[id-27b5f37f-bf69-4e8c-986e-c44f3d6819b8,negative]
|
||||||
test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] |
pass
pt109.6: tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative]
|
||||||
| tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume] |
pass
pt110.1: tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes[compute,id-d0e3c1a3-4b0a-4b0e-8b0a-4b0e8b0a4b0e,image,multinode,network,slow,volume]
|
||||||
| tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 2 | 2 | 0 | 0 | 0 | Detail | |
test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] |
pass
pt111.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume]
|
||||||
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] |
pass
pt111.2: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion | 1 | 1 | 0 | 0 | 0 | Detail | |
test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] |
pass
pt112.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume]
|
||||||
| tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] |
pass
pt113.1: tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume]
|
||||||
| tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 1 | 0 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
pass
pt114.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]
|
||||||
| tempest.scenario.test_stamp_pattern.TestStampPattern | 1 | 1 | 0 | 0 | 0 | Detail | |
test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] |
pass
pt115.1: tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume]
|
||||||
| tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore | 1 | 1 | 0 | 0 | 0 | Detail | |
test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume] |
pass
pt116.1: tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore[compute,id-2ce5e55c-4085-43c1-98c6-582525334ad7,image,slow,volume]
|
||||||
| tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume] |
pass
pt117.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion[compute,id-77889046-1a75-4f14-9b3a-fbbfdd8e5093,image,slow,volume]
|
||||||
| Total | 321 | 295 | 2 | 0 | 24 | ||